46 $this->questionId = $questionOBJ->
getId();
53 if (!isset($class[$this->questionId])) {
67 unset($class[$this->questionId]);
110 if ($class[$this->questionId] === $hintId) {
126 if ($class[$this->questionId] !==
null) {
Abstract basic class which is to be extended by the concrete assessment question type classes.
setStored($hintId)
sets the passed hint id, so relating hint is deemed to be cut to clipboard
__construct(assQuestion $questionOBJ)
Constructor.
isStored($hintId)
returns the fact wether the hint relating to the passed hint id is stored in clipboard or not
resetStored()
resets the clipboard by ensuring no hint is stored
hasStored()
returns the fact wether any hint is stored in clipboard currently or not
getStored()
returns the hint id currently stored in clipboard
static get(string $a_var)
static set(string $a_var, $a_val)
Set a value.