I'm setting up a quiz in captivate. At the end of the quiz it displays notes about the incorrect answers in a text box on a slide, but when I test it, only part of the string will show and will cut off in the middle of the string. It is not due to the text box being too small.
I have it set up like:
textArray[0] = "Here is some note about an incorrectly answered question.";
window.cpAPIInterface.setVariableValue("textBox", textArray[0]);
// where textBox is a captivate variable.
When tested, it will show something like
"Here is some note ab"