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) {
static get(string $a_var)
resetStored()
resets the clipboard by ensuring no hint is stored
__construct(assQuestion $questionOBJ)
Constructor.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
getStored()
returns the hint id currently stored in clipboard
isStored($hintId)
returns the fact wether the hint relating to the passed hint id is stored in clipboard or not ...
setStored($hintId)
sets the passed hint id, so relating hint is deemed to be cut to clipboard
hasStored()
returns the fact wether any hint is stored in clipboard currently or not
static set(string $a_var, $a_val)
Set a value.