24 define (
"SHUFFLE_NO",
"0");
25 define (
"SHUFFLE_YES",
"1");
46 $this->response_labels = array();
47 $this->material = array();
52 switch (strtolower($a_shuffle))
72 $this->minnumber = $a_minnumber;
82 $this->maxnumber = $a_maxnumber;
92 array_push($this->response_labels, $a_response_label);
97 array_push($this->material, $a_material);