So here is what I would like to do:
I have a task with a number of anagrams- For each anagram, I would like to limit the total time to 2 minutes.
However, I would also like to have an option to accept/reject a hint to appear for every 30 seconds that they go without solving the task-so at 30, 60, 90 seconds as long as the anagram remains unsolved
If they choose yes at any time, they then get a hint and the anagram reappears again for 30 sec or until solved (after 30 seconds, another hint...)
If they choose no, do not accept hint, they simply go back to the original anagram to keep working for up to 30 sec before the next hint.
Originally I thought to just use the skip to function and duration parameter, but this has posed a number of problems, most importantly that I do not know how to get it to move to the next anagram if they in fact solve it at any point. (Because of numbering in the questionnaire file?)
Is there perhaps a way to do this--how about usinging a pop up window or some other method I can't think of?

Thanks!