|
@@ -110,6 +110,7 @@ if (isset($_REQUEST['convertAnswer'])) {
|
|
Session::write('objQuestion', $objQuestion);
|
|
Session::write('objQuestion', $objQuestion);
|
|
}
|
|
}
|
|
$objAnswer = Session::read('objAnswer');
|
|
$objAnswer = Session::read('objAnswer');
|
|
|
|
+$_course = api_get_course_info();
|
|
|
|
|
|
// document path
|
|
// document path
|
|
$documentPath = api_get_path(SYS_COURSE_PATH).$_course['path'].'/document';
|
|
$documentPath = api_get_path(SYS_COURSE_PATH).$_course['path'].'/document';
|