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);
static _lookupDisableDefaultFeedback($a_id)
Lookup disable default feedback.
getPageObject()
Get Page Object.
const TYPE_LM_BLOCKED_USERS
static getNotificationsForObject($type, $id, $page_id=null, $ignore_threshold=false)
Get all users for given object.
static sendInfo($a_info="", $a_keep=false)
Send Info Message to Screen.
static lookupParentId($a_id, $a_type)
Lookup parent id.
static getAnswerStatus($a_q_id, $a_user_id=0)
Get statistics for question.
getPageConfig()
Get page config object.
Extension of ilPageObjectGUI for learning modules.
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
processAnswer()
Process answer.
onFeedbackEditingForwarding()
On feedback editing forwarding.
__construct($a_id=0, $a_old_nr=0, $a_prevent_get_id=false, $a_lang="")
Constructor.
__construct(Container $dic, ilPlugin $plugin)
static _lookupRestrictForwardNavigation($a_obj_id)
Lookup forward restriction navigation.
static _lookupStoreTries($a_id)
Lookup disable default feedback.