You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When guest access to a course is enabled, <cid> is in $CFG['GEN']['guesttempaccts'] and <aid> is aid of an assessment in that course, then https://.../assessment/showtest.php?cid=<cid>&aid=<aid>&guestaccess=true
leads to the course homepage, not to the specific assessment (tested with new assessment UI).
The text was updated successfully, but these errors were encountered:
When guest access to a course is enabled,
<cid>
is in$CFG['GEN']['guesttempaccts']
and<aid>
is aid of an assessment in that course, thenhttps://.../assessment/showtest.php?cid=<cid>&aid=<aid>&guestaccess=true
leads to the course homepage, not to the specific assessment (tested with new assessment UI).
The text was updated successfully, but these errors were encountered: