评分Paper.XML配置工具
创建和编辑评分系统相关的XML配置文件,设置评分规则和标准,支持可视化配置和CSV导入功能。
评分流程
评分题目
CSV导入
XML预览
导出下载
添加评分流程
已配置流程
添加评分题目
已配置题目
从CSV导入配置
或者将CSV文件拖放到此处
- 流程数据行格式:PROC,ID,GroupID,Name,Desc
- 题目数据行格式:QUESTION,ID,Name,ProcedureID,Expression,Verb,Value,MaxScore,Interval,Desc
Paper.XML预览
<AppData>
<Procedures>
<ID>P1</ID>
<ProcGroupID>-1</ProcGroupID>
<Name>DefaultName</Name>
<Questions>
<ID>T1</ID>
</Questions>
<StartCondition>
<Expression>default</Expression>
<Verb>
<Verb>OR</Verb>
</Verb>
<Value>0</Value>
<Desc>default description</Desc>
<Satisfied>False</Satisfied>
</StartCondition>
<EndCondition>
<Expression>default</Expression>
<Verb>
<Verb>OR</Verb>
</Verb>
<Value>0</Value>
<Desc>default description</Desc>
<Satisfied>False</Satisfied>
</EndCondition>
<IsStarted>False</IsStarted>
<IsFinished>False</IsFinished>
<Desc>default description</Desc>
<State>valid</State>
</Procedures>
<Questions>
<ID>T1</ID>
<Name>打开阀门</Name>
<ProcedureID>P1</ProcedureID>
<SectionID>-1</SectionID>
<DeviceID>-1</DeviceID>
<PlayerID>-1</PlayerID>
<ScoreCondition>
<Expression>TEST_VAR[2]</Expression>
<Verb>
<Verb>>=</Verb>
</Verb>
<Value>0.5</Value>
<TimeRelationShip>
<RelateType>NOTIME</RelateType>
<Interval>0</Interval>
</TimeRelationShip>
<Satisfied>False</Satisfied>
<OrderRelate>NO</OrderRelate>
<Desc>default description</Desc>
</ScoreCondition>
<CurrentScoreValue>0</CurrentScoreValue>
<ScoreValue>1</ScoreValue>
<ScoreMax>5</ScoreMax>
<ScoreInterval>1</ScoreInterval>
<TotalScoreTime>0</TotalScoreTime>
<StartCondition>
<Expression>default</Expression>
<Verb>
<Verb>OR</Verb>
</Verb>
<Value>0</Value>
<Desc>default description</Desc>
<Satisfied>False</Satisfied>
</StartCondition>
<EndCondition>
<Expression>default</Expression>
<Verb>
<Verb>OR</Verb>
</Verb>
<Value>0</Value>
<Desc>default description</Desc>
<Satisfied>False</Satisfied>
</EndCondition>
<UpperLimit>0</UpperLimit>
<UpperMaxLimit>0</UpperMaxLimit>
<LowerLimit>0</LowerLimit>
<LowerMaxLimit>0</LowerMaxLimit>
<OrderRelateQuestionID>-1</OrderRelateQuestionID>
<TimeRelateQuestionID>-1</TimeRelateQuestionID>
<StartTime>0</StartTime>
<StartDuration>0</StartDuration>
<FinishTime>0</FinishTime>
<FinishDuration>0</FinishDuration>
<StartConditionConcerned>False</StartConditionConcerned>
<IsStarted>False</IsStarted>
<IsFinished>False</IsFinished>
<Desc>打开阀门</Desc>
<State>valid</State>
<HasScored>False</HasScored>
</Questions>
<Locale>简体中文</Locale>
</AppData>