| Reply | « Previous Thread | Next Thread » |
|
Multiple checkbox in J2ME allows users to select more than one option at a time. With this, I am developing an application where my questions are stored in a xml file together with my answer. I am trying to implement an applications where users can select more than one answer at a time with the help of multiple checkbox.
I therefore wanted to do something in which the selected answer will be verified with the answer that I have in my xml file. I have been able to implement this with an exclusive checkbox where users select only one answer but its proving difficult with the mutiple selection. Can anyone help in this situation? Thank you |
|
Hi olasamuel,
if you already have a code working with single correct answers, it should not be hard to allow multiple answers. To better undestand your scenario: are the right answers for each question more than 1? Must the user select them all or is it enough to select at least 1? If you want, try also posting your working code, so it'll be easier to spot out the needed modifications to your code. Pit |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|