From: orlando.native on
On Mar 27, 2:12 pm, "dam01886" <webforumsu...(a)macromedia.com> wrote:
> I am able to set up quizzes where the participant taking the quiz gets instant
> feedback for correct or incorrect responses.  I have included a calculation
> where the final percentage score is tracked to a SQL database.  My question, Is
> there any way in Authorware 6.5 (without an LMS) that a participants
> information (several call centers) can be tracked in the database according to
> question #. (i.e. John Smith got Question 1 and Question 10 wrong)

We track similar information in an AW app we built. We use .asp pages
to write to a SQL database for the tracking. We do it by creating a
variable (wrong_answers or somesuch) that holds the question number of
each question judged incorrect, building a string as we go. When the
quiz is done that variable is written to the DB along with the score.

Does that help?
Alison