question.class.php 67 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * Class Question
  5. *
  6. * This class allows to instantiate an object of type Question
  7. *
  8. * @author Olivier Brouckaert, original author
  9. * @author Patrick Cool, LaTeX support
  10. * @author Julio Montoya <gugli100@gmail.com> lot of bug fixes
  11. * @author hubert.borderiou@grenet.fr - add question categories
  12. * @package chamilo.exercise
  13. */
  14. abstract class Question
  15. {
  16. public $id;
  17. public $question;
  18. public $description;
  19. public $weighting;
  20. public $position;
  21. public $type;
  22. public $level;
  23. public $picture;
  24. public $exerciseList; // array with the list of exercises which this question is in
  25. public $category_list;
  26. public $parent_id;
  27. public $category;
  28. public $isContent;
  29. public $course;
  30. public static $typePicture = 'new_question.png';
  31. public static $explanationLangVar = '';
  32. public $question_table_class = 'table table-striped';
  33. public static $questionTypes = array(
  34. UNIQUE_ANSWER => array('unique_answer.class.php', 'UniqueAnswer'),
  35. MULTIPLE_ANSWER => array('multiple_answer.class.php', 'MultipleAnswer'),
  36. FILL_IN_BLANKS => array('fill_blanks.class.php', 'FillBlanks'),
  37. MATCHING => array('matching.class.php', 'Matching'),
  38. FREE_ANSWER => array('freeanswer.class.php', 'FreeAnswer'),
  39. ORAL_EXPRESSION => array('oral_expression.class.php', 'OralExpression'),
  40. HOT_SPOT => array('hotspot.class.php', 'HotSpot'),
  41. HOT_SPOT_DELINEATION => array('hotspot.class.php', 'HotspotDelineation'),
  42. MULTIPLE_ANSWER_COMBINATION => array('multiple_answer_combination.class.php', 'MultipleAnswerCombination'),
  43. UNIQUE_ANSWER_NO_OPTION => array('unique_answer_no_option.class.php', 'UniqueAnswerNoOption'),
  44. MULTIPLE_ANSWER_TRUE_FALSE => array('multiple_answer_true_false.class.php', 'MultipleAnswerTrueFalse'),
  45. MULTIPLE_ANSWER_COMBINATION_TRUE_FALSE => array(
  46. 'multiple_answer_combination_true_false.class.php',
  47. 'MultipleAnswerCombinationTrueFalse'
  48. ),
  49. GLOBAL_MULTIPLE_ANSWER => array('global_multiple_answer.class.php' , 'GlobalMultipleAnswer'),
  50. CALCULATED_ANSWER => array('calculated_answer.class.php' , 'CalculatedAnswer'),
  51. UNIQUE_ANSWER_IMAGE => ['UniqueAnswerImage.php', 'UniqueAnswerImage'],
  52. DRAGGABLE => ['Draggable.php', 'Draggable'],
  53. MATCHING_DRAGGABLE => ['MatchingDraggable.php', 'MatchingDraggable']
  54. //MEDIA_QUESTION => array('media_question.class.php' , 'MediaQuestion')
  55. );
  56. /**
  57. * constructor of the class
  58. *
  59. * @author Olivier Brouckaert
  60. */
  61. public function __construct()
  62. {
  63. $this->id = 0;
  64. $this->question = '';
  65. $this->description = '';
  66. $this->weighting = 0;
  67. $this->position = 1;
  68. $this->picture = '';
  69. $this->level = 1;
  70. $this->category = 0;
  71. // This variable is used when loading an exercise like an scenario with
  72. // an special hotspot: final_overlap, final_missing, final_excess
  73. $this->extra = '';
  74. $this->exerciseList = array();
  75. $this->course = api_get_course_info();
  76. $this->category_list = array();
  77. $this->parent_id = 0;
  78. }
  79. /**
  80. * @return int|null
  81. */
  82. public function getIsContent()
  83. {
  84. $isContent = null;
  85. if (isset($_REQUEST['isContent'])) {
  86. $isContent = intval($_REQUEST['isContent']);
  87. }
  88. return $this->isContent = $isContent;
  89. }
  90. /**
  91. * Reads question information from the data base
  92. *
  93. * @param int $id - question ID
  94. * @param int $course_id
  95. *
  96. * @return Question
  97. *
  98. * @author Olivier Brouckaert
  99. */
  100. public static function read($id, $course_id = null)
  101. {
  102. $id = intval($id);
  103. if (!empty($course_id)) {
  104. $course_info = api_get_course_info_by_id($course_id);
  105. } else {
  106. $course_info = api_get_course_info();
  107. }
  108. $course_id = $course_info['real_id'];
  109. if (empty($course_id) || $course_id == -1 ) {
  110. return false;
  111. }
  112. $TBL_QUESTIONS = Database::get_course_table(TABLE_QUIZ_QUESTION);
  113. $TBL_EXERCISE_QUESTION = Database::get_course_table(TABLE_QUIZ_TEST_QUESTION);
  114. $sql = "SELECT question, description, ponderation, position, type, picture, level, extra
  115. FROM $TBL_QUESTIONS
  116. WHERE c_id = $course_id AND id = $id ";
  117. $result = Database::query($sql);
  118. // if the question has been found
  119. if ($object = Database::fetch_object($result)) {
  120. $objQuestion = Question::getInstance($object->type);
  121. if (!empty($objQuestion)) {
  122. $objQuestion->id = $id;
  123. $objQuestion->question = $object->question;
  124. $objQuestion->description = $object->description;
  125. $objQuestion->weighting = $object->ponderation;
  126. $objQuestion->position = $object->position;
  127. $objQuestion->type = $object->type;
  128. $objQuestion->picture = $object->picture;
  129. $objQuestion->level = (int) $object->level;
  130. $objQuestion->extra = $object->extra;
  131. $objQuestion->course = $course_info;
  132. $objQuestion->category = TestCategory::getCategoryForQuestion($id);
  133. $tblQuiz = Database::get_course_table(TABLE_QUIZ_TEST);
  134. $sql = "SELECT DISTINCT q.exercice_id
  135. FROM $TBL_EXERCISE_QUESTION q
  136. INNER JOIN $tblQuiz e
  137. ON e.c_id = q.c_id AND e.id = q.exercice_id
  138. WHERE
  139. q.c_id = $course_id AND
  140. q.question_id = $id AND
  141. e.active >= 0";
  142. $result = Database::query($sql);
  143. // fills the array with the exercises which this question is in
  144. if ($result) {
  145. while ($obj = Database::fetch_object($result)) {
  146. $objQuestion->exerciseList[] = $obj->exercice_id;
  147. }
  148. }
  149. return $objQuestion;
  150. }
  151. }
  152. // question not found
  153. return false;
  154. }
  155. /**
  156. * returns the question ID
  157. *
  158. * @author Olivier Brouckaert
  159. *
  160. * @return integer - question ID
  161. */
  162. public function selectId()
  163. {
  164. return $this->id;
  165. }
  166. /**
  167. * returns the question title
  168. *
  169. * @author Olivier Brouckaert
  170. * @return string - question title
  171. */
  172. public function selectTitle()
  173. {
  174. return $this->question;
  175. }
  176. /**
  177. * returns the question description
  178. *
  179. * @author Olivier Brouckaert
  180. * @return string - question description
  181. */
  182. public function selectDescription()
  183. {
  184. return $this->description;
  185. }
  186. /**
  187. * returns the question weighting
  188. *
  189. * @author Olivier Brouckaert
  190. * @return integer - question weighting
  191. */
  192. public function selectWeighting()
  193. {
  194. return $this->weighting;
  195. }
  196. /**
  197. * returns the question position
  198. *
  199. * @author Olivier Brouckaert
  200. * @return integer - question position
  201. */
  202. public function selectPosition()
  203. {
  204. return $this->position;
  205. }
  206. /**
  207. * returns the answer type
  208. *
  209. * @author Olivier Brouckaert
  210. * @return integer - answer type
  211. */
  212. public function selectType()
  213. {
  214. return $this->type;
  215. }
  216. /**
  217. * returns the level of the question
  218. *
  219. * @author Nicolas Raynaud
  220. * @return integer - level of the question, 0 by default.
  221. */
  222. public function selectLevel()
  223. {
  224. return $this->level;
  225. }
  226. /**
  227. * returns the picture name
  228. *
  229. * @author Olivier Brouckaert
  230. * @return string - picture name
  231. */
  232. public function selectPicture()
  233. {
  234. return $this->picture;
  235. }
  236. /**
  237. * @return string|false
  238. */
  239. public function selectPicturePath()
  240. {
  241. if (!empty($this->picture)) {
  242. return api_get_path(WEB_COURSE_PATH) . $this->course['path'] . '/document/images/' . $this->picture;
  243. }
  244. return '';
  245. }
  246. /**
  247. * returns the array with the exercise ID list
  248. *
  249. * @author Olivier Brouckaert
  250. * @return array - list of exercise ID which the question is in
  251. */
  252. public function selectExerciseList()
  253. {
  254. return $this->exerciseList;
  255. }
  256. /**
  257. * returns the number of exercises which this question is in
  258. *
  259. * @author Olivier Brouckaert
  260. * @return integer - number of exercises
  261. */
  262. public function selectNbrExercises()
  263. {
  264. return sizeof($this->exerciseList);
  265. }
  266. /**
  267. * changes the question title
  268. *
  269. * @param string $title - question title
  270. *
  271. * @author Olivier Brouckaert
  272. */
  273. public function updateTitle($title)
  274. {
  275. $this->question=$title;
  276. }
  277. /**
  278. * @param int $id
  279. */
  280. public function updateParentId($id)
  281. {
  282. $this->parent_id = intval($id);
  283. }
  284. /**
  285. * changes the question description
  286. *
  287. * @param string $description - question description
  288. *
  289. * @author Olivier Brouckaert
  290. *
  291. */
  292. public function updateDescription($description)
  293. {
  294. $this->description = $description;
  295. }
  296. /**
  297. * changes the question weighting
  298. *
  299. * @param integer $weighting - question weighting
  300. *
  301. * @author Olivier Brouckaert
  302. */
  303. public function updateWeighting($weighting)
  304. {
  305. $this->weighting = $weighting;
  306. }
  307. /**
  308. * @param array $category
  309. *
  310. * @author Hubert Borderiou 12-10-2011
  311. *
  312. */
  313. public function updateCategory($category)
  314. {
  315. $this->category = $category;
  316. }
  317. /**
  318. * @param int $value
  319. *
  320. * @author Hubert Borderiou 12-10-2011
  321. */
  322. public function updateScoreAlwaysPositive($value)
  323. {
  324. $this->scoreAlwaysPositive = $value;
  325. }
  326. /**
  327. * @param int $value
  328. *
  329. * @author Hubert Borderiou 12-10-2011
  330. */
  331. public function updateUncheckedMayScore($value)
  332. {
  333. $this->uncheckedMayScore = $value;
  334. }
  335. /**
  336. * Save category of a question
  337. *
  338. * A question can have n categories if category is empty,
  339. * then question has no category then delete the category entry
  340. *
  341. * @param array $category_list
  342. *
  343. * @author Julio Montoya - Adding multiple cat support
  344. */
  345. public function saveCategories($category_list)
  346. {
  347. if (!empty($category_list)) {
  348. $this->deleteCategory();
  349. $TBL_QUESTION_REL_CATEGORY = Database::get_course_table(TABLE_QUIZ_QUESTION_REL_CATEGORY);
  350. // update or add category for a question
  351. foreach ($category_list as $category_id) {
  352. $category_id = intval($category_id);
  353. $question_id = intval($this->id);
  354. $sql = "SELECT count(*) AS nb
  355. FROM $TBL_QUESTION_REL_CATEGORY
  356. WHERE
  357. category_id = $category_id
  358. AND question_id = $question_id
  359. AND c_id=".api_get_course_int_id();
  360. $res = Database::query($sql);
  361. $row = Database::fetch_array($res);
  362. if ($row['nb'] > 0) {
  363. // DO nothing
  364. } else {
  365. $sql = "INSERT INTO $TBL_QUESTION_REL_CATEGORY (c_id, question_id, category_id)
  366. VALUES (" . api_get_course_int_id() . ", $question_id, $category_id)";
  367. Database::query($sql);
  368. }
  369. }
  370. }
  371. }
  372. /**
  373. * in this version, a question can only have 1 category
  374. * if category is 0, then question has no category then delete the category entry
  375. * @param int $category
  376. *
  377. * @author Hubert Borderiou 12-10-2011
  378. */
  379. public function saveCategory($category)
  380. {
  381. if ($category <= 0) {
  382. $this->deleteCategory();
  383. } else {
  384. // update or add category for a question
  385. $table = Database::get_course_table(TABLE_QUIZ_QUESTION_REL_CATEGORY);
  386. $category_id = intval($category);
  387. $question_id = intval($this->id);
  388. $sql = "SELECT count(*) AS nb FROM $table
  389. WHERE
  390. question_id = $question_id AND
  391. c_id=" . api_get_course_int_id();
  392. $res = Database::query($sql);
  393. $row = Database::fetch_array($res);
  394. if ($row['nb'] > 0) {
  395. $sql = "UPDATE $table
  396. SET category_id = $category_id
  397. WHERE
  398. question_id = $question_id AND
  399. c_id = " . api_get_course_int_id();
  400. Database::query($sql);
  401. } else {
  402. $sql = "INSERT INTO $table (c_id, question_id, category_id)
  403. VALUES (" . api_get_course_int_id().", $question_id, $category_id)";
  404. Database::query($sql);
  405. }
  406. }
  407. }
  408. /**
  409. * @author hubert borderiou 12-10-2011
  410. * delete any category entry for question id
  411. * delete the category for question
  412. */
  413. public function deleteCategory()
  414. {
  415. $table = Database::get_course_table(TABLE_QUIZ_QUESTION_REL_CATEGORY);
  416. $question_id = intval($this->id);
  417. $sql = "DELETE FROM $table
  418. WHERE
  419. question_id = $question_id AND
  420. c_id = " . api_get_course_int_id();
  421. Database::query($sql);
  422. }
  423. /**
  424. * changes the question position
  425. *
  426. * @param integer $position - question position
  427. *
  428. * @author Olivier Brouckaert
  429. */
  430. public function updatePosition($position)
  431. {
  432. $this->position = $position;
  433. }
  434. /**
  435. * changes the question level
  436. *
  437. * @param integer $level - question level
  438. *
  439. * @author Nicolas Raynaud
  440. */
  441. public function updateLevel($level)
  442. {
  443. $this->level = $level;
  444. }
  445. /**
  446. * changes the answer type. If the user changes the type from "unique answer" to "multiple answers"
  447. * (or conversely) answers are not deleted, otherwise yes
  448. *
  449. * @param integer $type - answer type
  450. *
  451. * @author Olivier Brouckaert
  452. */
  453. public function updateType($type)
  454. {
  455. $TBL_REPONSES = Database::get_course_table(TABLE_QUIZ_ANSWER);
  456. $course_id = $this->course['real_id'];
  457. if (empty($course_id)) {
  458. $course_id = api_get_course_int_id();
  459. }
  460. // if we really change the type
  461. if ($type != $this->type) {
  462. // if we don't change from "unique answer" to "multiple answers" (or conversely)
  463. if (
  464. !in_array($this->type, array(UNIQUE_ANSWER, MULTIPLE_ANSWER)) ||
  465. !in_array($type, array(UNIQUE_ANSWER, MULTIPLE_ANSWER))
  466. ) {
  467. // removes old answers
  468. $sql = "DELETE FROM $TBL_REPONSES
  469. WHERE c_id = $course_id AND question_id = " . intval($this->id);
  470. Database::query($sql);
  471. }
  472. $this->type=$type;
  473. }
  474. }
  475. /**
  476. * adds a picture to the question
  477. *
  478. * @param string $Picture - temporary path of the picture to upload
  479. * @param string $PictureName - Name of the picture
  480. * @param string $picturePath
  481. *
  482. * @return boolean - true if uploaded, otherwise false
  483. *
  484. * @author Olivier Brouckaert
  485. */
  486. public function uploadPicture($Picture, $PictureName, $picturePath = null)
  487. {
  488. if (empty($picturePath)) {
  489. global $picturePath;
  490. }
  491. if (!file_exists($picturePath)) {
  492. if (mkdir($picturePath, api_get_permissions_for_new_directories())) {
  493. // document path
  494. $documentPath = api_get_path(SYS_COURSE_PATH) . $this->course['path'] . "/document";
  495. $path = str_replace($documentPath, '', $picturePath);
  496. $title_path = basename($picturePath);
  497. $doc_id = add_document($this->course, $path, 'folder', 0, $title_path);
  498. api_item_property_update(
  499. $this->course,
  500. TOOL_DOCUMENT,
  501. $doc_id,
  502. 'FolderCreated',
  503. api_get_user_id()
  504. );
  505. }
  506. }
  507. // if the question has got an ID
  508. if ($this->id) {
  509. $this->picture = 'quiz-' . $this->id . '.jpg';
  510. $o_img = new Image($Picture);
  511. $o_img->send_image($picturePath . '/' . $this->picture, -1, 'jpg');
  512. $document_id = add_document(
  513. $this->course,
  514. '/images/' . $this->picture,
  515. 'file',
  516. filesize($picturePath . '/' . $this->picture),
  517. $this->picture
  518. );
  519. if ($document_id) {
  520. return api_item_property_update(
  521. $this->course,
  522. TOOL_DOCUMENT,
  523. $document_id,
  524. 'DocumentAdded',
  525. api_get_user_id()
  526. );
  527. }
  528. }
  529. return false;
  530. }
  531. /**
  532. * Resizes a picture || Warning!: can only be called after uploadPicture,
  533. * or if picture is already available in object.
  534. * @param string $Dimension - Resizing happens proportional according to given dimension: height|width|any
  535. * @param integer $Max - Maximum size
  536. *
  537. * @return boolean|null - true if success, false if failed
  538. *
  539. * @author Toon Keppens
  540. */
  541. public function resizePicture($Dimension, $Max)
  542. {
  543. global $picturePath;
  544. // if the question has an ID
  545. if ($this->id) {
  546. // Get dimensions from current image.
  547. $my_image = new Image($picturePath . '/' . $this->picture);
  548. $current_image_size = $my_image->get_image_size();
  549. $current_width = $current_image_size['width'];
  550. $current_height = $current_image_size['height'];
  551. if ($current_width < $Max && $current_height < $Max)
  552. return true;
  553. elseif ($current_height == "")
  554. return false;
  555. // Resize according to height.
  556. if ($Dimension == "height") {
  557. $resize_scale = $current_height / $Max;
  558. $new_height = $Max;
  559. $new_width = ceil($current_width / $resize_scale);
  560. }
  561. // Resize according to width
  562. if ($Dimension == "width") {
  563. $resize_scale = $current_width / $Max;
  564. $new_width = $Max;
  565. $new_height = ceil($current_height / $resize_scale);
  566. }
  567. // Resize according to height or width, both should not be larger than $Max after resizing.
  568. if ($Dimension == "any") {
  569. if ($current_height > $current_width || $current_height == $current_width) {
  570. $resize_scale = $current_height / $Max;
  571. $new_height = $Max;
  572. $new_width = ceil($current_width / $resize_scale);
  573. }
  574. if ($current_height < $current_width) {
  575. $resize_scale = $current_width / $Max;
  576. $new_width = $Max;
  577. $new_height = ceil($current_height / $resize_scale);
  578. }
  579. }
  580. $my_image->resize($new_width, $new_height);
  581. $result = $my_image->send_image($picturePath . '/' . $this->picture);
  582. if ($result) {
  583. return true;
  584. } else {
  585. return false;
  586. }
  587. }
  588. }
  589. /**
  590. * deletes the picture
  591. *
  592. * @author Olivier Brouckaert
  593. * @return boolean - true if removed, otherwise false
  594. */
  595. public function removePicture()
  596. {
  597. global $picturePath;
  598. // if the question has got an ID and if the picture exists
  599. if ($this->id) {
  600. $picture = $this->picture;
  601. $this->picture = '';
  602. return @unlink($picturePath . '/' . $picture) ? true : false;
  603. }
  604. return false;
  605. }
  606. /**
  607. * Exports a picture to another question
  608. *
  609. * @author Olivier Brouckaert
  610. * @param integer $questionId - ID of the target question
  611. * @return boolean - true if copied, otherwise false
  612. */
  613. public function exportPicture($questionId, $course_info)
  614. {
  615. $course_id = $course_info['real_id'];
  616. $TBL_QUESTIONS = Database::get_course_table(TABLE_QUIZ_QUESTION);
  617. $destination_path = api_get_path(SYS_COURSE_PATH) . $course_info['path'] . '/document/images';
  618. $source_path = api_get_path(SYS_COURSE_PATH) . $this->course['path'] . '/document/images';
  619. // if the question has got an ID and if the picture exists
  620. if ($this->id && !empty($this->picture)) {
  621. $picture = explode('.', $this->picture);
  622. $extension = $picture[sizeof($picture) - 1];
  623. $picture = 'quiz-' . $questionId . '.' . $extension;
  624. $result = @copy($source_path . '/' . $this->picture, $destination_path . '/' . $picture) ? true : false;
  625. // If copy was correct then add to the database
  626. if ($result) {
  627. $sql = "UPDATE $TBL_QUESTIONS SET
  628. picture = '" . Database::escape_string($picture) . "'
  629. WHERE c_id = $course_id AND id='" . intval($questionId) . "'";
  630. Database::query($sql);
  631. $document_id = add_document(
  632. $course_info,
  633. '/images/' . $picture,
  634. 'file',
  635. filesize($destination_path . '/' . $picture),
  636. $picture
  637. );
  638. if ($document_id) {
  639. return api_item_property_update(
  640. $course_info,
  641. TOOL_DOCUMENT,
  642. $document_id,
  643. 'DocumentAdded',
  644. api_get_user_id()
  645. );
  646. }
  647. }
  648. return $result;
  649. }
  650. return false;
  651. }
  652. /**
  653. * Saves the picture coming from POST into a temporary file
  654. * Temporary pictures are used when we don't want to save a picture right after a form submission.
  655. * For example, if we first show a confirmation box.
  656. *
  657. * @author Olivier Brouckaert
  658. * @param string $Picture - temporary path of the picture to move
  659. * @param string $PictureName - Name of the picture
  660. */
  661. public function setTmpPicture($Picture, $PictureName)
  662. {
  663. global $picturePath;
  664. $PictureName = explode('.', $PictureName);
  665. $Extension = $PictureName[sizeof($PictureName) - 1];
  666. // saves the picture into a temporary file
  667. @move_uploaded_file($Picture, $picturePath . '/tmp.' . $Extension);
  668. }
  669. /**
  670. * Sets the title
  671. */
  672. public function setTitle($title)
  673. {
  674. $this->question = $title;
  675. }
  676. /**
  677. * Sets extra info
  678. * @param string $extra
  679. */
  680. public function setExtra($extra)
  681. {
  682. $this->extra = $extra;
  683. }
  684. /**
  685. * Moves the temporary question "tmp" to "quiz-$questionId"
  686. * Temporary pictures are used when we don't want to save a picture right after a form submission.
  687. * For example, if we first show a confirmation box.
  688. *
  689. * @author Olivier Brouckaert
  690. * @return boolean - true if moved, otherwise false
  691. */
  692. function getTmpPicture()
  693. {
  694. global $picturePath;
  695. // if the question has got an ID and if the picture exists
  696. if ($this->id) {
  697. if (file_exists($picturePath . '/tmp.jpg')) {
  698. $Extension = 'jpg';
  699. } elseif (file_exists($picturePath . '/tmp.gif')) {
  700. $Extension = 'gif';
  701. } elseif (file_exists($picturePath . '/tmp.png')) {
  702. $Extension = 'png';
  703. }
  704. $this->picture = 'quiz-' . $this->id . '.' . $Extension;
  705. return @rename($picturePath . '/tmp.' . $Extension, $picturePath . '/' . $this->picture) ? true : false;
  706. }
  707. return false;
  708. }
  709. /**
  710. * updates the question in the data base
  711. * if an exercise ID is provided, we add that exercise ID into the exercise list
  712. *
  713. * @author Olivier Brouckaert
  714. * @param integer $exerciseId - exercise ID if saving in an exercise
  715. */
  716. public function save($exerciseId = 0)
  717. {
  718. $TBL_EXERCISE_QUESTION = Database::get_course_table(TABLE_QUIZ_TEST_QUESTION);
  719. $TBL_QUESTIONS = Database::get_course_table(TABLE_QUIZ_QUESTION);
  720. $em = Database::getManager();
  721. $id = $this->id;
  722. $question = $this->question;
  723. $description = $this->description;
  724. $weighting = $this->weighting;
  725. $position = $this->position;
  726. $type = $this->type;
  727. $picture = $this->picture;
  728. $level = $this->level;
  729. $extra = $this->extra;
  730. $c_id = $this->course['real_id'];
  731. $category = $this->category;
  732. // question already exists
  733. if(!empty($id)) {
  734. $params = [
  735. 'question' => $question,
  736. 'description' => $description,
  737. 'ponderation' => $weighting,
  738. 'position' => $position,
  739. 'type' => $type,
  740. 'picture' => $picture,
  741. 'extra' => $extra,
  742. 'level' => $level,
  743. ];
  744. Database::update(
  745. $TBL_QUESTIONS,
  746. $params,
  747. ['c_id = ? AND id = ?' => [$c_id, $id]]
  748. );
  749. $this->saveCategory($category);
  750. if (!empty($exerciseId)) {
  751. api_item_property_update(
  752. $this->course,
  753. TOOL_QUIZ,
  754. $id,
  755. 'QuizQuestionUpdated',
  756. api_get_user_id()
  757. );
  758. }
  759. if (api_get_setting('search.search_enabled') == 'true') {
  760. if ($exerciseId != 0) {
  761. $this -> search_engine_edit($exerciseId);
  762. } else {
  763. /**
  764. * actually there is *not* an user interface for
  765. * creating questions without a relation with an exercise
  766. */
  767. }
  768. }
  769. } else {
  770. // creates a new question
  771. $sql = "SELECT max(position)
  772. FROM $TBL_QUESTIONS as question,
  773. $TBL_EXERCISE_QUESTION as test_question
  774. WHERE
  775. question.id = test_question.question_id AND
  776. test_question.exercice_id = " . intval($exerciseId) . " AND
  777. question.c_id = $c_id AND
  778. test_question.c_id = $c_id ";
  779. $result = Database::query($sql);
  780. $current_position = Database::result($result,0,0);
  781. $this->updatePosition($current_position+1);
  782. $position = $this->position;
  783. $params = [
  784. 'c_id' => $c_id,
  785. 'question' => $question,
  786. 'description' => $description,
  787. 'ponderation' => $weighting,
  788. 'position' => $position,
  789. 'type' => $type,
  790. 'picture' => $picture,
  791. 'extra' => $extra,
  792. 'level' => $level
  793. ];
  794. $this->id = Database::insert($TBL_QUESTIONS, $params);
  795. if ($this->id) {
  796. $sql = "UPDATE $TBL_QUESTIONS SET id = iid WHERE iid = {$this->id}";
  797. Database::query($sql);
  798. api_item_property_update(
  799. $this->course,
  800. TOOL_QUIZ,
  801. $this->id,
  802. 'QuizQuestionAdded',
  803. api_get_user_id()
  804. );
  805. // If hotspot, create first answer
  806. if ($type == HOT_SPOT || $type == HOT_SPOT_ORDER) {
  807. $quizAnswer = new \Chamilo\CourseBundle\Entity\CQuizAnswer();
  808. $quizAnswer
  809. ->setCId($c_id)
  810. ->setQuestionId($this->id)
  811. ->setAnswer('')
  812. ->setPonderation(10)
  813. ->setPosition(1)
  814. ->setHotspotCoordinates('0;0|0|0')
  815. ->setHotspotType('square');
  816. $em->persist($quizAnswer);
  817. $em->flush();
  818. $id = $quizAnswer->getIid();
  819. if ($id) {
  820. $quizAnswer
  821. ->setId($id)
  822. ->setIdAuto($id);
  823. $em->merge($quizAnswer);
  824. $em->flush();
  825. }
  826. }
  827. if ($type == HOT_SPOT_DELINEATION) {
  828. $quizAnswer = new \Chamilo\CourseBundle\Entity\CQuizAnswer();
  829. $quizAnswer
  830. ->setCId($c_id)
  831. ->setQuestionId($this->id)
  832. ->setAnswer('')
  833. ->setPonderation(10)
  834. ->setPosition(1)
  835. ->setHotspotCoordinates('0;0|0|0')
  836. ->setHotspotType('delineation');
  837. $em->persist($quizAnswer);
  838. $em->flush();
  839. $id = $quizAnswer->getIid();
  840. if ($id) {
  841. $quizAnswer
  842. ->setId($id)
  843. ->setIdAuto($id);
  844. $em->merge($quizAnswer);
  845. $em->flush();
  846. }
  847. }
  848. if (api_get_setting('search.search_enabled') == 'true') {
  849. if ($exerciseId != 0) {
  850. $this->search_engine_edit($exerciseId, true);
  851. } else {
  852. /**
  853. * actually there is *not* an user interface for
  854. * creating questions without a relation with an exercise
  855. */
  856. }
  857. }
  858. }
  859. }
  860. // if the question is created in an exercise
  861. if ($exerciseId) {
  862. // adds the exercise into the exercise list of this question
  863. $this->addToList($exerciseId, TRUE);
  864. }
  865. }
  866. public function search_engine_edit($exerciseId, $addQs=false, $rmQs=false)
  867. {
  868. // update search engine and its values table if enabled
  869. if (api_get_setting('search_enabled')=='true' && extension_loaded('xapian')) {
  870. $course_id = api_get_course_id();
  871. // get search_did
  872. $tbl_se_ref = Database::get_main_table(TABLE_MAIN_SEARCH_ENGINE_REF);
  873. if ($addQs || $rmQs) {
  874. //there's only one row per question on normal db and one document per question on search engine db
  875. $sql = 'SELECT * FROM %s
  876. WHERE course_code=\'%s\' AND tool_id=\'%s\' AND ref_id_second_level=%s LIMIT 1';
  877. $sql = sprintf($sql, $tbl_se_ref, $course_id, TOOL_QUIZ, $this->id);
  878. } else {
  879. $sql = 'SELECT * FROM %s
  880. WHERE course_code=\'%s\' AND tool_id=\'%s\'
  881. AND ref_id_high_level=%s AND ref_id_second_level=%s LIMIT 1';
  882. $sql = sprintf($sql, $tbl_se_ref, $course_id, TOOL_QUIZ, $exerciseId, $this->id);
  883. }
  884. $res = Database::query($sql);
  885. if (Database::num_rows($res) > 0 || $addQs) {
  886. require_once(api_get_path(LIBRARY_PATH) . 'search/ChamiloIndexer.class.php');
  887. require_once(api_get_path(LIBRARY_PATH) . 'search/IndexableChunk.class.php');
  888. $di = new ChamiloIndexer();
  889. if ($addQs) {
  890. $question_exercises = array((int) $exerciseId);
  891. } else {
  892. $question_exercises = array();
  893. }
  894. isset($_POST['language']) ? $lang = Database::escape_string($_POST['language']) : $lang = 'english';
  895. $di->connectDb(NULL, NULL, $lang);
  896. // retrieve others exercise ids
  897. $se_ref = Database::fetch_array($res);
  898. $se_doc = $di->get_document((int)$se_ref['search_did']);
  899. if ($se_doc !== FALSE) {
  900. if (($se_doc_data = $di->get_document_data($se_doc)) !== FALSE) {
  901. $se_doc_data = unserialize($se_doc_data);
  902. if (
  903. isset($se_doc_data[SE_DATA]['type']) &&
  904. $se_doc_data[SE_DATA]['type'] == SE_DOCTYPE_EXERCISE_QUESTION
  905. ) {
  906. if (
  907. isset($se_doc_data[SE_DATA]['exercise_ids']) &&
  908. is_array($se_doc_data[SE_DATA]['exercise_ids'])
  909. ) {
  910. foreach ($se_doc_data[SE_DATA]['exercise_ids'] as $old_value) {
  911. if (!in_array($old_value, $question_exercises)) {
  912. $question_exercises[] = $old_value;
  913. }
  914. }
  915. }
  916. }
  917. }
  918. }
  919. if ($rmQs) {
  920. while (($key = array_search($exerciseId, $question_exercises)) !== FALSE) {
  921. unset($question_exercises[$key]);
  922. }
  923. }
  924. // build the chunk to index
  925. $ic_slide = new IndexableChunk();
  926. $ic_slide->addValue("title", $this->question);
  927. $ic_slide->addCourseId($course_id);
  928. $ic_slide->addToolId(TOOL_QUIZ);
  929. $xapian_data = array(
  930. SE_COURSE_ID => $course_id,
  931. SE_TOOL_ID => TOOL_QUIZ,
  932. SE_DATA => array(
  933. 'type' => SE_DOCTYPE_EXERCISE_QUESTION,
  934. 'exercise_ids' => $question_exercises,
  935. 'question_id' => (int)$this->id
  936. ),
  937. SE_USER => (int)api_get_user_id(),
  938. );
  939. $ic_slide->xapian_data = serialize($xapian_data);
  940. $ic_slide->addValue("content", $this->description);
  941. //TODO: index answers, see also form validation on question_admin.inc.php
  942. $di->remove_document((int)$se_ref['search_did']);
  943. $di->addChunk($ic_slide);
  944. //index and return search engine document id
  945. if (!empty($question_exercises)) { // if empty there is nothing to index
  946. $did = $di->index();
  947. unset($di);
  948. }
  949. if ($did || $rmQs) {
  950. // save it to db
  951. if ($addQs || $rmQs) {
  952. $sql = "DELETE FROM %s
  953. WHERE course_code = '%s' AND tool_id = '%s' AND ref_id_second_level = '%s'";
  954. $sql = sprintf($sql, $tbl_se_ref, $course_id, TOOL_QUIZ, $this->id);
  955. } else {
  956. $em->createQuery('
  957. DELETE FROM ChamiloCoreBundle:SearchEngineRef ser
  958. WHERE ser.course = ?1 AND
  959. ser.toolId = ?2 AND
  960. ser.refIdHighLevel = ?3 AND
  961. ser.refIdSecondLevel = ?4
  962. ')
  963. ->execute([1 => $course, 2 => TOOL_QUIZ, 3 => $exerciseId, 4 => $this->id]);
  964. }
  965. if ($rmQs) {
  966. if (!empty($question_exercises)) {
  967. $searchEngineRef = new \Chamilo\CoreBundle\Entity\SearchEngineRef();
  968. $searchEngineRef
  969. ->setCourse($course)
  970. ->setToolId(TOOL_QUIZ)
  971. ->setRefIdHighLevel(array_shift($question_exercises))
  972. ->setRefIdSecondLevel($this->id)
  973. ->setSearchDid($did);
  974. $em->persist($searchEngineRef);
  975. $em->flush();
  976. }
  977. } else {
  978. $searchEngineRef = new \Chamilo\CoreBundle\Entity\SearchEngineRef();
  979. $searchEngineRef
  980. ->setCourse($course)
  981. ->setToolId(TOOL_QUIZ)
  982. ->setRefIdHighLevel($exerciseId)
  983. ->setRefIdSecondLevel($this->id)
  984. ->setSearchDid($did);
  985. $em->persist($searchEngineRef);
  986. $em->flush();
  987. }
  988. }
  989. }
  990. }
  991. }
  992. /**
  993. * adds an exercise into the exercise list
  994. *
  995. * @author Olivier Brouckaert
  996. * @param integer $exerciseId - exercise ID
  997. * @param boolean $fromSave - from $this->save() or not
  998. */
  999. public function addToList($exerciseId, $fromSave = false)
  1000. {
  1001. $exerciseRelQuestionTable = Database::get_course_table(TABLE_QUIZ_TEST_QUESTION);
  1002. $id = $this->id;
  1003. // checks if the exercise ID is not in the list
  1004. if (!in_array($exerciseId, $this->exerciseList)) {
  1005. $this->exerciseList[] = $exerciseId;
  1006. $new_exercise = new Exercise();
  1007. $new_exercise->read($exerciseId);
  1008. $count = $new_exercise->selectNbrQuestions();
  1009. $count++;
  1010. $sql = "INSERT INTO $exerciseRelQuestionTable (c_id, question_id, exercice_id, question_order)
  1011. VALUES ({$this->course['real_id']}, " . intval($id) . ", " . intval($exerciseId) . ", '$count')";
  1012. Database::query($sql);
  1013. // we do not want to reindex if we had just saved adnd indexed the question
  1014. if (!$fromSave) {
  1015. $this->search_engine_edit($exerciseId, TRUE);
  1016. }
  1017. }
  1018. }
  1019. /**
  1020. * removes an exercise from the exercise list
  1021. *
  1022. * @author Olivier Brouckaert
  1023. * @param integer $exerciseId - exercise ID
  1024. * @return boolean - true if removed, otherwise false
  1025. */
  1026. function removeFromList($exerciseId)
  1027. {
  1028. $TBL_EXERCISE_QUESTION = Database::get_course_table(TABLE_QUIZ_TEST_QUESTION);
  1029. $id = $this->id;
  1030. // searches the position of the exercise ID in the list
  1031. $pos = array_search($exerciseId, $this->exerciseList);
  1032. $course_id = api_get_course_int_id();
  1033. // exercise not found
  1034. if($pos === false) {
  1035. return false;
  1036. } else {
  1037. // deletes the position in the array containing the wanted exercise ID
  1038. unset($this->exerciseList[$pos]);
  1039. //update order of other elements
  1040. $sql = "SELECT question_order
  1041. FROM $TBL_EXERCISE_QUESTION
  1042. WHERE
  1043. c_id = $course_id
  1044. AND question_id = " . intval($id) . "
  1045. AND exercice_id = " . intval($exerciseId);
  1046. $res = Database::query($sql);
  1047. if (Database::num_rows($res)>0) {
  1048. $row = Database::fetch_array($res);
  1049. if (!empty($row['question_order'])) {
  1050. $sql = "UPDATE $TBL_EXERCISE_QUESTION
  1051. SET question_order = question_order-1
  1052. WHERE
  1053. c_id = $course_id
  1054. AND exercice_id = " . intval($exerciseId) . "
  1055. AND question_order > " . $row['question_order'];
  1056. Database::query($sql);
  1057. }
  1058. }
  1059. $sql = "DELETE FROM $TBL_EXERCISE_QUESTION
  1060. WHERE
  1061. c_id = $course_id
  1062. AND question_id = " . intval($id) . "
  1063. AND exercice_id = " . intval($exerciseId);
  1064. Database::query($sql);
  1065. return true;
  1066. }
  1067. }
  1068. /**
  1069. * Deletes a question from the database
  1070. * the parameter tells if the question is removed from all exercises (value = 0),
  1071. * or just from one exercise (value = exercise ID)
  1072. *
  1073. * @author Olivier Brouckaert
  1074. * @param integer $deleteFromEx - exercise ID if the question is only removed from one exercise
  1075. */
  1076. public function delete($deleteFromEx = 0)
  1077. {
  1078. $course_id = api_get_course_int_id();
  1079. $TBL_EXERCISE_QUESTION = Database::get_course_table(TABLE_QUIZ_TEST_QUESTION);
  1080. $TBL_QUESTIONS = Database::get_course_table(TABLE_QUIZ_QUESTION);
  1081. $TBL_REPONSES = Database::get_course_table(TABLE_QUIZ_ANSWER);
  1082. $TBL_QUIZ_QUESTION_REL_CATEGORY = Database::get_course_table(TABLE_QUIZ_QUESTION_REL_CATEGORY);
  1083. $id = intval($this->id);
  1084. // if the question must be removed from all exercises
  1085. if (!$deleteFromEx) {
  1086. //update the question_order of each question to avoid inconsistencies
  1087. $sql = "SELECT exercice_id, question_order FROM $TBL_EXERCISE_QUESTION
  1088. WHERE c_id = $course_id AND question_id = ".intval($id)."";
  1089. $res = Database::query($sql);
  1090. if (Database::num_rows($res) > 0) {
  1091. while ($row = Database::fetch_array($res)) {
  1092. if (!empty($row['question_order'])) {
  1093. $sql = "UPDATE $TBL_EXERCISE_QUESTION
  1094. SET question_order = question_order-1
  1095. WHERE
  1096. c_id= $course_id
  1097. AND exercice_id = " . intval($row['exercice_id']) . "
  1098. AND question_order > " . $row['question_order'];
  1099. Database::query($sql);
  1100. }
  1101. }
  1102. }
  1103. $sql = "DELETE FROM $TBL_EXERCISE_QUESTION
  1104. WHERE c_id = $course_id AND question_id = " . $id;
  1105. Database::query($sql);
  1106. $sql = "DELETE FROM $TBL_QUESTIONS
  1107. WHERE c_id = $course_id AND id = " . $id;
  1108. Database::query($sql);
  1109. $sql = "DELETE FROM $TBL_REPONSES
  1110. WHERE c_id = $course_id AND question_id = " . $id;
  1111. Database::query($sql);
  1112. // remove the category of this question in the question_rel_category table
  1113. $sql = "DELETE FROM $TBL_QUIZ_QUESTION_REL_CATEGORY
  1114. WHERE
  1115. c_id = $course_id AND
  1116. question_id = " . $id;
  1117. Database::query($sql);
  1118. api_item_property_update(
  1119. $this->course,
  1120. TOOL_QUIZ,
  1121. $id,
  1122. 'QuizQuestionDeleted',
  1123. api_get_user_id()
  1124. );
  1125. $this->removePicture();
  1126. } else {
  1127. // just removes the exercise from the list
  1128. $this->removeFromList($deleteFromEx);
  1129. if (api_get_setting('search.search_enabled') == 'true' && extension_loaded('xapian')) {
  1130. // disassociate question with this exercise
  1131. $this->search_engine_edit($deleteFromEx, FALSE, TRUE);
  1132. }
  1133. api_item_property_update(
  1134. $this->course,
  1135. TOOL_QUIZ,
  1136. $id,
  1137. 'QuizQuestionDeleted',
  1138. api_get_user_id()
  1139. );
  1140. }
  1141. }
  1142. /**
  1143. * Duplicates the question
  1144. *
  1145. * @author Olivier Brouckaert
  1146. * @param array $course_info Course info of the destination course
  1147. * @return false|string ID of the new question
  1148. */
  1149. public function duplicate($course_info = [])
  1150. {
  1151. if (empty($course_info)) {
  1152. $course_info = $this->course;
  1153. } else {
  1154. $course_info = $course_info;
  1155. }
  1156. $TBL_QUESTIONS = Database::get_course_table(TABLE_QUIZ_QUESTION);
  1157. $TBL_QUESTION_OPTIONS = Database::get_course_table(TABLE_QUIZ_QUESTION_OPTION);
  1158. $question = $this->question;
  1159. $description = $this->description;
  1160. $weighting = $this->weighting;
  1161. $position = $this->position;
  1162. $type = $this->type;
  1163. $level = intval($this->level);
  1164. $extra = $this->extra;
  1165. //Using the same method used in the course copy to transform URLs
  1166. if ($this->course['id'] != $course_info['id']) {
  1167. $description = DocumentManager::replace_urls_inside_content_html_from_copy_course(
  1168. $description,
  1169. $this->course['code'],
  1170. $course_info['id']
  1171. );
  1172. $question = DocumentManager::replace_urls_inside_content_html_from_copy_course(
  1173. $question,
  1174. $this->course['code'],
  1175. $course_info['id']
  1176. );
  1177. }
  1178. $course_id = $course_info['real_id'];
  1179. //Read the source options
  1180. $options = self::readQuestionOption($this->id, $this->course['real_id']);
  1181. // Inserting in the new course db / or the same course db
  1182. $params = [
  1183. 'c_id' => $course_id,
  1184. 'question' => $question,
  1185. 'description' => $description,
  1186. 'ponderation' => $weighting,
  1187. 'position' => $position,
  1188. 'type' => $type,
  1189. 'level' => $level,
  1190. 'extra' => $extra
  1191. ];
  1192. $new_question_id = Database::insert($TBL_QUESTIONS, $params);
  1193. if ($new_question_id) {
  1194. $sql = "UPDATE $TBL_QUESTIONS SET id = iid
  1195. WHERE iid = $new_question_id";
  1196. Database::query($sql);
  1197. if (!empty($options)) {
  1198. //Saving the quiz_options
  1199. foreach ($options as $item) {
  1200. $item['question_id'] = $new_question_id;
  1201. $item['c_id'] = $course_id;
  1202. unset($item['id']);
  1203. unset($item['iid']);
  1204. $id = Database::insert($TBL_QUESTION_OPTIONS, $item);
  1205. if ($id) {
  1206. $sql = "UPDATE $TBL_QUESTION_OPTIONS SET id = iid
  1207. WHERE iid = $id";
  1208. Database::query($sql);
  1209. }
  1210. }
  1211. }
  1212. // Duplicates the picture of the hotspot
  1213. $this->exportPicture($new_question_id, $course_info);
  1214. }
  1215. return $new_question_id;
  1216. }
  1217. /**
  1218. * @return string
  1219. */
  1220. public function get_question_type_name()
  1221. {
  1222. $key = self::$questionTypes[$this->type];
  1223. return get_lang($key[1]);
  1224. }
  1225. /**
  1226. * @param string $type
  1227. * @return null
  1228. */
  1229. public static function get_question_type($type)
  1230. {
  1231. if ($type == ORAL_EXPRESSION && api_get_setting('enable_record_audio') !== 'true') {
  1232. return null;
  1233. }
  1234. return self::$questionTypes[$type];
  1235. }
  1236. /**
  1237. * @return array
  1238. */
  1239. public static function get_question_type_list()
  1240. {
  1241. if (api_get_setting('document.enable_record_audio') != 'true') {
  1242. self::$questionTypes[ORAL_EXPRESSION] = null;
  1243. unset(self::$questionTypes[ORAL_EXPRESSION]);
  1244. }
  1245. if (api_get_setting('exercise.enable_quiz_scenario') !== 'true') {
  1246. self::$questionTypes[HOT_SPOT_DELINEATION] = null;
  1247. unset(self::$questionTypes[HOT_SPOT_DELINEATION]);
  1248. }
  1249. return self::$questionTypes;
  1250. }
  1251. /**
  1252. * Returns an instance of the class corresponding to the type
  1253. * @param integer $type the type of the question
  1254. * @return $this instance of a Question subclass (or of Questionc class by default)
  1255. */
  1256. public static function getInstance($type)
  1257. {
  1258. if (!is_null($type)) {
  1259. list($file_name, $class_name) = self::get_question_type($type);
  1260. if (!empty($file_name)) {
  1261. include_once $file_name;
  1262. if (class_exists($class_name)) {
  1263. return new $class_name();
  1264. } else {
  1265. echo 'Can\'t instanciate class ' . $class_name . ' of type ' . $type;
  1266. }
  1267. }
  1268. }
  1269. return null;
  1270. }
  1271. /**
  1272. * Creates the form to create / edit a question
  1273. * A subclass can redefine this function to add fields...
  1274. * @param FormValidator $form
  1275. */
  1276. public function createForm(&$form)
  1277. {
  1278. echo '<style>
  1279. .media { display:none;}
  1280. </style>';
  1281. echo '<script>
  1282. // hack to hide http://cksource.com/forums/viewtopic.php?f=6&t=8700
  1283. function FCKeditor_OnComplete( editorInstance ) {
  1284. if (document.getElementById ( \'HiddenFCK\' + editorInstance.Name)) {
  1285. HideFCKEditorByInstanceName (editorInstance.Name);
  1286. }
  1287. }
  1288. function HideFCKEditorByInstanceName ( editorInstanceName ) {
  1289. if (document.getElementById ( \'HiddenFCK\' + editorInstanceName ).className == "HideFCKEditor" ) {
  1290. document.getElementById ( \'HiddenFCK\' + editorInstanceName ).className = "media";
  1291. }
  1292. }
  1293. </script>';
  1294. // question name
  1295. $form->addElement('text', 'questionName', get_lang('Question'));
  1296. $form->addRule('questionName', get_lang('GiveQuestion'), 'required');
  1297. // default content
  1298. $isContent = isset($_REQUEST['isContent']) ? intval($_REQUEST['isContent']) : null;
  1299. // Question type
  1300. $answerType = isset($_REQUEST['answerType']) ? intval($_REQUEST['answerType']) : null;
  1301. $form->addElement('hidden','answerType', $answerType);
  1302. // html editor
  1303. $editorConfig = array(
  1304. 'ToolbarSet' => 'TestQuestionDescription',
  1305. 'Height' => '150'
  1306. );
  1307. if (!api_is_allowed_to_edit(null,true)) {
  1308. $editorConfig['UserStatus'] = 'student';
  1309. }
  1310. $form->addButtonAdvancedSettings('advanced_params');
  1311. $form->addElement('html', '<div id="advanced_params_options" style="display:none">');
  1312. $form->addHtmlEditor('questionDescription', get_lang('QuestionDescription'), false, false, $editorConfig);
  1313. // hidden values
  1314. $my_id = isset($_REQUEST['myid']) ? intval($_REQUEST['myid']) : null;
  1315. $form->addElement('hidden', 'myid', $my_id);
  1316. if ($this->type != MEDIA_QUESTION) {
  1317. // Advanced parameters
  1318. $select_level = Question::get_default_levels();
  1319. $form->addElement('select', 'questionLevel', get_lang('Difficulty'), $select_level);
  1320. // Categories
  1321. $tabCat = TestCategory::getCategoriesIdAndName();
  1322. $form->addElement('select', 'questionCategory', get_lang('Category'), $tabCat);
  1323. switch ($this->type) {
  1324. case UNIQUE_ANSWER:
  1325. $form->addButton('convertAnswer', get_lang('ConvertToMultipleAnswer'), 'dot-circle-o', 'info');
  1326. break;
  1327. case MULTIPLE_ANSWER:
  1328. $form->addButton('convertAnswer', get_lang('ConvertToUniqueAnswer'), 'check-square-o', 'info');
  1329. break;
  1330. }
  1331. //Medias
  1332. //$course_medias = Question::prepare_course_media_select(api_get_course_int_id());
  1333. //$form->addElement('select', 'parent_id', get_lang('AttachToMedia'), $course_medias);
  1334. }
  1335. $form->addElement('html', '</div>');
  1336. if (!isset($_GET['fromExercise'])) {
  1337. switch ($answerType) {
  1338. case 1:
  1339. $this->question = get_lang('DefaultUniqueQuestion');
  1340. break;
  1341. case 2:
  1342. $this->question = get_lang('DefaultMultipleQuestion');
  1343. break;
  1344. case 3:
  1345. $this->question = get_lang('DefaultFillBlankQuestion');
  1346. break;
  1347. case 4:
  1348. $this->question = get_lang('DefaultMathingQuestion');
  1349. break;
  1350. case 5:
  1351. $this->question = get_lang('DefaultOpenQuestion');
  1352. break;
  1353. case 9:
  1354. $this->question = get_lang('DefaultMultipleQuestion');
  1355. break;
  1356. }
  1357. }
  1358. // default values
  1359. $defaults = array();
  1360. $defaults['questionName'] = $this->question;
  1361. $defaults['questionDescription'] = $this->description;
  1362. $defaults['questionLevel'] = $this->level;
  1363. $defaults['questionCategory'] = $this->category;
  1364. // Came from he question pool
  1365. if (isset($_GET['fromExercise'])) {
  1366. $form->setDefaults($defaults);
  1367. }
  1368. if (!empty($_REQUEST['myid'])) {
  1369. $form->setDefaults($defaults);
  1370. } else {
  1371. if ($isContent == 1) {
  1372. $form->setDefaults($defaults);
  1373. }
  1374. }
  1375. }
  1376. /**
  1377. * function which process the creation of questions
  1378. * @param FormValidator $form
  1379. * @param Exercise $objExercise
  1380. */
  1381. public function processCreation($form, $objExercise = null)
  1382. {
  1383. $this->updateTitle($form->getSubmitValue('questionName'));
  1384. $this->updateDescription($form->getSubmitValue('questionDescription'));
  1385. $this->updateLevel($form->getSubmitValue('questionLevel'));
  1386. $this->updateCategory($form->getSubmitValue('questionCategory'));
  1387. //Save normal question if NOT media
  1388. if ($this->type != MEDIA_QUESTION) {
  1389. $this->save($objExercise->id);
  1390. // modify the exercise
  1391. $objExercise->addToList($this->id);
  1392. $objExercise->update_question_positions();
  1393. }
  1394. }
  1395. /**
  1396. * abstract function which creates the form to create / edit the answers of the question
  1397. * @param the FormValidator instance
  1398. */
  1399. abstract function createAnswersForm($form);
  1400. /**
  1401. * abstract function which process the creation of answers
  1402. * @param the FormValidator instance
  1403. */
  1404. abstract function processAnswersCreation($form);
  1405. /**
  1406. * Displays the menu of question types
  1407. *
  1408. * @param Exercise $objExercise
  1409. */
  1410. public static function display_type_menu($objExercise)
  1411. {
  1412. $feedback_type = $objExercise->feedback_type;
  1413. $exerciseId = $objExercise->id;
  1414. // 1. by default we show all the question types
  1415. $question_type_custom_list = self::get_question_type_list();
  1416. if (!isset($feedback_type)) {
  1417. $feedback_type = 0;
  1418. }
  1419. if ($feedback_type == 1) {
  1420. //2. but if it is a feedback DIRECT we only show the UNIQUE_ANSWER type that is currently available
  1421. $question_type_custom_list = array (
  1422. UNIQUE_ANSWER => self::$questionTypes[UNIQUE_ANSWER],
  1423. HOT_SPOT_DELINEATION => self::$questionTypes[HOT_SPOT_DELINEATION]
  1424. );
  1425. } else {
  1426. unset($question_type_custom_list[HOT_SPOT_DELINEATION]);
  1427. }
  1428. echo '<div class="well">';
  1429. echo '<ul class="question_menu">';
  1430. foreach ($question_type_custom_list as $i => $a_type) {
  1431. // include the class of the type
  1432. require_once $a_type[0];
  1433. // get the picture of the type and the langvar which describes it
  1434. $img = $explanation = '';
  1435. eval('$img = ' . $a_type[1] . '::$typePicture;');
  1436. eval('$explanation = get_lang(' . $a_type[1] . '::$explanationLangVar);');
  1437. echo '<li>';
  1438. echo '<div class="icon-image">';
  1439. $icon = '<a href="admin.php?' . api_get_cidreq() . '&newQuestion=yes&answerType=' . $i . '">' .
  1440. Display::return_icon($img, $explanation, null, ICON_SIZE_BIG) . '</a>';
  1441. if ($objExercise->force_edit_exercise_in_lp === false) {
  1442. if ($objExercise->exercise_was_added_in_lp == true) {
  1443. $img = pathinfo($img);
  1444. $img = $img['filename'].'_na.'.$img['extension'];
  1445. $icon = Display::return_icon($img, $explanation, null, ICON_SIZE_BIG);
  1446. }
  1447. }
  1448. echo $icon;
  1449. echo '</div>';
  1450. echo '</li>';
  1451. }
  1452. echo '<li>';
  1453. echo '<div class="icon_image_content">';
  1454. if ($objExercise->exercise_was_added_in_lp == true) {
  1455. echo Display::return_icon('database_na.png', get_lang('GetExistingQuestion'), null, ICON_SIZE_BIG);
  1456. } else {
  1457. if ($feedback_type == 1) {
  1458. echo $url = "<a href=\"question_pool.php?" . api_get_cidreq() . "&type=1&fromExercise=$exerciseId\">";
  1459. } else {
  1460. echo $url = '<a href="question_pool.php?' . api_get_cidreq() . '&fromExercise=' . $exerciseId . '">';
  1461. }
  1462. echo Display::return_icon('database.png', get_lang('GetExistingQuestion'), null, ICON_SIZE_BIG);
  1463. }
  1464. echo '</a>';
  1465. echo '</div></li>';
  1466. echo '</ul>';
  1467. echo '</div>';
  1468. }
  1469. /**
  1470. * @param int $question_id
  1471. * @param string $name
  1472. * @param int $course_id
  1473. * @param int $position
  1474. * @return false|string
  1475. */
  1476. static function saveQuestionOption($question_id, $name, $course_id, $position = 0)
  1477. {
  1478. $TBL_EXERCISE_QUESTION_OPTION = Database::get_course_table(TABLE_QUIZ_QUESTION_OPTION);
  1479. $params['question_id'] = intval($question_id);
  1480. $params['name'] = $name;
  1481. $params['position'] = $position;
  1482. $params['c_id'] = $course_id;
  1483. $result = self::readQuestionOption($question_id, $course_id);
  1484. $last_id = Database::insert($TBL_EXERCISE_QUESTION_OPTION, $params);
  1485. if ($last_id) {
  1486. $sql = "UPDATE $TBL_EXERCISE_QUESTION_OPTION SET id = iid WHERE iid = $last_id";
  1487. Database::query($sql);
  1488. }
  1489. return $last_id;
  1490. }
  1491. /**
  1492. * @param int $question_id
  1493. * @param int $course_id
  1494. */
  1495. static function deleteAllQuestionOptions($question_id, $course_id)
  1496. {
  1497. $TBL_EXERCISE_QUESTION_OPTION = Database::get_course_table(TABLE_QUIZ_QUESTION_OPTION);
  1498. Database::delete(
  1499. $TBL_EXERCISE_QUESTION_OPTION,
  1500. array(
  1501. 'c_id = ? AND question_id = ?' => array(
  1502. $course_id,
  1503. $question_id
  1504. )
  1505. )
  1506. );
  1507. }
  1508. /**
  1509. * @param int $id
  1510. * @param array $params
  1511. * @param int $course_id
  1512. * @return bool|int
  1513. */
  1514. static function updateQuestionOption($id, $params, $course_id)
  1515. {
  1516. $TBL_EXERCISE_QUESTION_OPTION = Database::get_course_table(
  1517. TABLE_QUIZ_QUESTION_OPTION
  1518. );
  1519. $result = Database::update(
  1520. $TBL_EXERCISE_QUESTION_OPTION,
  1521. $params,
  1522. array('c_id = ? AND id = ?' => array($course_id, $id))
  1523. );
  1524. return $result;
  1525. }
  1526. /**
  1527. * @param int $question_id
  1528. * @param int $course_id
  1529. * @return array
  1530. */
  1531. static function readQuestionOption($question_id, $course_id)
  1532. {
  1533. $TBL_EXERCISE_QUESTION_OPTION = Database::get_course_table(
  1534. TABLE_QUIZ_QUESTION_OPTION
  1535. );
  1536. $result = Database::select(
  1537. '*',
  1538. $TBL_EXERCISE_QUESTION_OPTION,
  1539. array(
  1540. 'where' => array(
  1541. 'c_id = ? AND question_id = ?' => array(
  1542. $course_id,
  1543. $question_id
  1544. )
  1545. ),
  1546. 'order' => 'id ASC'
  1547. )
  1548. );
  1549. return $result;
  1550. }
  1551. /**
  1552. * Shows question title an description
  1553. *
  1554. * @param string $feedback_type
  1555. * @param int $counter
  1556. * @param float $score
  1557. */
  1558. function return_header($feedback_type = null, $counter = null, $score = null)
  1559. {
  1560. $counter_label = '';
  1561. if (!empty($counter)) {
  1562. $counter_label = intval($counter);
  1563. }
  1564. $score_label = get_lang('Wrong');
  1565. $class = 'error';
  1566. if ($score['pass'] == true) {
  1567. $score_label = get_lang('Correct');
  1568. $class = 'success';
  1569. }
  1570. if ($this->type == FREE_ANSWER || $this->type == ORAL_EXPRESSION) {
  1571. $score['revised'] = isset($score['revised']) ? $score['revised'] : false;
  1572. if ($score['revised'] == true) {
  1573. $score_label = get_lang('Revised');
  1574. $class = '';
  1575. } else {
  1576. $score_label = get_lang('NotRevised');
  1577. $class = 'error';
  1578. }
  1579. }
  1580. $question_title = $this->question;
  1581. // display question category, if any
  1582. $header = TestCategory::returnCategoryAndTitle($this->id);
  1583. $show_media = null;
  1584. if ($show_media) {
  1585. $header .= $this->show_media_content();
  1586. }
  1587. $header .= Display::page_subheader2($counter_label . ". " . $question_title);
  1588. $header .= Display::div(
  1589. "<div class=\"rib rib-$class\"><h3>$score_label</h3></div> <h4>{$score['result']}</h4>",
  1590. array('class' => 'ribbon')
  1591. );
  1592. $header .= Display::div($this->description, array('id' => 'question_description'));
  1593. return $header;
  1594. }
  1595. /**
  1596. * Create a question from a set of parameters
  1597. * @param int Quiz ID
  1598. * @param string Question name
  1599. * @param int Maximum result for the question
  1600. * @param int Type of question (see constants at beginning of question.class.php)
  1601. * @param int Question level/category
  1602. * @param string $quiz_id
  1603. */
  1604. public function create_question(
  1605. $quiz_id,
  1606. $question_name,
  1607. $question_description = "" ,
  1608. $max_score = 0,
  1609. $type = 1,
  1610. $level = 1
  1611. ) {
  1612. $course_id = api_get_course_int_id();
  1613. $tbl_quiz_question = Database::get_course_table(TABLE_QUIZ_QUESTION);
  1614. $tbl_quiz_rel_question = Database::get_course_table(TABLE_QUIZ_TEST_QUESTION);
  1615. $quiz_id = intval($quiz_id);
  1616. $max_score = (float) $max_score;
  1617. $type = intval($type);
  1618. $level = intval($level);
  1619. // Get the max position
  1620. $sql = "SELECT max(position) as max_position
  1621. FROM $tbl_quiz_question q INNER JOIN $tbl_quiz_rel_question r
  1622. ON
  1623. q.id = r.question_id AND
  1624. exercice_id = $quiz_id AND
  1625. q.c_id = $course_id AND
  1626. r.c_id = $course_id";
  1627. $rs_max = Database::query($sql);
  1628. $row_max = Database::fetch_object($rs_max);
  1629. $max_position = $row_max->max_position + 1;
  1630. $params = [
  1631. 'c_id' => $course_id,
  1632. 'question' => $question_name,
  1633. 'description' => $question_description,
  1634. 'ponderation' => $max_score,
  1635. 'position' => $max_position,
  1636. 'type' => $type,
  1637. 'level' => $level,
  1638. ];
  1639. $question_id = Database::insert($tbl_quiz_question, $params);
  1640. if ($question_id) {
  1641. $sql = "UPDATE $tbl_quiz_question SET id = iid WHERE iid = $question_id";
  1642. Database::query($sql);
  1643. // Get the max question_order
  1644. $sql = "SELECT max(question_order) as max_order
  1645. FROM $tbl_quiz_rel_question
  1646. WHERE c_id = $course_id AND exercice_id = $quiz_id ";
  1647. $rs_max_order = Database::query($sql);
  1648. $row_max_order = Database::fetch_object($rs_max_order);
  1649. $max_order = $row_max_order->max_order + 1;
  1650. // Attach questions to quiz
  1651. $sql = "INSERT INTO $tbl_quiz_rel_question (c_id, question_id, exercice_id, question_order)
  1652. VALUES($course_id, $question_id, $quiz_id, $max_order)";
  1653. Database::query($sql);
  1654. }
  1655. return $question_id;
  1656. }
  1657. /**
  1658. * @return array the image filename of the question type
  1659. */
  1660. public function get_type_icon_html()
  1661. {
  1662. $type = $this->selectType();
  1663. $tabQuestionList = Question::get_question_type_list(); // [0]=file to include [1]=type name
  1664. require_once $tabQuestionList[$type][0];
  1665. $img = $explanation = null;
  1666. eval('$img = ' . $tabQuestionList[$type][1] . '::$typePicture;');
  1667. eval('$explanation = get_lang(' . $tabQuestionList[$type][1] . '::$explanationLangVar);');
  1668. return array($img, $explanation);
  1669. }
  1670. /**
  1671. * Get course medias
  1672. * @param int course id
  1673. * @param integer $course_id
  1674. */
  1675. static function get_course_medias(
  1676. $course_id,
  1677. $start = 0,
  1678. $limit = 100,
  1679. $sidx = "question",
  1680. $sord = "ASC",
  1681. $where_condition = array()
  1682. ) {
  1683. $table_question = Database::get_course_table(TABLE_QUIZ_QUESTION);
  1684. $default_where = array('c_id = ? AND parent_id = 0 AND type = ?' => array($course_id, MEDIA_QUESTION));
  1685. $result = Database::select(
  1686. '*',
  1687. $table_question,
  1688. array(
  1689. 'limit' => " $start, $limit",
  1690. 'where' => $default_where,
  1691. 'order' => "$sidx $sord"
  1692. )
  1693. );
  1694. return $result;
  1695. }
  1696. /**
  1697. * Get count course medias
  1698. * @param int course id
  1699. *
  1700. * @return int
  1701. */
  1702. static function get_count_course_medias($course_id)
  1703. {
  1704. $table_question = Database::get_course_table(TABLE_QUIZ_QUESTION);
  1705. $result = Database::select(
  1706. 'count(*) as count',
  1707. $table_question,
  1708. array('where' => array('c_id = ? AND parent_id = 0 AND type = ?' => array($course_id, MEDIA_QUESTION))),
  1709. 'first'
  1710. );
  1711. if ($result && isset($result['count'])) {
  1712. return $result['count'];
  1713. }
  1714. return 0;
  1715. }
  1716. /**
  1717. * @param int $course_id
  1718. * @return array
  1719. */
  1720. public static function prepare_course_media_select($course_id)
  1721. {
  1722. $medias = self::get_course_medias($course_id);
  1723. $media_list = array();
  1724. $media_list[0] = get_lang('NoMedia');
  1725. if (!empty($medias)) {
  1726. foreach($medias as $media) {
  1727. $media_list[$media['id']] = empty($media['question']) ? get_lang('Untitled') : $media['question'];
  1728. }
  1729. }
  1730. return $media_list;
  1731. }
  1732. /**
  1733. * @return integer[]
  1734. */
  1735. public static function get_default_levels()
  1736. {
  1737. $select_level = array(
  1738. 1 => 1,
  1739. 2 => 2,
  1740. 3 => 3,
  1741. 4 => 4,
  1742. 5 => 5
  1743. );
  1744. return $select_level;
  1745. }
  1746. /**
  1747. * @return null|string
  1748. */
  1749. public function show_media_content()
  1750. {
  1751. $html = null;
  1752. if ($this->parent_id != 0) {
  1753. $parent_question = Question::read($this->parent_id);
  1754. $html = $parent_question->show_media_content();
  1755. } else {
  1756. $html .= Display::page_subheader($this->selectTitle());
  1757. $html .= $this->selectDescription();
  1758. }
  1759. return $html;
  1760. }
  1761. /**
  1762. * Swap between unique and multiple type answers
  1763. * @return object
  1764. */
  1765. public function swapSimpleAnswerTypes()
  1766. {
  1767. $oppositeAnswers = array(
  1768. UNIQUE_ANSWER => MULTIPLE_ANSWER,
  1769. MULTIPLE_ANSWER => UNIQUE_ANSWER
  1770. );
  1771. $this->type = $oppositeAnswers[$this->type];
  1772. Database::update(
  1773. Database::get_course_table(TABLE_QUIZ_QUESTION),
  1774. array('type' => $this->type),
  1775. array('c_id = ? AND id = ?' => array($this->course['real_id'], $this->id))
  1776. );
  1777. $answerClasses = array(
  1778. UNIQUE_ANSWER => 'UniqueAnswer',
  1779. MULTIPLE_ANSWER => 'MultipleAnswer'
  1780. );
  1781. $swappedAnswer = new $answerClasses[$this->type];
  1782. foreach ($this as $key => $value) {
  1783. $swappedAnswer->$key = $value;
  1784. }
  1785. return $swappedAnswer;
  1786. }
  1787. }