Mod 5: randomise question order?

Hi CWC crew,

Is there anyway to randomise the question order, both the order the questions are presented and also the order in the individual table views ?

Cheers

Gav

1 Like

You can randomise the question order but not the answers and that’s because the JSON code that stores the correctAnswerIndex is a fixed value and tied to the row position in the tableView. You would have to significantly modify the JSON code to cater for the answers being randomised.

Thanks Chris, appreciate your help