brewbazz
12-02-2008, 01:18 AM
I want to make a program which can display a few questions on one screen - like:
Q1
A1 (radiobutton)
A2 (radiobutton)
A3 (radiobutton)
Q2
A1 (radiobutton)
A2 (radiobutton)
A3 (radiobutton)
Q3
etc....
A1 (radiobutton)
A2 (radiobutton)
A3 (radiobutton)
[SUBMIT ANSWERS Button]
After the user entered one value in each of the questions and pressed "submit answers" he or she should get a standart answer - like:
If A1=3 and A2=1 and A3 = 1 and A4 = 2 [THEN] display "The problem with your answer is you like many people misunderstand the meaning of .... bla bla"
If A1=2 and A2=3 and A3=2 and A4=3 [THEN] display "You understood the main part of the problem, but.... bla bla"
to sum it up, i need the user to get an individual answer depending on how he answers the four standart questions. Is this even possible to make - any suggestions will be appreciated
Kris
Q1
A1 (radiobutton)
A2 (radiobutton)
A3 (radiobutton)
Q2
A1 (radiobutton)
A2 (radiobutton)
A3 (radiobutton)
Q3
etc....
A1 (radiobutton)
A2 (radiobutton)
A3 (radiobutton)
[SUBMIT ANSWERS Button]
After the user entered one value in each of the questions and pressed "submit answers" he or she should get a standart answer - like:
If A1=3 and A2=1 and A3 = 1 and A4 = 2 [THEN] display "The problem with your answer is you like many people misunderstand the meaning of .... bla bla"
If A1=2 and A2=3 and A3=2 and A4=3 [THEN] display "You understood the main part of the problem, but.... bla bla"
to sum it up, i need the user to get an individual answer depending on how he answers the four standart questions. Is this even possible to make - any suggestions will be appreciated
Kris