Skip to content

Commit 2ec048b

Browse files
committed
Quiz: add studentview to false to make sure to access as a teacher for exercise correction - refs BT#23170
1 parent deb96c0 commit 2ec048b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/main/exercise/exercise.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6516,7 +6516,7 @@ public function send_mail_notification_for_exam(
65166516

65176517
$user_info = api_get_user_info(api_get_user_id());
65186518
$url = api_get_path(WEB_CODE_PATH).'exercise/exercise_show.php?'.
6519-
api_get_cidreq(true, true, 'qualify').'&id='.$exe_id.'&action=qualify';
6519+
api_get_cidreq(true, true, 'qualify').'&id='.$exe_id.'&action=qualify&isStudentView=false';
65206520

65216521
if (!empty($sessionId)) {
65226522
$addGeneralCoach = true;

0 commit comments

Comments
 (0)