This page isn't set up yet. API_URL near the bottom of index.html still has the placeholder in it.
Class rosters
Enter the passcode you were given. You'll only need to do this once on this computer.
Send review requests for a class
Add the roster file and you'll see exactly who will be emailed before anything is sent.
What should the file look like?
A spreadsheet saved as CSV, with a header row and one row per student:
course_name,first_name,last_name,email,class_date California Responsible Beverage Service,John,Doe,john@example.com,2026-09-04 California Responsible Beverage Service,Jane,Ruiz,jane@example.com,2026-09-04
- Column names don't have to match exactly. "First Name", "firstname" and "FIRST_NAME" all work.
- The course column is optional. Extra columns are fine.
- One file can hold several classes. Each student's row has their own course and date.
- In Excel: File › Save As › CSV UTF-8. In Google Sheets: File › Download › Comma Separated Values.
Checking against earlier sends…
Each roster needs its own file name. Including the class date, like 2026-09-04-rbs.csv, keeps them straight.
Everyone on this file
| Row | Name | Course | Class date | Status |
|---|
Sending…
- Uploading the roster
- Emailing students
- Done
Loading…
Loading…