Widget talk:Quiz Multiple Choice

From WikiEducator
Jump to: navigation, search

Contents

Thread titleRepliesLast modified
Added optional parameter mix.114:35, 26 October 2011

Added optional parameter mix.

Hi Jim,

My attempt at randomizing the answers. Parameter mix set to a default of false. If set true, then answers are randomized. Declaration of the random array is not trustworthy. It currently can only hold ten questions when mix is set to true. I don't know how to .push for a multidimensional array in javascript. Maybe some kind of error trapping then add the extra dimension above 10?

Kruhly (talk)18:36, 23 October 2011

I figured out how to add a dimension to the multidimensional array called rand in the widget using .push(). The widget should now be reliable for any number of questions when the mix parameter is set to true.

Kruhly (talk)14:35, 26 October 2011