POST api/v3/LiveQuizEvents/PostAssesScoreForLiveQuizForShotclasses
Request Information
URI Parameters
None.
Body Parameters
AssessmentScoreDetailLiveQuizForShotclassName | Description | Type | Additional information |
---|---|---|---|
ClassId | integer |
None. |
|
QuestionId | integer |
None. |
|
ChoiceId | integer |
None. |
|
IsRightAnswer | boolean |
None. |
|
TimeSpent | integer |
None. |
|
CourseCompletionDuration | integer |
None. |
|
VirtualOrLiveQuizEventId | integer |
None. |
|
IsQuizSubmitForLiveOrVirtualEvent | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClassId": 1, "QuestionId": 1, "ChoiceId": 1, "IsRightAnswer": true, "TimeSpent": 1, "CourseCompletionDuration": 2, "VirtualOrLiveQuizEventId": 3, "IsQuizSubmitForLiveOrVirtualEvent": true }
text/html
Sample:
{"ClassId":1,"QuestionId":1,"ChoiceId":1,"IsRightAnswer":true,"TimeSpent":1,"CourseCompletionDuration":2,"VirtualOrLiveQuizEventId":3,"IsQuizSubmitForLiveOrVirtualEvent":true}
text/xml
Sample:
<AssessmentScoreDetailLiveQuizForShotclass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShotClassCore.Models"> <ChoiceId>1</ChoiceId> <ClassId>1</ClassId> <CourseCompletionDuration>2</CourseCompletionDuration> <IsQuizSubmitForLiveOrVirtualEvent>true</IsQuizSubmitForLiveOrVirtualEvent> <IsRightAnswer>true</IsRightAnswer> <QuestionId>1</QuestionId> <TimeSpent>1</TimeSpent> <VirtualOrLiveQuizEventId>3</VirtualOrLiveQuizEventId> </AssessmentScoreDetailLiveQuizForShotclass>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, text/xml
Sample:
Sample not available.