Multiple words in Text Entry box issue.
Here is my situation:
In one slide I have 4 TEBs and 1 submit button. One of the TEBs correct answer is Double action. The problem is when I test the page in HTML5, the answer Double action is wrong. But if I type in "Double action" (with the double quote), it is correct.
There is no problem with the other TEBs since they're all single word. I understand that captivate automatically add the double quote to multiple words to preserve the space between words. But when I check the javascript file after publishing, the thing was written as (\'"Double action"\'). The \' is making the double quote to be included as the answer as well.
Right now my only solution is to manually remove the double quote in the javascript file after publishing into HTML. I wish to have a better solution to this. Please help.
