Make a survey/Test with multiple-choice answers

0
Hi,    How can you make a page with Questions and  multiple-choice answers? There widgets are verry limited for building this, but mayby im wrong. I already made a domain model for this.   PS: the Module Questionaire is only for Iphones...so i can't use that, i get errors :(         
asked
1 answers
0

Hi Bilal

There are many ways of doing this. I would make the Answer-Question association 1 to many and add a Boolean isCorrect on the Answer entity to allow multiple choice Answer selection. 

answered