Quiz Review Read
B2B Courses v2
Quiz Review Read
GET /courses//quiz/review
Reviewer read of every LIVE quiz question for this course, WITH correct answers — this is the reviewer surface (A3), distinct from the learner-facing quiz serve in b2b/routes/quiz.py, which auto-selects one tier and strips answers before serving. ALL tiers are returned here.
Identity: each question’s “id” is f”m_p”, the same (module_index, position) pair the review-queue enumerates its quiz_question artifacts by (scene_index there == position here; see _build_review_queue’s quiz_question block).
GET
Quiz Review Read
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.