GET api/M_Course/SubmitQuestionAnswer?userId={userId}&paperId={paperId}&questionId={questionId}&answerIds={answerIds}&accessKey={accessKey}&secretKey={secretKey}

(考生)提交试题答案

Request Information

Parameters

NameDescriptionAdditional information
userId
用户id

Define this parameter in the request URI.

paperId
试卷id

Define this parameter in the request URI.

questionId
问题id

Define this parameter in the request URI.

answerIds
答案id(多个以 , 分隔)

Define this parameter in the request URI.

accessKey
accessKey

Define this parameter in the request URI.

secretKey
secretKey

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "sample string 1": "sample string 2",
  "sample string 3": "sample string 4",
  "sample string 5": "sample string 6"
}

text/javascript

Sample:
{"sample string 1":"sample string 2","sample string 3":"sample string 4","sample string 5":"sample string 6"}