更新分数

This commit is contained in:
shenjianxing 2025-04-23 10:25:36 +08:00
parent 94656992f2
commit 05c195ea25

View File

@ -640,7 +640,7 @@
<Score>
<Item step="术前准备" name="器械准备" sum="7" bind=""/>
<Item step="术前准备" name="药品准备" sum="5.5" bind=""/>
<Item step="术前准备" name="药品准备" sum="6" bind=""/>
<Item step="术前准备" name="耗材准备" sum="15" bind=""/>
<Item step="术前准备" name="主刀人员准备" sum="7" bind=""/>
<Item step="术前准备" name="手术动物准备" sum="4" bind=""/>
@ -829,7 +829,7 @@
rightLabel="提示:器械选择正确。"
wrongLabel="提示:器械选择错误,\n器械准备中不需要该物品。"
rightEvent="器械选择完成"
wrongScore="-0.5"
wrongScore="1"
totalScore="7"
scoreStepName="术前准备器械准备"
autoHide="1"></Action>
@ -864,8 +864,8 @@
rightLabel="提示:药品选择正确。"
wrongLabel="提示:药品选择错误,\n药品准备中不需要该物品。"
rightEvent="药品选择完成"
wrongScore="-0.5"
totalScore="5.5"
wrongScore="1"
totalScore="6"
scoreStepName="术前准备药品准备"
autoHide="1"></Action>
<Condition type="StrEvent" value="药品选择完成"></Condition>
@ -902,7 +902,7 @@
rightLabel="提示:耗材选择正确。"
wrongLabel="提示:耗材选择错误,\n耗材准备中不需要该物品。"
rightEvent="耗材选择完成"
wrongScore="-0.5"
wrongScore="1"
totalScore="15"
scoreStepName="术前准备耗材准备"
autoHide="1"></Action>