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
How to validate something before installing local plugin in moodle
I have developed a local plugin and before installation i want to check if a certain plugin i.e. mod_attendance exists in the moodle, if it exists i want to continue with the normal installation else ...
Syed Saad Ullah Shah
Votes: 0
Answers: 1
Error code: ddlxmlfileerror during plugin installation
I have created a plugin/webservice in moodle in my local folder in moodle, when i converted the folder to zip and then installed it; it would install correctly in local folder in moodle. Now i want to...
Syed Saad Ullah Shah
Votes: 0
Answers: 1
How to return data as JSON in moodle webservices
I am creating a webservice in moodle and want to return my std object as a JSON,
public static function add_attendance_lti($attendanceObject)
{
......
$lti_updated = [
'id' => $inse...
Syed Saad Ullah Shah
Votes: 0
Answers: 2