| [ Index ] |
PHP Cross Reference of Moodle 1.9.3 [Build 15-Oct-2008] |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 444 lines (15 kb) |
| Included or required: | 3 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| lams_add_instance($lams) X-Ref |
| No description |
| lams_update_instance($lams) X-Ref |
| No description |
| lams_delete_instance($id) X-Ref |
| No description |
| lams_user_outline($course, $user, $mod, $lams) X-Ref |
| No description |
| lams_user_complete($course, $user, $mod, $lams) X-Ref |
| No description |
| lams_cron() X-Ref |
| No description |
| lams_grades($lamsid) X-Ref |
| No description |
| lams_get_participants($lamsid) X-Ref |
| No description |
| lams_scale_used($lamsid,$scaleid) X-Ref |
| No description |
| lams_scale_used_anywhere($scaleid) X-Ref |
| Checks if scale is being used by any instance of lams This is used to find out if scale used anywhere param: $scaleid int return: boolean True if the scale is used by any lams |
| lams_get_soap_client($relativeurl) X-Ref |
| No description |
| lams_get_sequences($username,$courseid) X-Ref |
| Get sequences(learning designs) for the user in LAMS param: string $username The username of the user. Set this to "" if you would just like to get sequences for the currently logged in user. return: Array sequence array |
| lams_get_lesson($username,$ldid,$courseid,$title,$desc,$type) X-Ref |
| Get learning session(lesson) id from LAMS param: string $username The username of the user. Set this to "" if you would just like the currently logged in user to create the lesson param: int $ldid The id of the learning design that the lesson is based on param: int $courseid The id of the course that the lesson is associated with. param: string $title The title of the lesson param: string $desc The description of the lesson param: string $type The type of the lesson. Two types: normal, preview return: int lesson id |
| lams_delete_lesson($username,$lsid) X-Ref |
| Delete learning session(lesson) from LAMS param: string $username The username of the user. Set this to "" if you would just like the currently logged in user to create the lesson param: int $lsid The id of the learning session(lesson) return: true or false |
| Generated: Wed Jan 14 11:33:29 2009 | Cross-referenced by PHPXref 0.7 |