python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Local Plugin tasks are not showing up in the schedule tasks list in moodle
I have made a local plugin. It is installed and shows up under plugins as well as created its initial tables etc, but the task is not appearing in task list.
$tasks = array(
array(
'classn...
Muditha
Votes: 0
Answers: 1
Moodle SQL number of students
I am not really an export in SQL, I found this code so far, which lists the number of students (who enrolled) grouped by courses. I want to have a Start date and and End date, so what I want is I set ...
user14506347
Votes: 0
Answers: 1
JSXGraph Moodle plugin move after student answer
I have a Moodle question with a JSXGraph image, say
<jsxgraph width="600" height="500">
var brd = JXG.JSXGraph.initBoard(BOARDID, {boundingbox:[-5,5,5,-5], axis:true});
...
Juha-Matti Huusko
Votes: 0
Answers: 2