Custom Report

June 9, 2008 – 12:47

Adapted custom report for client. Now our report shows all scorm grades for all courses. Should be adapted to show overview of final grades for each user.

1. Created test environment for client with pg-database:

  • cp -a moodlecodebase moodlecodebasetest
  • cp -a moodledata moodledatatest
  • pg_dump -f output_file.sql dbname
  • pgsql -U moodleuser dbname < output_file.sql
  • edit apache conf and set alias to test url
  • set sesssion cookie prefix to testprefix to avoid session mixups

2. Copied code of custom report to testenvironment

3. Happy coding!

Sorry, comments for this entry are closed at this time.