LeviSchuck / Skillern-System

1 stars 0 forks source link

Get multiple choice working #3

Closed LeviSchuck closed 14 years ago

LeviSchuck commented 14 years ago

Get the multiple choice data working with the system. The whole if(in_array(1,$_SESSION['history'][$_SESSION['pos']]['wrong'])){ thing should help a bunch, replacing '1' of course with the position inside the possible choices.

LeviSchuck commented 14 years ago

Finished. LOVE IT