Make progress bar available on the very last page of a lesson.

Make progress bar available on the very last page of a lesson.

بذریعہ Joseph Rézeau -
جوابات کی تعداد: 1
Core developers کی تصویر Particularly helpful Moodlers کی تصویر Plugin developers کی تصویر Testers کی تصویر Translators کی تصویر

In the course of trying to solve the problem in this discussion: https://moodle.org/mod/forum/discuss.php?d=271441 I found out that the Lesson progress bar never displays a 100% progress on the very last page of a lesson!
This can be very easily fixed by adding a link to the relevant function. In current moodle 2.7 version, file mod/lesson/view.php, after line 431
if (!$canmanage) {
add this line:
$lessoncontent .= $lessonoutput->progress_bar($lesson);

Joseph

See result:

screenshot #1

You may wish to vote for issue MDL-47587 in the tracker so that someone at Moodle HQ may fix it some time.

درجہ بندی کا اوسط: -
Joseph Rézeau کے جواب میں

Re: Make progress bar available on the very last page of a lesson.

بذریعہ Paula Moreira -

Hi, I am not shore that this is the right place to post my problem, but...

I would like to have the lesson progress bar on the main page. Is it possible?

I would like to do a course page like this image.


Thanks

منسلکہ vmstudy.png