3declare(strict_types=1);
58 switch (strtolower($a_prompt)) {
85 switch (strtolower($a_fibtype)) {
112 $this->minnumber = $a_minnumber;
122 $this->maxnumber = $a_maxnumber;
132 $this->response_labels[] = $a_response_label;
137 $this->material[] = $a_material;
142 $this->encoding = $a_encoding;
152 $this->rows = $a_rows;
162 $this->maxchars = $a_maxchars;
172 $this->columns = $a_columns;
182 $this->charset = $a_charset;
setPrompt(string $a_prompt)
setEncoding(string $a_encoding)
setColumns(string $a_columns)
setMinnumber(string $a_minnumber)
setMaxnumber(string $a_maxnumber)
setCharset(string $a_charset)
setFibtype(string $a_fibtype)
addResponseLabel(ilQTIResponseLabel $a_response_label)
setMaxchars(string $a_maxchars)
addMaterial(ilQTIMaterial $a_material)