Tagged Questions
1
vote
0answers
54 views
Moodle - Why is Course Completion Block showing incorrect info for a user on user/view.php
I am noticing strange behaviour with the course completion block when I click on a students name in the course completion report to view that individual user - it is showing no activities complete ...
2
votes
1answer
318 views
js_init_call gives Cannot call method 'init' of undefined in Moodle block plugin
I have a moodle block plugin where I'm trying to include javascript in the page.
No matter how I try, the javascript called by the js_init_call always throws an error instead of running I've tried ...
1
vote
1answer
185 views
Issue installing my own block in moodle 2
I'm using moodle 2.
I want to add my own block, so I visited the oficial moodle page in order to learn how to add new blocks.
I've created the same code in the page, but when I click upgrade, the ...
0
votes
1answer
188 views
Is there way to generate block or create styling like a block inside a block in Moodle?
I want to create few blocks inside a parent block in Moodle.s there a way to create block instance manually???
OR
Modify block content as it look like a block by adding some html etc..