-
Notifications
You must be signed in to change notification settings - Fork 0
Quiz API
haotianzhu edited this page Sep 24, 2019
·
8 revisions
QUIZ STRUCTURE
CREATE A QUIZ
{
"title": "123",
"start_end_time": [
"2019-07-04 12:27:11",
"2019-07-06 12:27:11"
],
"questions": [
{
"id": "1",
"mark": "50"
},
{
"id": "2",
"mark": "100"
}
],
"show_solution_date": "2019-07-10 12:27:11",
"late_time": "2019-08-10 12:27:11",
"options": {
"max_tries": 3,
"free_tries": 0,
"penalty_per_try": 0,
"policy": "average"
}
}
available APIs for quiz:
- GET/POST/PATCH api/quiz
- PUT/PATCH/DELETE api/quiz/{id}
- GET api/quiz/{id}/questions