Introduction to Apps Script: Automate Everything!
Free online course for app script - Ben Collins
Java script course on Code Academy
Google Classroom app script
/**
* Lists 10 course names and IDs.
*/
function listCourses() {
var optionalArgs = {
pageSize: 10
};
var response = Classroom.Courses.list(optionalArgs);
var courses = response.courses;
if (courses && courses.length > 0) {
for (i = 0; i < courses.length; i++) {
var course = courses[i];
Logger.log('%s (%s)', course.name, course.id);
}
} else {
Logger.log('No courses found.');
}
}
Sheets and Data: Functions to play with
20 tips in 20 minutes
1) Create event in Gmail (3 dots menu)
Tab + enter sends email straight away
2) Moving images between apps with Keep: save image to keep, open next app, use Keep in sidebar to find and copy.
3) Chapters in Youtube (loop a chapter by right clicking and choosing loop)
4) Calendar short cut keys (D, M, W, Y, A). Add event with Focus time (automatically declines requests for meetings)
5) Meet bot in chat: "@meet type persons name" (see help article)
6) Tabs (Group, Pin, Send to (click Omni box to send to another device, Mute)
7) Smart chips (people, docs, youtube vid)
Power of gif
SUTTON TRUST research
Created in Google Slides - make slide, duplicate slide then add. Install Tall Tweets - Add on to Google Slides. Upload the presentation.
Autograph - for maths teachers - like Desmos calculator
Insert Gig's into Forms and Jamboards
Gamification through Classroom Leaderboard
Self determination theory for intrinsic motivation
💡Use Google Classroom Markbook as a leaderboard.
Free rice.com and Games for Change
Bite-Sized PD
Bite Size PD slide deck - check out Break up an Essay!
Taming Data with Data Studio
Link to slide deck.
Turn on 'Cross filtering' to enable filtering between different elements on your report.
Link to Slidedeck
Multi modal (text, audio, video, images)
Font types - Lexend fonts e.g. Deca (open dyslexic is still good)
Use hyperlinked checkbox lists with hyperlinked headings.
Add link to a Slides doc, and Ss can preview within Docs!
Hyperlink audio with Mote.
Add link to Youtube in Docs and open preview!
Make link 'Smartchips' to make it an obvious link to youtube/slides etc
No comments:
Post a Comment