Skip to content

Instantly share code, notes, and snippets.

@armandofox
Last active March 11, 2025 17:19
Show Gist options
  • Save armandofox/7c2191141ee58bec97fbd4afabf0c611 to your computer and use it in GitHub Desktop.
Save armandofox/7c2191141ee58bec97fbd4afabf0c611 to your computer and use it in GitHub Desktop.
infoAssessment.json for CBTF Orientation quiz. Copy this file into its own subdirectory under the `assessments/` directory of the appropriate courseInstance of your PrairieLearn course. Change line 2 to contain an actual UID, which you can generate using the command line `uuidgen` on Mac/Unix-like systems or from the website https://www.uuidgene…
{
"uuid": "REPLACE WITH A UUID",
"type": "Homework",
"allowAccess": [
{
"mode": "Exam"
}
],
"title": "CBTF Orientation",
"set": "Practice Quiz",
"number": "0",
"advanceScorePerc": 100,
"shuffleQuestions": false,
"zones": [
{
"title": "Computer-Based Testing Facility (CBTF) procedures",
"advanceScorePerc": 100,
"questions": [
{"id": "@esaas/ch00_orientation/cbtf/when_must_you_take_an_exam_in_the_cbtf", "points": 1 },
{"id": "@esaas/ch00_orientation/cbtf/where_are_the_cbtfs", "points": 1 },
{"id": "@esaas/ch00_orientation/cbtf/taking_exams_in_the_cbtf", "points": 1 },
{"id": "@esaas/ch00_orientation/cbtf/when_to_arrive_for_my_reservation", "points": 1},
{"id": "@esaas/ch00_orientation/cbtf/what_if_i_m_late", "points": 1 },
{"id": "@esaas/ch00_orientation/cbtf/what_if_i_miss_my_reservation_1_of_2", "points": 1 },
{"id": "@esaas/ch00_orientation/cbtf/what_if_i_miss_my_reservation_2_of_2", "points": 1 },
{"id": "@esaas/ch00_orientation/cbtf/what_if_i_miss_my_reservation_3_of_3", "points": 1 },
{"id": "@esaas/ch00_orientation/cbtf/what_if_i_show_up_in_the_wrong_room", "points": 1 },
{"id": "@esaas/ch00_orientation/cbtf/reducing_distractions_during_exams", "points": 1 },
{"id": "@esaas/ch00_orientation/cbtf/questions_during_the_exam_itself", "points": 1 },
{"id": "@esaas/ch00_orientation/cbtf/cbtf_finish_exam_early", "points": 1 }
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment