Display block at the bottom on Course page?

Display block at the bottom on Course page?

{$a->নাম} - {$a->তারিখ} দ্বারা
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?


রেটিং এর গড়: -
In reply to Dat Nguyen Thang

Re: Display block at the bottom on Course page?

{$a->নাম} - {$a->তারিখ} দ্বারা
In reply to Dat Nguyen Thang

Re: Display block at the bottom on Course page?

{$a->নাম} - {$a->তারিখ} দ্বারা
Core developers এর ছবি Moodle HQ এর ছবি Particularly helpful Moodlers এর ছবি Peer reviewers এর ছবি 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
In reply to Dani Palou

Re: Display block at the bottom on Course page?

{$a->নাম} - {$a->তারিখ} দ্বারা
Thank you Dani, it's very helpful.

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