Ben Pitman wrote:
Alternative 1: Code the next buttons manually for each feedback page.Alternative 2: Anyone? Ordinarily, I would go with Alternative 1. But I can see this being daunting if you predict adding, deleting, or reordering questions. To make things slightly more automated, you could put each question and its feedback page in its own chapter. So you have:* Chapter 1 Question 1 Question 1 Feedback* Chapter 2 Question 2 Question 2 Feedback* Chapter 3 Question 3 Question 3 FeedbackIf the question is answered correctly, you jump to the next chapter. If the question is answered incorrectly, you jump to the next page. And each feedback page will just jump to the next chapter (or even page), regardless. That way, if you have to reorganize your questions, you don't have to worry about pointers going to the wrong question. Kevin