Closed nideez45 closed 7 months ago
$attemptid = $attemptobj->get_attemptid(); -> 104 of annotator.php, check if redundant
-$attemptid = $attemptobj->get_attemptid(); +$attemptid = (string)$attemptid;
$attemptid = $attemptobj->get_attemptid(); -> 104 of annotator.php, check if redundant