24    public function __construct($a_id = 0, $a_old_nr = 0, $a_prevent_get_id = 
false, $a_lang = 
"")
 
   28        $this->lng = 
$DIC->language();
 
   29        $this->
user = $DIC->user();
 
   30        $this->db = 
$DIC->database();
 
   31        $this->plugin_admin = 
$DIC[
"ilPluginAdmin"];
 
   32        $this->log = 
$DIC[
"ilLog"];
 
   45        if (strtolower(
$_GET[
"cmdClass"]) == 
"ilassquestionfeedbackeditinggui") {
 
   65        parent::processAnswer();
 
   81            $qlist->setParentObjId(0);
 
   82            $qlist->setJoinObjectData(
false);
 
   83            $qlist->addFieldFilter(
"question_id", array($id));
 
   85            $qdata = $qlist->getQuestionDataArray();
 
   87            if ($as[
"try"] >= $qdata[$as[
"qst_id"]][
"nr_of_tries"] && $qdata[$as[
"qst_id"]][
"nr_of_tries"] > 0 && !$as[
"passed"]) {
 
   90                if (count($users) > 0) {
 
   93                    $not->setQuestionId($id);
 
   94                    $not->setRefId((
int) 
$_GET[
"ref_id"]);
 
   95                    $not->setRecipients($users);
 
An exception for terminatinating execution or to throw for unit testing.
Extension of ilPageObjectGUI for learning modules.
onFeedbackEditingForwarding()
On feedback editing forwarding.
processAnswer()
Process answer.
__construct($a_id=0, $a_old_nr=0, $a_prevent_get_id=false, $a_lang="")
Constructor.
static getNotificationsForObject($type, $id, $page_id=null, $ignore_threshold=false)
Get all users for given object.
const TYPE_LM_BLOCKED_USERS
static _lookupRestrictForwardNavigation($a_obj_id)
Lookup forward restriction navigation.
static _lookupStoreTries($a_id)
Lookup disable default feedback.
static _lookupDisableDefaultFeedback($a_id)
Lookup disable default feedback.
getPageObject()
Get Page Object.
getPageConfig()
Get page config object.
static lookupParentId($a_id, $a_type)
Lookup parent id.
static getAnswerStatus($a_q_id, $a_user_id=0)
Get statistics for question.
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
static sendInfo($a_info="", $a_keep=false)
Send Info Message to Screen.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc