mod_scorm12

Configure the path to Moodle-1.9-Installation to use while rendering SCORM 1.2 courses.

<?php

define('MOODLE_BASE_DIR', '/path/to/moodle');

Don't worry about the name 'MOODLE_BASE_DIR' being the same for "mod_moodle" or "mod_moodle" as only one of these modules will be loaded at any time.