That's a 404; We could not find that page :/

Dashboard

isPupil()){ // Show pupil dash board echo ""; // Get all assignments this pupil has $ass = $current_user->tests(); foreach ($ass as $a){ // Look for submitted results from this pupil, for the test. // ie: see if the pupil has done this test yet $res = Score::getfromusertest($current_user->id,$a->testID); echo ""; } }else if ($current_user->isStaff()){ // Show staff dash board ?>
Staff Panel
".$a->test()->title.""; // Show correct button - retake or take. if (!$res || count($res)==0) echo "test()->id)."\">Take"; else echo "test()->id)."\">Retake"; echo "