Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with the code for data collection and display

Status
Not open for further replies.

Alalon

Programmer
Mar 12, 2003
2
CA
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
 
mail me and i can send you an example i used on a CBT with a database of questions in .txt files loaded and changed randomly on the fly. and of course validated an ponderated to get a note.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top