GET DynamicTest/GetOMRTestQuestionDetails?TestCode={TestCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TestCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
OMRTestQuestionList| Name | Description | Type | Additional information |
|---|---|---|---|
| TestPaperURL | string |
None. |
|
| qadd | Collection of OMRTestQuestion |
None. |
Response Formats
application/json, text/json
Sample:
{
"TestPaperURL": "sample string 1",
"qadd": [
{
"QuestionNo": 1,
"QuestionCode": "sample string 2",
"QuestionID": 3,
"QuestionTypeCode": "sample string 4",
"PaperQuestionID": 5,
"PaperSectionID": 6,
"PaperID": 7,
"SectionName": "sample string 8",
"SectionSequence": 9,
"OptionCount": 10,
"ColumnACount": 11,
"ColumnBCount": 12,
"ColumnCCount": 13,
"CorrectMark": 1.0,
"IncorrectMark": 1.0,
"SkipMark": 1.0,
"IsIntegerType": true
},
{
"QuestionNo": 1,
"QuestionCode": "sample string 2",
"QuestionID": 3,
"QuestionTypeCode": "sample string 4",
"PaperQuestionID": 5,
"PaperSectionID": 6,
"PaperID": 7,
"SectionName": "sample string 8",
"SectionSequence": 9,
"OptionCount": 10,
"ColumnACount": 11,
"ColumnBCount": 12,
"ColumnCCount": 13,
"CorrectMark": 1.0,
"IncorrectMark": 1.0,
"SkipMark": 1.0,
"IsIntegerType": true
}
]
}
application/xml, text/xml
Sample:
<DynamicTest.OMRTestQuestionList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
<TestPaperURL>sample string 1</TestPaperURL>
<qadd>
<DynamicTest.OMRTestQuestion>
<ColumnACount>11</ColumnACount>
<ColumnBCount>12</ColumnBCount>
<ColumnCCount>13</ColumnCCount>
<CorrectMark>1</CorrectMark>
<IncorrectMark>1</IncorrectMark>
<IsIntegerType>true</IsIntegerType>
<OptionCount>10</OptionCount>
<PaperID>7</PaperID>
<PaperQuestionID>5</PaperQuestionID>
<PaperSectionID>6</PaperSectionID>
<QuestionCode>sample string 2</QuestionCode>
<QuestionID>3</QuestionID>
<QuestionNo>1</QuestionNo>
<QuestionTypeCode>sample string 4</QuestionTypeCode>
<SectionName>sample string 8</SectionName>
<SectionSequence>9</SectionSequence>
<SkipMark>1</SkipMark>
</DynamicTest.OMRTestQuestion>
<DynamicTest.OMRTestQuestion>
<ColumnACount>11</ColumnACount>
<ColumnBCount>12</ColumnBCount>
<ColumnCCount>13</ColumnCCount>
<CorrectMark>1</CorrectMark>
<IncorrectMark>1</IncorrectMark>
<IsIntegerType>true</IsIntegerType>
<OptionCount>10</OptionCount>
<PaperID>7</PaperID>
<PaperQuestionID>5</PaperQuestionID>
<PaperSectionID>6</PaperSectionID>
<QuestionCode>sample string 2</QuestionCode>
<QuestionID>3</QuestionID>
<QuestionNo>1</QuestionNo>
<QuestionTypeCode>sample string 4</QuestionTypeCode>
<SectionName>sample string 8</SectionName>
<SectionSequence>9</SectionSequence>
<SkipMark>1</SkipMark>
</DynamicTest.OMRTestQuestion>
</qadd>
</DynamicTest.OMRTestQuestionList>