Skip to content

Commit

Permalink
Fix import qti2 in sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Mar 5, 2018
1 parent 0a3674a commit fd42421
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/exercise/exercise.class.php
Expand Up @@ -124,6 +124,7 @@ public function __construct($courseId = 0)
}
$this->course_id = $course_info['real_id'];
$this->course = $course_info;
$this->sessionId = api_get_session_id();

// ALTER TABLE c_quiz_question ADD COLUMN feedback text;
$this->questionFeedbackEnabled = api_get_configuration_value('allow_quiz_question_feedback');
Expand Down

0 comments on commit fd42421

Please sign in to comment.