Display block at the bottom on Course page?

Display block at the bottom on Course page?

by Dat Nguyen Thang -
Number of replies: 4

I wrote a block for rating and comment on activity.

I have seen all delegate, but nothing to support display on course page.

so, how to display it on course page on mobile at the bottom?


Average of ratings: -
In reply to Dat Nguyen Thang

Re: Display block at the bottom on Course page?

by Dat Nguyen Thang -

Any idea!

In reply to Dat Nguyen Thang

Re: Display block at the bottom on Course page?

by Dani Palou -
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Hi,

to make your block display in the course page in the mobile app you need to:

- Adapt your plugin for the Moodle app, using the CoreBlockDelegate.
- Your Moodle site must be 3.7 or higher.
- Add your block to the course in Moodle web.

if you fulfill those 3 points then the block should be displayed in the app in that course.

Cheers,
Dani
Average of ratings: Useful (1)
In reply to Dani Palou

Re: Display block at the bottom on Course page?

by Dat Nguyen Thang -
Thank you Dani, it's very helpful.

One more thing, Can i show block at bottom of module, such as: URL, PAGE, LESSON...?