Skip to content

Commit

Permalink
Update PHPReportageTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tseabrooks committed Aug 29, 2013
1 parent ab4bce6 commit de07e74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions samples/PHPReportageTest.php
Expand Up @@ -6,13 +6,13 @@
require_once('config.php');
global $CFG;

$appId = $CFG->scormcloudappid; // e.g. 'KIRZ8HS2O0';
$appId = $CFG->scormcloudappid;
$pwd = $CFG->scormcloudsecretkey;
$conf = new Configuration('http://cloud.scorm.com/EngineWebServices', $appId, $pwd);
$srvc = new ReportingService($conf);

//$learnerId = "a-specific-learner-id-here";
$courseId = "Golf_SequencingPreOrPostTestRollup_SCORM20043rdEdition1d3760b5-7d9d-4776-960b-ed5962abbae2";
echo 'Manually add Course ID to test';
$courseId = ""; // Add course ID for quick testing.

$homePage = "/Reportage/reportage.php?appId=$appId";
//$learnerPage = $homePage . "&learnerId=$learnerId";
Expand Down Expand Up @@ -40,4 +40,4 @@
</ul>
</body>
</html>


0 comments on commit de07e74

Please sign in to comment.