31 $this->questionId = $questionOBJ->
getId();
37 if (!isset(
$_SESSION[__CLASS__][$this->questionId])) {
85 if (
$_SESSION[__CLASS__][$this->questionId] === $hintId) {
100 if (
$_SESSION[__CLASS__][$this->questionId] !== null) {
getId()
Gets the id of the assQuestion object.
resetStored()
resets the clipboard by ensuring no hint is stored
Abstract basic class which is to be extended by the concrete assessment question type classes...
__construct(assQuestion $questionOBJ)
Constructor.
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 ...
Create styles array
The data for the language used.
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