POST API/LMS/GetQuiz
Request Information
URI Parameters
None.
Body Parameters
OnlineExam| Name | Description | Type | Additional information |
|---|---|---|---|
| ExamID | integer |
None. |
|
| SubjectID | integer |
None. |
|
| SubjectIDName | string |
None. |
|
| SubjectIDSelectList | Collection of Object |
None. |
|
| ChapterID | integer |
None. |
|
| ChapterIDName | string |
None. |
|
| ChapterIDSelectList | Collection of Object |
None. |
|
| ExamName | string |
Required |
|
| ExamStatus | integer |
None. |
|
| StandardID | integer |
None. |
|
| DivisionID | string |
None. |
|
| IsExamTimeBound | boolean |
None. |
|
| ExamTimeBoundDurationInMinues | integer |
Range: inclusive between 5 and 2147483647 |
|
| TotalNoQuestion | integer |
None. |
|
| MaximumMarks | decimal number |
Required |
|
| QuestionSelectionMode | integer |
None. |
|
| QualifyingPercentage | decimal number |
Required |
|
| IsAllowedNegativeMarking | boolean |
None. |
|
| NegativeMarkPenality | decimal number |
None. |
|
| ExamValidFrom | date |
None. |
|
| ExamValidTo | date |
None. |
|
| strExamValidFrom | string |
Required |
|
| strExamValidTo | string |
Required |
|
| ActiveStatus | integer |
None. |
|
| strActiveStatus | string |
None. |
|
| CreatedByID | string |
None. |
|
| CreateDate | date |
None. |
|
| strCreateDate | string |
None. |
|
| ModifiedByID | string |
None. |
|
| ModifiedDate | date |
None. |
|
| strModifiedDate | string |
None. |
|
| Guids | globally unique identifier |
None. |
|
| strGuids | string |
None. |
|
| strDivisionIDList | string |
None. |
|
| SchoolID | integer |
None. |
|
| StudentCurrentID | integer |
None. |
|
| OnlineExamDetailList | Collection of OnlineExamDetail |
None. |
|
| SchoolStadardID | integer |
None. |
|
| SchoolStandardIDName | string |
None. |
|
| SchoolStandardIDSelectList | Collection of Object |
None. |
|
| StandardDivisionIDs | Collection of integer |
None. |
|
| StandardDivisionName | string |
None. |
|
| StandardDivisionIDSelectList | Collection of Object |
None. |
|
| ExamTypeID | integer |
None. |
|
| ExamTypeIDSelectList | Collection of Object |
None. |
|
| ExamStatusIDName | string |
None. |
|
| ExamStatusIDSelectList | Collection of Object |
None. |
|
| ExamQuestionSelectionModeIDSelectList | Collection of Object |
None. |
|
| MarksPerQuestion | decimal number |
None. |
|
| NoOfQuestion | integer |
None. |
|
| QuestionLevelID | integer |
None. |
|
| QuestionLevelIDSelectList | Collection of Object |
None. |
|
| QuestionIds | Collection of OnlineExamDetail |
None. |
|
| ExamQuestionList | string |
None. |
|
| ExamStartTime | string |
Required |
|
| ExamEndTime | string |
Required |
|
| Attended | boolean |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |