1
View Student Submissions (A + B)
Open the dashboard and sign in with the Google account matching your teacher email in firestore.rules.
2
Answer Keys (Sessions 7–10)
Keys load from Firestore after teacher sign-in — not stored in public HTML. Student-facing tests no longer show scoring hints or answer links; everything for grading is here or in your seeded html field.
3
First-time Setup & Fixes
If submit, key loading, or CSV export fails, follow the step-by-step checklist.
4
Student Instructions (share this)
A short page you can link in your class chat so students know how to take online tests.
5
Quick Checklist
- Firebase Console → Auth: Google enabled, Anonymous disabled
- Run
firebase deploy --only firestore:rulesafter editing rules - Firestore: seed
answerKeys/session7_10_aandsession7_10_bwith fieldhtml - Run
firebase deployfor hosting after any code changes - Teacher email in
firestore.rulesandpublic/js/teacher-config.jsmust match