Hi.
Problem 1:
I created an Option Group with 3 checkbox option buttons. Above those options is a question that can have multiple choices. For example for question: "How it is ?" The answering options are: "1) Big", "2) Red", "3) Tidy". I want to could check 2 and 3. Well the problem is that I can't check 2 boxes. It allows me only one checkbox. How could i do this. Each checkbox has set as Option Value: 1, 2 and 3, for each one. These values are stored in a table.
Problem 2:
Before I start the test, the user must complet a the form with his own unique CNP (Personal Numeric Code, from the Identity Card). The CNP could be choosed from a Combo Box (containing all CNP's from the tabel). Let's say that a new user play's the quiz, and he's not in the DB. When he press START test, I want first to verify if that CNP already exists (and if true play the quiz). If NOT exists, to run a form where he can register in the game with all his Personal Dates.
Problem 3: The quiz not accept "no answer" so before he click "Go to next question", a script must verify if he checked at least 1 (one) option from the Option Grup.
Could anyone help me at least with one problem? I'he already search and I found something about, but not exactly what I want, I tried to update it for me problem with no success.
Problem 1:
I created an Option Group with 3 checkbox option buttons. Above those options is a question that can have multiple choices. For example for question: "How it is ?" The answering options are: "1) Big", "2) Red", "3) Tidy". I want to could check 2 and 3. Well the problem is that I can't check 2 boxes. It allows me only one checkbox. How could i do this. Each checkbox has set as Option Value: 1, 2 and 3, for each one. These values are stored in a table.
Problem 2:
Before I start the test, the user must complet a the form with his own unique CNP (Personal Numeric Code, from the Identity Card). The CNP could be choosed from a Combo Box (containing all CNP's from the tabel). Let's say that a new user play's the quiz, and he's not in the DB. When he press START test, I want first to verify if that CNP already exists (and if true play the quiz). If NOT exists, to run a form where he can register in the game with all his Personal Dates.
Problem 3: The quiz not accept "no answer" so before he click "Go to next question", a script must verify if he checked at least 1 (one) option from the Option Grup.
Could anyone help me at least with one problem? I'he already search and I found something about, but not exactly what I want, I tried to update it for me problem with no success.