4 include_once
"./Modules/TestQuestionPool/classes/class.assClozeGap.php";
34 $this->type = $a_type;
35 $this->items = array();
36 $this->shuffle = TRUE;
64 $this->shuffle = $a_shuffle ? TRUE : FALSE;
77 mt_srand((
double)microtime()*1000000);
88 $array[$j] = $array[$i];
Class for cloze question gaps.
Class for cloze question select gaps.
getItems()
Gets the items of a cloze gap.
assClozeSelectGap($a_type)
assClozeSelectGap constructor
getShuffle()
Gets the shuffle state of the items.
setType($a_shuffle=TRUE)
Sets the shuffle state of the items.
arrayShuffle($array)
Shuffles the values of a given array.