GET Testomania/AddChapterList?usercode={usercode}&subjectcode={subjectcode}&activeChapterCodeList={activeChapterCodeList}&DeviceUniqueID={DeviceUniqueID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| usercode | string |
Required |
|
| subjectcode | string |
Required |
|
| activeChapterCodeList | string |
Required |
|
| DeviceUniqueID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
StudentTestomaniaDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentTestomaniaStatus | StudentTestomania |
None. |
|
| STP | StudentTestomaniaProperty |
None. |
|
| TQD | Collection of TestomaniaQuestionDetails |
None. |
Response Formats
application/json, text/json
Sample:
{
"StudentTestomaniaStatus": {
"TestomaniaId": 1,
"Chaptercode": "sample string 2",
"MaxLevel": 3,
"StudentCurrentLevel": 4,
"MaxCrossedLevel": 5
},
"STP": {
"StudentTestomaniaPropertyId": 1,
"TestomaniaId": 2,
"TotalQuestion": 3,
"TotalMarks": 4.0,
"MarkObtained": 1.0,
"SkipQuestionCount": 1,
"RightAnswerCount": 1,
"WrongAnswerCount": 1,
"AttemptedDate": "2026-07-27T15:34:01.2342981+05:30",
"TestCompletedDate": "2026-07-27T15:34:01.2342981+05:30",
"StudentRating": 1.0,
"TestStatus": "sample string 7",
"AttemptedNo": 8,
"TestSetNo": 9,
"IsReTest": true,
"IsTestSubmitted": true,
"TotalTimeConsume": 1,
"DeviceUniqueID": "sample string 12",
"TestTotalTime": 13
},
"TQD": [
{
"TestomaniaQuestionDetailsId": 1,
"StudentTestomaniaPropertyId": 2,
"QuestionId": 3,
"QuestionTagId": 4,
"StudentAnswer": "sample string 5",
"TimeSpent": 6,
"DeviceUniqueID": "sample string 7",
"AnswerSelected": "sample string 8",
"ObtainMark": 9.0,
"IsSubmitted": true,
"IsSkipped": true,
"IsAnswerCorrect": true
},
{
"TestomaniaQuestionDetailsId": 1,
"StudentTestomaniaPropertyId": 2,
"QuestionId": 3,
"QuestionTagId": 4,
"StudentAnswer": "sample string 5",
"TimeSpent": 6,
"DeviceUniqueID": "sample string 7",
"AnswerSelected": "sample string 8",
"ObtainMark": 9.0,
"IsSubmitted": true,
"IsSkipped": true,
"IsAnswerCorrect": true
}
]
}
application/xml, text/xml
Sample:
<TestomaniaEntity.StudentTestomaniaDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
<STP>
<AttemptedDate>2026-07-27T15:34:01.2342981+05:30</AttemptedDate>
<AttemptedNo>8</AttemptedNo>
<DeviceUniqueID>sample string 12</DeviceUniqueID>
<IsReTest>true</IsReTest>
<IsTestSubmitted>true</IsTestSubmitted>
<MarkObtained>1</MarkObtained>
<RightAnswerCount>1</RightAnswerCount>
<SkipQuestionCount>1</SkipQuestionCount>
<StudentRating>1</StudentRating>
<StudentTestomaniaPropertyId>1</StudentTestomaniaPropertyId>
<TestCompletedDate>2026-07-27T15:34:01.2342981+05:30</TestCompletedDate>
<TestSetNo>9</TestSetNo>
<TestStatus>sample string 7</TestStatus>
<TestTotalTime>13</TestTotalTime>
<TestomaniaId>2</TestomaniaId>
<TotalMarks>4</TotalMarks>
<TotalQuestion>3</TotalQuestion>
<TotalTimeConsume>1</TotalTimeConsume>
<WrongAnswerCount>1</WrongAnswerCount>
</STP>
<StudentTestomaniaStatus>
<Chaptercode>sample string 2</Chaptercode>
<MaxCrossedLevel>5</MaxCrossedLevel>
<MaxLevel>3</MaxLevel>
<StudentCurrentLevel>4</StudentCurrentLevel>
<TestomaniaId>1</TestomaniaId>
</StudentTestomaniaStatus>
<TQD>
<TestomaniaEntity.TestomaniaQuestionDetails>
<AnswerSelected>sample string 8</AnswerSelected>
<DeviceUniqueID>sample string 7</DeviceUniqueID>
<IsAnswerCorrect>true</IsAnswerCorrect>
<IsSkipped>true</IsSkipped>
<IsSubmitted>true</IsSubmitted>
<ObtainMark>9</ObtainMark>
<QuestionId>3</QuestionId>
<QuestionTagId>4</QuestionTagId>
<StudentAnswer>sample string 5</StudentAnswer>
<StudentTestomaniaPropertyId>2</StudentTestomaniaPropertyId>
<TestomaniaQuestionDetailsId>1</TestomaniaQuestionDetailsId>
<TimeSpent>6</TimeSpent>
</TestomaniaEntity.TestomaniaQuestionDetails>
<TestomaniaEntity.TestomaniaQuestionDetails>
<AnswerSelected>sample string 8</AnswerSelected>
<DeviceUniqueID>sample string 7</DeviceUniqueID>
<IsAnswerCorrect>true</IsAnswerCorrect>
<IsSkipped>true</IsSkipped>
<IsSubmitted>true</IsSubmitted>
<ObtainMark>9</ObtainMark>
<QuestionId>3</QuestionId>
<QuestionTagId>4</QuestionTagId>
<StudentAnswer>sample string 5</StudentAnswer>
<StudentTestomaniaPropertyId>2</StudentTestomaniaPropertyId>
<TestomaniaQuestionDetailsId>1</TestomaniaQuestionDetailsId>
<TimeSpent>6</TimeSpent>
</TestomaniaEntity.TestomaniaQuestionDetails>
</TQD>
</TestomaniaEntity.StudentTestomaniaDetail>