This repository holds a a script that can automate the creation of gradebooks using Apps Script by Google. The script is designed to establish a system that efficiently communicates course progress to students participating in a course that uses mastery based grading.
- A spreadsheet containing a course gradebook template – used to monitor participant progress
- A Google Drive folder that holds individual gradebooks for participants of all courses
- A CSV of course participant emails
- Duplicated sheets/tabs from course gradebook template for each course participant
- Unique spreadsheets/files for each course participant with maintained formatting from source gradebook (even checkboxes!)
- Files are automatically shared with respective course participant
- Multiple courses are contained in seperate sheets/tabs w/in each participant's unique spreadsheet/file
3. Within the master gradebook spreadsheet/file, open its respective Apps Script file under Extensions>Apps Script