moveUp($moveUp); $objExercise->save(); } // moves a question down in the list if($moveDown) { $objExercise->moveDown($moveDown); $objExercise->save(); } // deletes a question from the exercise (not from the data base) if($deleteQuestion) { // construction of the Question object $objQuestionTmp=new Question(); // if the question exists if($objQuestionTmp->read($deleteQuestion)) { $objQuestionTmp->delete($exerciseId); // if the question has been removed from the exercise if($objExercise->removeFromList($deleteQuestion)) { $nbrQuestions--; } } // destruction of the Question object unset($objQuestionTmp); } ?>
selectTitle(); ?> | selectType()-1]; ?> | ![]() |
![]() ![]() ![]() ![]() |