GET Testomania/ShowResult?StudentTestomaniaPropertyId={StudentTestomaniaPropertyId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentTestomaniaPropertyId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TestomaniaResult| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentMarks | TestomaniaMarks |
None. |
|
| WeakConcept | Collection of TestomaniaResultWeakConcept |
None. |
Response Formats
application/json, text/json
Sample:
{
"StudentMarks": {
"TotalQuestion": 1,
"MarkObtained": 1.0,
"SkipQuestionCount": 1,
"RightAnswerCount": 1,
"WrongAnswerCount": 1,
"TotalTimeConsume": 1,
"IsLevelCompleted": true
},
"WeakConcept": [
{
"SubjectCode": "sample string 1",
"ChapterCode": "sample string 2",
"TopicCode": "sample string 3",
"SubTopicCode": "sample string 4",
"ModuleCode": "sample string 5",
"TopicName": "sample string 6",
"SubTopicName": "sample string 7",
"ModuleName": "sample string 8",
"Concepts": "sample string 9",
"AVFileUrl": "sample string 10"
},
{
"SubjectCode": "sample string 1",
"ChapterCode": "sample string 2",
"TopicCode": "sample string 3",
"SubTopicCode": "sample string 4",
"ModuleCode": "sample string 5",
"TopicName": "sample string 6",
"SubTopicName": "sample string 7",
"ModuleName": "sample string 8",
"Concepts": "sample string 9",
"AVFileUrl": "sample string 10"
}
]
}
application/xml, text/xml
Sample:
<TestomaniaEntity.TestomaniaResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
<StudentMarks>
<IsLevelCompleted>true</IsLevelCompleted>
<MarkObtained>1</MarkObtained>
<RightAnswerCount>1</RightAnswerCount>
<SkipQuestionCount>1</SkipQuestionCount>
<TotalQuestion>1</TotalQuestion>
<TotalTimeConsume>1</TotalTimeConsume>
<WrongAnswerCount>1</WrongAnswerCount>
</StudentMarks>
<WeakConcept>
<TestomaniaEntity.TestomaniaResultWeakConcept>
<AVFileUrl>sample string 10</AVFileUrl>
<ChapterCode>sample string 2</ChapterCode>
<Concepts>sample string 9</Concepts>
<ModuleCode>sample string 5</ModuleCode>
<ModuleName>sample string 8</ModuleName>
<SubTopicCode>sample string 4</SubTopicCode>
<SubTopicName>sample string 7</SubTopicName>
<SubjectCode>sample string 1</SubjectCode>
<TopicCode>sample string 3</TopicCode>
<TopicName>sample string 6</TopicName>
</TestomaniaEntity.TestomaniaResultWeakConcept>
<TestomaniaEntity.TestomaniaResultWeakConcept>
<AVFileUrl>sample string 10</AVFileUrl>
<ChapterCode>sample string 2</ChapterCode>
<Concepts>sample string 9</Concepts>
<ModuleCode>sample string 5</ModuleCode>
<ModuleName>sample string 8</ModuleName>
<SubTopicCode>sample string 4</SubTopicCode>
<SubTopicName>sample string 7</SubTopicName>
<SubjectCode>sample string 1</SubjectCode>
<TopicCode>sample string 3</TopicCode>
<TopicName>sample string 6</TopicName>
</TestomaniaEntity.TestomaniaResultWeakConcept>
</WeakConcept>
</TestomaniaEntity.TestomaniaResult>