19declare(strict_types=1);
57 switch (strtolower($a_prompt)) {
84 switch (strtolower($a_fibtype)) {
111 $this->minnumber = $a_minnumber;
121 $this->maxnumber = $a_maxnumber;
131 $this->response_labels[] = $a_response_label;
136 $this->material[] = $a_material;
141 $this->encoding = $a_encoding;
151 $this->rows = $a_rows;
161 $this->maxchars = $a_maxchars;
171 $this->columns = $a_columns;
181 $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)