我正在设置一个迷人的测验。在测验结束时,它会在幻灯片的文本框中显示有关错误答案的注释,但是当我测试它时,只会显示部分字符串并在字符串中间切断。这不是因为文本框太小。
我设置如下:
textArray[0] = "Here is some note about an incorrectly answered question.";
window.cpAPIInterface.setVariableValue("textBox", textArray[0]);
// where textBox is a captivate variable.
经过测试,它会显示类似
的内容“这是一些注释ab”