Keystroke and Questions...
January 23, 2007 12:00 AM
Have you tried page level OnKey actions? You can use them to set the question variable to the answer. You then have two issues. 1. You need to make the answers short so that your OnKey action can set the question variable to the specified choice -- whatever you have typed into that choice when you created the question. In your case might be better to use 1,2,3,4 or a,b,c,d and then put the text for the choices in separate text boxes and line them up with the questions. 2. You need to refresh the page because just setting the question variable does not show the box checked on the screen. Create an action to modify a dummy variable and put this in the Value field: javascript:window.location.reload()This only works in some form of HTML publishing such as HTML, SCORM, AICC, ... but not in Run or Preview modes or published to executable, CD.
Discussions have been disabled for this post