Quiz
Send answers to a quiz for connected user
Send answers to a quiz for connected user
post/quiz/answer
Query parameters
idstring
ID of the quiz
answersstring
Answers data of the user, JSON array like : [{question: 1, answer: 3, time: 1230}] (time is in ms)
localestring
Locale parameter to specify language preference
Response
Successful operation