how to display Answer of every question on same page..

0
hi i am working on quiz app my query is that i have list of question in my listview widget now when i click on particular question i want to display its respective answers on the side screen.. in the below screenshot i have done it for only true or false question so in this case questions are different but my answer will be only true or false.. but what i want is different answer for different questions.. pls suggest some reading material also.. Thanks
asked
2 answers
3

You need to add a dataview with listen to widget datasource. This dataview would listen to the widget that displays your question.
The dataview now can have a nested listview/datagrid/templategrid, showing all associated answers.

answered
1

Hi,

Some reading materials:

  1.  Understand Mendix http://learn.mendix.com/link/path/38 
  2. Questionaire example https://appstore.home.mendix.com/link/app/234/ 

 

Answering your question on how to achieve this: If you want to display the answering options in the same dataview; use conditional visibility 

answered