-
New Feature
-
Resolution: Won't Do
-
Minor
-
None
-
2.2.2, 2.7.2, 2.8
-
MOODLE_22_STABLE, MOODLE_27_STABLE, MOODLE_28_STABLE
Enable the Book resource to track the view (read) progress of each student (user) as he/she reads the pages of the Book resource.
Upon completion, have the Activity Completion flag set to TRUE.
Currently, just viewing the Book resource set the Completion flag to TRUE.
mod/book/view.php (166)
// we are cheating a bit here, viewing the last page means user has viewed the whole book
|
$completion = new completion_info($course);
|
$completion->set_module_viewed($cm);
|
- has been marked as being related by
-
MDL-65371 Book improvements
-
- Development in progress
-