GET api/Elearning/SaveELearnStudentAnswers

Request Information

URI Parameters

None.

Body Parameters

Collection of TblELearnStudentAnswers
NameDescriptionTypeAdditional information
StudentAnswersId

string

None.

StudentId

integer

None.

ELearnId

integer

None.

ELearnQuestionId

integer

None.

ELearnAnswerId

integer

None.

SessionId

string

None.

ExamPaperId

integer

None.

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

Object

None.

Response Formats

application/json, text/json

Sample:
{}