GET api/MCQTest/SaveQuestionAns?YearId={YearId}&InstituteId={InstituteId}&TestId={TestId}&QueId={QueId}&AnsId={AnsId}&IsSkip={IsSkip}&StudentId={StudentId}&TestResultId={TestResultId}&LeftTime={LeftTime}&AppVersion={AppVersion}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| YearId | string |
Required |
|
| InstituteId | string |
Required |
|
| TestId | string |
Required |
|
| QueId | string |
Required |
|
| AnsId | string |
Required |
|
| IsSkip | string |
Required |
|
| StudentId | string |
Required |
|
| TestResultId | string |
Required |
|
| LeftTime | string |
Required |
|
| AppVersion | string |
Required |
Body Parameters
None.
Response Information
Resource Description
QuestioSaveObject| Name | Description | Type | Additional information |
|---|---|---|---|
| message | string |
None. |
|
| response | string |
None. |
|
| response_message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"message": "sample string 1",
"response": "sample string 2",
"response_message": "sample string 3"
}
text/html
Sample:
{"message":"sample string 1","response":"sample string 2","response_message":"sample string 3"}
application/xml, text/xml
Sample:
<MCQTestModel.QuestioSaveObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartInstituteSoftware.Models"> <message>sample string 1</message> <response>sample string 2</response> <response_message>sample string 3</response_message> </MCQTestModel.QuestioSaveObject>