Quiz Question Groups
Quiz Question Groups API
{
// The ID of the question group.
"id": 1,
// The ID of the Quiz the question group belongs to.
"quiz_id": 2,
// The name of the question group.
"name": "Fraction questions",
// The number of questions to pick from the group to display to the student.
"pick_count": 3,
// The amount of points allotted to each question in the group.
"question_points": 10,
// The ID of the Assessment question bank to pull questions from.
"assessment_question_bank_id": 2,
// The order in which the question group will be retrieved and displayed.
"position": 1
}Parameter
Type
Description
Parameter
Type
Description
Parameter
Type
Description
Last updated
Was this helpful?