Hi folks!
Can anyone please help me with this?
I am developing a Quiz program but I am stuck with "multiple answers".
Basically I need some sort of code that would select multiple answers
using check boxes.
For example, a question such as
Which two of the following are relational databases?
A. Oracle
B. UML
C. ODBC
D. Ingres
It should track as A and D.
Can anyone please show a code that would track them two answers?
Also, how does the question bank (in the form of a database) looks
for; i.e. How do you store multiple answers in a database so VB tracks
those answers?
Thanks for your help
Can anyone please help me with this?
I am developing a Quiz program but I am stuck with "multiple answers".
Basically I need some sort of code that would select multiple answers
using check boxes.
For example, a question such as
Which two of the following are relational databases?
A. Oracle
B. UML
C. ODBC
D. Ingres
It should track as A and D.
Can anyone please show a code that would track them two answers?
Also, how does the question bank (in the form of a database) looks
for; i.e. How do you store multiple answers in a database so VB tracks
those answers?
Thanks for your help
Comment