Commit a0ca9660 by Muhammad Shoaib

updated the comment

parent e12f127b
...@@ -53,7 +53,8 @@ ...@@ -53,7 +53,8 @@
if (!attempt_proctored) { if (!attempt_proctored) {
var msg = gettext( var msg = gettext(
"You will no longer be eligible to use this course for academic credit." "Are you sure you want to take this exam without proctoring? " +
"You will no longer be able to use this course for academic credit."
); );
if (!confirm(msg)) { if (!confirm(msg)) {
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment