POST api/EnterFactoryExam/StartExam
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
EnterFactoryExamStartResult| Name | Description | Type | Additional information |
|---|---|---|---|
| TestPaperId | integer |
None. |
|
| TestPaperDetail | TestPaperDetailDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"TestPaperId": 1,
"TestPaperDetail": {
"Id": 1,
"DisplayName": "sample string 2",
"Questions": "sample string 3",
"QuestionList": [
{
"Id": 1,
"Content": "sample string 2",
"Type": 3,
"Summary": "sample string 4",
"OptionsJson": "[{\"Key\":\"sample string 1\",\"Text\":\"sample string 2\",\"Type\":0,\"IsRight\":true,\"Image\":\"sample string 4\"},{\"Key\":\"sample string 1\",\"Text\":\"sample string 2\",\"Type\":0,\"IsRight\":true,\"Image\":\"sample string 4\"}]",
"Options": [
{
"Key": "sample string 1",
"Text": "sample string 2",
"Type": 0,
"IsRight": true,
"Image": "sample string 4"
},
{
"Key": "sample string 1",
"Text": "sample string 2",
"Type": 0,
"IsRight": true,
"Image": "sample string 4"
}
],
"RightAnswer": "sample string 1,sample string 1"
},
{
"Id": 1,
"Content": "sample string 2",
"Type": 3,
"Summary": "sample string 4",
"OptionsJson": "[{\"Key\":\"sample string 1\",\"Text\":\"sample string 2\",\"Type\":0,\"IsRight\":true,\"Image\":\"sample string 4\"},{\"Key\":\"sample string 1\",\"Text\":\"sample string 2\",\"Type\":0,\"IsRight\":true,\"Image\":\"sample string 4\"}]",
"Options": [
{
"Key": "sample string 1",
"Text": "sample string 2",
"Type": 0,
"IsRight": true,
"Image": "sample string 4"
},
{
"Key": "sample string 1",
"Text": "sample string 2",
"Type": 0,
"IsRight": true,
"Image": "sample string 4"
}
],
"RightAnswer": "sample string 1,sample string 1"
}
],
"TotalPoint": 4,
"PassPoint": 5,
"RadioPoint": 6,
"CheckboxPoint": 7,
"TrueFalsePoint": 8
}
}