Finds any csv's in the same folder as it is. Uses the browsers built-in print to pdf mode.
Only accomodates 4 levels of descriptors (Advanced, Proficients, Developing, Basic)
I'm working on a pure JavaScript solution, so one doesn't need a webserver, but haven't had much time work on it.
- Install PHP (tested on version 8+)
- Copy convert.php to a working web directory with PHP installed.
- Open a rubric created in Google Classroom.
- Click the three vertical dots and select Export to Sheets.
- Open the rubric in Google Sheets. (By default this is in My Drive->Classroom->Rubric Exports.)
- Download the file as a csv. (Choose File->Download->Comma Separated Values (.csv).)
- Place the downloaded file into the same directory as convert.php.
- Use a web browser to navigate to wherever you placed convert.php.
- Click the file you want to convert.
- Print from your browser window and choose Save as PDF.