GET api/answer/loadanswerbyexamid?examId={examId}&studentId={studentId}

获取学生答题报告

Request Information

URI Parameters

NameDescriptionTypeAdditional information
examId

globally unique identifier

Required

studentId

string

Required

Body Parameters

None.

Response Information

Resource Description

获取学生答题报告

JsonRtnDtoOfListOfAnswer
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

Collection of Answer

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": [
    {
      "StudentId": "sample string 1",
      "AnswerInfo": "sample string 2",
      "ResourceTypeCode": "sample string 3",
      "ResourceId": "7ff93244-43eb-4627-a2ec-0eded0b50835",
      "TestId": "0f8bccfd-26c3-4a61-8627-9925700b5984",
      "AnswerBatchId": "d6dcac78-4045-411b-9b2b-2aee3c8f41f7",
      "IsRight": true,
      "Score": 8.1,
      "Evaluate": "sample string 9",
      "IsCorrecting": true,
      "Frequency": 11,
      "IsSubjective": true,
      "Id": "ee94f1e2-cc4a-45c6-8907-387541c81286",
      "CreatedTime": "2024-09-25T00:05:06.9196452+08:00",
      "IsDeleted": true,
      "LastUpdatedTime": "2024-09-25T00:05:06.9196452+08:00"
    },
    {
      "StudentId": "sample string 1",
      "AnswerInfo": "sample string 2",
      "ResourceTypeCode": "sample string 3",
      "ResourceId": "7ff93244-43eb-4627-a2ec-0eded0b50835",
      "TestId": "0f8bccfd-26c3-4a61-8627-9925700b5984",
      "AnswerBatchId": "d6dcac78-4045-411b-9b2b-2aee3c8f41f7",
      "IsRight": true,
      "Score": 8.1,
      "Evaluate": "sample string 9",
      "IsCorrecting": true,
      "Frequency": 11,
      "IsSubjective": true,
      "Id": "ee94f1e2-cc4a-45c6-8907-387541c81286",
      "CreatedTime": "2024-09-25T00:05:06.9196452+08:00",
      "IsDeleted": true,
      "LastUpdatedTime": "2024-09-25T00:05:06.9196452+08:00"
    }
  ]
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":[{"StudentId":"sample string 1","AnswerInfo":"sample string 2","ResourceTypeCode":"sample string 3","ResourceId":"7ff93244-43eb-4627-a2ec-0eded0b50835","TestId":"0f8bccfd-26c3-4a61-8627-9925700b5984","AnswerBatchId":"d6dcac78-4045-411b-9b2b-2aee3c8f41f7","IsRight":true,"Score":8.1,"Evaluate":"sample string 9","IsCorrecting":true,"Frequency":11,"IsSubjective":true,"Id":"ee94f1e2-cc4a-45c6-8907-387541c81286","CreatedTime":"2024-09-25T00:05:06.9196452+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:05:06.9196452+08:00"},{"StudentId":"sample string 1","AnswerInfo":"sample string 2","ResourceTypeCode":"sample string 3","ResourceId":"7ff93244-43eb-4627-a2ec-0eded0b50835","TestId":"0f8bccfd-26c3-4a61-8627-9925700b5984","AnswerBatchId":"d6dcac78-4045-411b-9b2b-2aee3c8f41f7","IsRight":true,"Score":8.1,"Evaluate":"sample string 9","IsCorrecting":true,"Frequency":11,"IsSubjective":true,"Id":"ee94f1e2-cc4a-45c6-8907-387541c81286","CreatedTime":"2024-09-25T00:05:06.9196452+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:05:06.9196452+08:00"}]}

application/xml, text/xml

Sample:
<JsonRtnDtoOfArrayOfAnswermEDjlcEG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Data">
    <d2p1:Answer>
      <d2p1:CreatedTime>2024-09-25T00:05:06.9196452+08:00</d2p1:CreatedTime>
      <d2p1:Id>ee94f1e2-cc4a-45c6-8907-387541c81286</d2p1:Id>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:LastUpdatedTime>2024-09-25T00:05:06.9196452+08:00</d2p1:LastUpdatedTime>
      <d2p1:AnswerBatchId>d6dcac78-4045-411b-9b2b-2aee3c8f41f7</d2p1:AnswerBatchId>
      <d2p1:AnswerInfo>sample string 2</d2p1:AnswerInfo>
      <d2p1:Evaluate>sample string 9</d2p1:Evaluate>
      <d2p1:Frequency>11</d2p1:Frequency>
      <d2p1:IsCorrecting>true</d2p1:IsCorrecting>
      <d2p1:IsRight>true</d2p1:IsRight>
      <d2p1:IsSubjective>true</d2p1:IsSubjective>
      <d2p1:ResourceId>7ff93244-43eb-4627-a2ec-0eded0b50835</d2p1:ResourceId>
      <d2p1:ResourceTypeCode>sample string 3</d2p1:ResourceTypeCode>
      <d2p1:Score>8.1</d2p1:Score>
      <d2p1:StudentId>sample string 1</d2p1:StudentId>
      <d2p1:TestId>0f8bccfd-26c3-4a61-8627-9925700b5984</d2p1:TestId>
    </d2p1:Answer>
    <d2p1:Answer>
      <d2p1:CreatedTime>2024-09-25T00:05:06.9196452+08:00</d2p1:CreatedTime>
      <d2p1:Id>ee94f1e2-cc4a-45c6-8907-387541c81286</d2p1:Id>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:LastUpdatedTime>2024-09-25T00:05:06.9196452+08:00</d2p1:LastUpdatedTime>
      <d2p1:AnswerBatchId>d6dcac78-4045-411b-9b2b-2aee3c8f41f7</d2p1:AnswerBatchId>
      <d2p1:AnswerInfo>sample string 2</d2p1:AnswerInfo>
      <d2p1:Evaluate>sample string 9</d2p1:Evaluate>
      <d2p1:Frequency>11</d2p1:Frequency>
      <d2p1:IsCorrecting>true</d2p1:IsCorrecting>
      <d2p1:IsRight>true</d2p1:IsRight>
      <d2p1:IsSubjective>true</d2p1:IsSubjective>
      <d2p1:ResourceId>7ff93244-43eb-4627-a2ec-0eded0b50835</d2p1:ResourceId>
      <d2p1:ResourceTypeCode>sample string 3</d2p1:ResourceTypeCode>
      <d2p1:Score>8.1</d2p1:Score>
      <d2p1:StudentId>sample string 1</d2p1:StudentId>
      <d2p1:TestId>0f8bccfd-26c3-4a61-8627-9925700b5984</d2p1:TestId>
    </d2p1:Answer>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfArrayOfAnswermEDjlcEG>

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":[{"StudentId":"sample string 1","AnswerInfo":"sample string 2","ResourceTypeCode":"sample string 3","ResourceId":"7ff93244-43eb-4627-a2ec-0eded0b50835","TestId":"0f8bccfd-26c3-4a61-8627-9925700b5984","AnswerBatchId":"d6dcac78-4045-411b-9b2b-2aee3c8f41f7","IsRight":true,"Score":8.1,"Evaluate":"sample string 9","IsCorrecting":true,"Frequency":11,"IsSubjective":true,"Id":"ee94f1e2-cc4a-45c6-8907-387541c81286","CreatedTime":"2024-09-25T00:05:06.9196452+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:05:06.9196452+08:00"},{"StudentId":"sample string 1","AnswerInfo":"sample string 2","ResourceTypeCode":"sample string 3","ResourceId":"7ff93244-43eb-4627-a2ec-0eded0b50835","TestId":"0f8bccfd-26c3-4a61-8627-9925700b5984","AnswerBatchId":"d6dcac78-4045-411b-9b2b-2aee3c8f41f7","IsRight":true,"Score":8.1,"Evaluate":"sample string 9","IsCorrecting":true,"Frequency":11,"IsSubjective":true,"Id":"ee94f1e2-cc4a-45c6-8907-387541c81286","CreatedTime":"2024-09-25T00:05:06.9196452+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:05:06.9196452+08:00"}]});