|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Data Structures | |
| class | lesson_importppt_form |
Namespaces | |
| namespace | mod |
Local Library of functions for module scorm. | |
Functions | |
| lesson_importppt_build_list (array &$matches, $list, &$i, $depth) | |
| lesson_importppt_isolate_class ($string) | |
| lesson_importppt_clean_text ($string) | |
| lesson_create_objects ($pageobjects, $lessonid) | |
| lesson_create_objects | ( | $ | pageobjects, |
| $ | lessonid | ||
| ) |
Creates objects an object with the page and answers that are to be inserted into the database
| array | $pageobjects | |
| int | $lessonid |
Definition at line 134 of file importpptlib.php.
| lesson_importppt_build_list | ( | array &$ | matches, |
| $ | list, | ||
| &$ | i, | ||
| $ | depth | ||
| ) |
A recursive function to build a html list
| array | $matches | |
| string | $list | |
| int | $i | |
| int | $depth |
Definition at line 39 of file importpptlib.php.

| lesson_importppt_clean_text | ( | $ | string | ) |
This function strips off the random chars that ppt puts infront of bullet lists
| string | $string |
Definition at line 109 of file importpptlib.php.

| lesson_importppt_isolate_class | ( | $ | string | ) |
Given an html tag, this function will
| string | $string |
Definition at line 87 of file importpptlib.php.
