修改输入框为选择题

This commit is contained in:
shenjianxing 2025-05-26 13:32:46 +08:00
parent 2caba27458
commit abffb20a1c
3 changed files with 21 additions and 9 deletions

View File

@ -172,10 +172,9 @@
<Btn name="确定" clickEvent="确定点击" checkAnswer="true" wrongLabel="输入错误" wrongCount="3" autoHide="1" ></Btn>
</Action>-->
<Action type="TextQuestion" title="显微镜暗域照明法是观察宝石( ),在暗色的背景下,显得十分清晰,是常用的一种照明方法。而且有利于( )的观察。"
options="A、外部特征、长时间。|B、内部特征、短时间。|C、内部特征、长时间。|D、外部特征、短时间。" answers="3" btns="确定" finishedEvent="UI关闭事件通知用StrEvent接收"
des="显微镜暗域照明法是观察宝石内部特征,在暗色的背景下,显得十分清晰,是常用的一种照明方法。而且有利于长时间的观察。"></Action>
des="显微镜暗域照明法是观察宝石&lt;color=#FF0000&gt;内部特征&lt;/color&gt;,在暗色的背景下,显得十分清晰,是常用的一种照明方法。而且有利于&lt;color=110000&gt;长时间&lt;/color&gt;的观察。"></Action>
<Condition type="StrEvent" value="UI关闭事件通知用StrEvent接收"></Condition>

View File

@ -165,12 +165,18 @@
<Action type="Input" title="亮域照明法适合观察宝石 特征,输入观察结果" finishedEvent="UI关闭事件通知用StrEvent接收">
<!--<Action type="Input" title="亮域照明法适合观察宝石 特征,输入观察结果" finishedEvent="UI关闭事件通知用StrEvent接收">
<Input name=" " answer="色带"></Input>
<Input name=" " answer="生长纹"></Input>
<Btn name="确定" clickEvent="确定点击" checkAnswer="true" wrongLabel="输入错误" wrongCount="3" autoHide="1" ></Btn>
</Action>
</Action>-->
<Action type="TextQuestion" title="底光源的光源穿透宝石,穿过宝石后,直接进入物镜,这种观察方法适合观察( )、( )。"
options="A、表面、生长纹。|B、色带、生长纹。|C、内部纹路、生长纹。|D、色带、表面光泽。" answers="2" btns="确定" finishedEvent="UI关闭事件通知用StrEvent接收"
des="底光源的光源穿透宝石,穿过宝石后,直接进入物镜,这种观察方法适合观察&lt;color=#FF0000&gt;色带、生长纹。&lt;/color&gt;"></Action>
<Condition type="StrEvent" value="UI关闭事件通知用StrEvent接收"></Condition>
<Action type="NextOperation"></Action>

View File

@ -140,12 +140,19 @@
<Action type="Input" title="请观察宝石的表面及近表面的特征,输入观察结果" finishedEvent="UI关闭事件通知用StrEvent接收">
<!--<Action type="Input" title="请观察宝石的表面及近表面的特征,输入观察结果" finishedEvent="UI关闭事件通知用StrEvent接收">
<Input name="顶部照明法,适用于观察宝石的:" answer="表面"></Input>
<Input name=":" answer="近表面"></Input>
<Btn name="确定" clickEvent="确定点击" checkAnswer="true" wrongLabel="输入错误" wrongCount="3" autoHide="1" ></Btn>
</Action>-->
<Action type="TextQuestion" title="顶部照明法,适用于观察宝石的( )、( )表面、近表面的特征。"
options="A、内部、生长纹。|B、表面、生长纹。|C、内部、近表面。|D、表面、近表面。" answers="4" btns="确定" finishedEvent="UI关闭事件通知用StrEvent接收"
des="顶部照明法,适用于观察宝石的&lt;color=#FF0000&gt;表面、近表面&lt;/color&gt;的特征。"></Action>
</Action>
<Condition type="StrEvent" value="UI关闭事件通知用StrEvent接收"></Condition>
<Action type="NextOperation"></Action>