37 $row = $DIC->database()->fetchAssoc($DIC->database()->queryF(
38 "SELECT COUNT(question_type_id) cnt FROM qpl_qst_type WHERE ctrl_class = %s",
51 return 'ilasqquestionauthoring';
74 $row = $DIC->database()->fetchAssoc($DIC->database()->queryF(
75 "SELECT COUNT(question_id) cnt FROM qpl_questions WHERE obj_fi = %s AND title = %s",
76 array(
'integer',
'text'),
77 array($parentObjectId, $questionTitle)
80 return $row[
'cnt'] > 0;
determineQuestionTypeByQtiItem(ilQTIItem $qtiItem)
fetchNextAuthoringCommandClass($nextClass)
questionTitleExists($parentObjectId, $questionTitle)