Adding the lis_outcome_service_url to the launch

This commit is contained in:
Chris Scribner
2011-11-06 20:41:56 -05:00
parent 5e078d62c6
commit 3ff01b2fb7
+4
View File
@@ -225,6 +225,10 @@ function lti_build_request($instance, $typeconfig, $course) {
$requestparams["lis_person_contact_email_primary"] = $USER->email;
}
//Add outcome service URL
$url = new moodle_url('/mod/lti/service.php');
$requestparams['lis_outcome_service_url'] = $url->out();
// Concatenate the custom parameters from the administrator and the instructor
// Instructor parameters are only taken into consideration if the administrator
// has giver permission