Tarantoga wrote:
Brenden,
sorry that I had not explained this a bit more detailed.
I have several pages with multiple choice questions with one question on each page. Each question has 5 checkboxes which the user can tick. On each page different checkboxes are correct answers.
What I want to do is simply write the right combinations in a textfield on each page.
For example on page 1: "2,3,5" On page 2; "1,2,4" and so on.
The textfield is only visible in authoring mode.
I do this in this way because it is very easy to see on first sight which answeres are correct. And it is very easy to change these settings without going to Actions and set a variable to do the same.
As there is no textinput in runtime mode the variable in which I store the combination for each page does not update.
So I look for a way to update the variable on each page start automatically with the text from the invisible textfield.
T.
Hi Tarantoga,
My understanding of what you are attempting to do is to enter data into a variable, using a text input box, in Preview mode, and then, later,
also in Preview mode, display the same data when the page is
opened at a later time.
The only way I know to do this in Opus, is to store the variable by writing the variable/data to an external file, and then, later, when the page is opened (On Show, or Preshow), read the same file, and the data into the same variable (or a different variable, if your choose.)
I hope this helps !
Steve Hawley