GET api/testpaperstatistic/GetPaperBigRuleScoreAnalysis?paperId={paperId}
加载试卷大题得分分析
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
paperId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
加载试卷大题得分分析
JsonRtnDtoOfIEnumerableOfPaperBigRuleScoreAnalysisOutputDtoName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | Collection of PaperBigRuleScoreAnalysisOutputDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": [ { "AvgScore": 1.1, "TotalScore": 2.1, "RuleInfo": "sample string 3", "Sort": 4 }, { "AvgScore": 1.1, "TotalScore": 2.1, "RuleInfo": "sample string 3", "Sort": 4 } ] }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":[{"AvgScore":1.1,"TotalScore":2.1,"RuleInfo":"sample string 3","Sort":4},{"AvgScore":1.1,"TotalScore":2.1,"RuleInfo":"sample string 3","Sort":4}]}
application/xml, text/xml
Sample:
<JsonRtnDtoOfArrayOfPaperBigRuleScoreAnalysisOutputDtov3CTEUQJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Data> <PaperBigRuleScoreAnalysisOutputDto> <AvgScore>1.1</AvgScore> <RuleInfo>sample string 3</RuleInfo> <Sort>4</Sort> <TotalScore>2.1</TotalScore> </PaperBigRuleScoreAnalysisOutputDto> <PaperBigRuleScoreAnalysisOutputDto> <AvgScore>1.1</AvgScore> <RuleInfo>sample string 3</RuleInfo> <Sort>4</Sort> <TotalScore>2.1</TotalScore> </PaperBigRuleScoreAnalysisOutputDto> </Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfArrayOfPaperBigRuleScoreAnalysisOutputDtov3CTEUQJ>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":[{"AvgScore":1.1,"TotalScore":2.1,"RuleInfo":"sample string 3","Sort":4},{"AvgScore":1.1,"TotalScore":2.1,"RuleInfo":"sample string 3","Sort":4}]});