My goal is to create a test
I want it to work out of one screen buy changeing the values within text boxes
The question database consists of these columns
"Qn" "Qc" "R1" "R2" "R3" "Qa"
Qn = The index of the questions 1,2,3... the rest of the data is attached to this master number
Qc = The question
R1 - R3 = The possible responses to be displayed in the 3 response fields.
Qa = contains a 1 2 or 3, this tells which R is correct.
The 3 response fields each need an IF statement,for R1 it would be if QnQa = 1 then Correct else repeat
if correct then Qn = Qn + 1
refresh all fields with new Qn value
Someone please mail me or send me a sample or somehting that would show me how to use an Array to perform these tasks
im competent at this stuff
just i used Vb to do it last time but authorware doesnt interface the same
hopefully someone understands what im trying to do here
If someone has some simple example or tutorial on creating appending and retreiving info from a file similar to the one i described that would help alot
im workign in Auth6.5
I want it to work out of one screen buy changeing the values within text boxes
The question database consists of these columns
"Qn" "Qc" "R1" "R2" "R3" "Qa"
Qn = The index of the questions 1,2,3... the rest of the data is attached to this master number
Qc = The question
R1 - R3 = The possible responses to be displayed in the 3 response fields.
Qa = contains a 1 2 or 3, this tells which R is correct.
The 3 response fields each need an IF statement,for R1 it would be if QnQa = 1 then Correct else repeat
if correct then Qn = Qn + 1
refresh all fields with new Qn value
Someone please mail me or send me a sample or somehting that would show me how to use an Array to perform these tasks
im competent at this stuff
just i used Vb to do it last time but authorware doesnt interface the same
hopefully someone understands what im trying to do here
If someone has some simple example or tutorial on creating appending and retreiving info from a file similar to the one i described that would help alot
im workign in Auth6.5