GET api/Elearning/SaveELearnStudentAnswers
Request Information
URI Parameters
None.
Body Parameters
Collection of TblELearnStudentAnswersName | Description | Type | Additional information |
---|---|---|---|
StudentAnswersId | string |
None. |
|
StudentId | integer |
None. |
|
ELearnId | integer |
Required Range: inclusive between 0 and 1.79769313486232E+308 |
|
ELearnQuestionId | integer |
Required |
|
ELearnAnswerId | integer |
None. |
|
SessionId | string |
None. |
|
ExamPaperId | integer |
Required |
|
QuestionBookmark | integer |
None. |
|
QuestionWiseTimeSecs | integer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "StudentAnswersId": "sample string 1", "StudentId": 2, "ELearnId": 3, "ELearnQuestionId": 4, "ELearnAnswerId": 5, "SessionId": "sample string 6", "ExamPaperId": 7, "QuestionBookmark": 8, "QuestionWiseTimeSecs": 9 }, { "StudentAnswersId": "sample string 1", "StudentId": 2, "ELearnId": 3, "ELearnQuestionId": 4, "ELearnAnswerId": 5, "SessionId": "sample string 6", "ExamPaperId": 7, "QuestionBookmark": 8, "QuestionWiseTimeSecs": 9 } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}