~ubuntu-branches/ubuntu/utopic/moodle/utopic

« back to all changes in this revision

Viewing changes to mod/quiz/reviewquestion.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-05-12 16:10:38 UTC
  • mfrom: (36.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140512161038-puyqf65k4e0s8ytz
Tags: 2.6.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
$options = $attemptobj->get_display_options(true);
51
51
 
52
52
$PAGE->set_pagelayout('popup');
 
53
$PAGE->set_heading($attemptobj->get_course()->fullname);
53
54
$output = $PAGE->get_renderer('mod_quiz');
54
55
 
55
56
// Check permissions.