完善文档
This commit is contained in:
parent
cd4b67cf73
commit
e748045436
@ -79,6 +79,7 @@
|
|||||||
Input 为输入框(可多个) var里面存储是输入值
|
Input 为输入框(可多个) var里面存储是输入值
|
||||||
btn 为按钮(可多个)
|
btn 为按钮(可多个)
|
||||||
checkAnswer 是否开启检查答案
|
checkAnswer 是否开启检查答案
|
||||||
|
answer 是正确答案 用|分割 可以支持多个正确答案
|
||||||
wrongLabel 输入错误的提示文字
|
wrongLabel 输入错误的提示文字
|
||||||
wrongCount 错误后重新输入的次数
|
wrongCount 错误后重新输入的次数
|
||||||
autoHide 错误弹窗自动消失的停留时间
|
autoHide 错误弹窗自动消失的停留时间
|
||||||
@ -87,8 +88,8 @@
|
|||||||
wrongScore错误的分数 (每错一次扣一次分)
|
wrongScore错误的分数 (每错一次扣一次分)
|
||||||
-->
|
-->
|
||||||
<Action type="Input" title="请输入" finishedEvent="UI关闭事件通知用StrEvent接收">
|
<Action type="Input" title="请输入" finishedEvent="UI关闭事件通知用StrEvent接收">
|
||||||
<Input name="数字1:" var="变量1" answer="100"></Input>
|
<Input name="数字1:" var="变量1" answer="100|200"></Input>
|
||||||
<Input name="数字2:" var="变量2" answer="200"></Input>
|
<Input name="数字2:" var="变量2" answer="200|400"></Input>
|
||||||
<Btn name="确定" clickEvent="确定点击" checkAnswer="true" wrongLabel="输入错误" wrongCount="3" autoHide="-1" scoreStepName="" rightScore="0" wrongScore="-1"></Btn>
|
<Btn name="确定" clickEvent="确定点击" checkAnswer="true" wrongLabel="输入错误" wrongCount="3" autoHide="-1" scoreStepName="" rightScore="0" wrongScore="-1"></Btn>
|
||||||
<Btn name="取消"></Btn>
|
<Btn name="取消"></Btn>
|
||||||
</Action>
|
</Action>
|
||||||
@ -259,6 +260,11 @@
|
|||||||
<Scene>Scene</Scene>
|
<Scene>Scene</Scene>
|
||||||
<!--Study学习模式 Exam实训模式 All都有-->
|
<!--Study学习模式 Exam实训模式 All都有-->
|
||||||
<Type>Study</Type>
|
<Type>Study</Type>
|
||||||
|
<!--
|
||||||
|
用于显示模块选择页面的 模块图标
|
||||||
|
图片存放于Data/Image/路径下面 可以自己构建子路径
|
||||||
|
-->
|
||||||
|
<Icon>图片名字</Icon>
|
||||||
<!--模块名字-->
|
<!--模块名字-->
|
||||||
<Name>模块1</Name>
|
<Name>模块1</Name>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user