SOme dummy report pages

This commit is contained in:
moodler 2007-06-15 08:24:45 +00:00
parent 4fcdf5001d
commit 4b98acca96
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?php // $Id$
/// This creates and handles the whole grader report interface, sans header and footer
print_heading('Grader Report');
?>

View File

@ -0,0 +1,9 @@
<?php // $Id$
/// This creates and handles the whole user report interface, sans header and footer
print_heading('User Grades Report');
?>