Direction Needed on Passing Parameters to a HTML Resource

Re: Direction Needed on Passing Parameters to a HTML Resource

by Ralph Blakeslee -
Number of replies: 0
Well, I was able to figure this out myself. In the event that someone else needs some guidance here is how it works:

After naming your parameters in the right hand in the right column use those names in your document with the print function like this

Parameter: Course - Full Name
Name: fullname
Code: opening bracket ? print($fullname)? closing bracket

The file must be located in you Moodle directory, so it can not be an uploaded file.

Example: http://yoursite.com/moodle/resource.php

Ralph