Eliminate “Next” and “Back” Buttons Hello,
Due to a certain technical matter, I have the need to do a quiz test where the test taker after clicking an answer immediately goes to the next question. To do so, I need to find a way to get rid of the “Next” and “Back” buttons. Is there a way to do that in QW 3.5 ??? Best regards, Lisbon Quizzer Lisbon Quizzer Hi Lisbon,
I think you'll need a combination of some or all of the following techniques . . In Question Options tick 'Never show Back Button' and 'Force Attempt At Every Question' This second one will remove the 'next' button until the question has been answered. Next, you'll need to edit the source file (.qwz) with a text editor. Find the setting, <pair name="autoforward" value="false" /> Change it to <pair name="autoforward" value="true" /> This will cause the next button to be activated as soon as the question is answered, and so the next button should never be seen when used in conjuction with 'Force Attempt at Every Question'. Alexander |
|||