31 $this->questionId = $questionOBJ->
getId();
38 if( !isset(
$_SESSION[__CLASS__][$this->questionId]) )
87 if(
$_SESSION[__CLASS__][$this->questionId] === $hintId )
103 if(
$_SESSION[__CLASS__][$this->questionId] !==
null )
Abstract basic class which is to be extended by the concrete assessment question type classes.
getId()
Gets the id of the assQuestion object.
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