how to implement a checkin questionaire

I need to create a check-in list where the user will receive questions one by one and then according with the answer chosen (in a radio button), a new choice must be selected (other radio button)

for example:

question: Marketing department´s job is being done well?

yes/no

if choose yes then ask: do they deserve a bonus?

yes/no/maybe

if choose no then ask: do they need a new co-worker?

yes/no

The point here is that the dynamic will be the same but the principal question will come from a table, so the amount of department question is variable

Anyone can give me a hint on how to start this implementation?

I believe that a List View is necessary but I don´t want to start this in a wrong way

2 replies