26 $this->ignoredContainerObjectTypes = array(
'lm');
50 SELECT qpl_questions.question_id
52 INNER JOIN object_data
53 ON object_data.obj_id = qpl_questions.obj_fi
55 WHERE qpl_questions.owner = %s
56 AND qpl_questions.tstamp = %s
61 $questionIds = array();
63 while(
$row = $this->db->fetchAssoc(
$res) )
65 $questionIds[] =
$row[
'question_id'];
73 require_once
'Modules/TestQuestionPool/classes/class.assQuestion.php';
75 foreach($questionIds as $questionId)
78 $question->delete($questionId);