2108 solutions found
Page 87 of 106votes
I have 3 categories with several quizzies in it and i can test 2 of them , they work properly, but when i try to test third one i got this error below: T...
votes
When we run this command (ionic lab) then it show this error. how we solve it.. <!-- begin snippet: js hide: false console: true babel: false -->...
votes
There is any Moodle REST API available to get all the course name list and all the users enrolled for that particular courses. Someone suggest the answer u...
votes
I am using Moodle core REST API and I am following [this Stackoverflow][1] answer for my login request. login end-point is working successfully. API Request...
votes
I am using moodle rest plugins for mobile web-services and from [this tutorial][1] I have enabled rest API and other related services as per the documentation w...
votes
What the title says. I'm trying to build a graphical, two-variable optimization problem for students to solve using the [STACK-type](https://github.com/math...
votes
I am new in Moodle. How can I list / get all course categories? I want to display course categories at front end. I tried with custom queries but my lesser exp...
votes
I've recently upgraded my moodle site from 2.9 to 3.4. Https was only enabled on login page. After the upgrading https is enabled on the whole site. Now so...
votes
I am trying to create a user through web services in Moodle by using PHP and I am using ws function: `core_user_create_users`. but it gives me an error....
votes
Objective is to use the Moodle web services to fetch information via Postman. In this case - Webservice function : core_enrol_get_enrolled_users - Alrea...
votes
I want to change moodle's default font. I used [this][1] link but it didn't work. I changed theme css and added fonts to a new folder but nothing change...
votes
I am trying to fetch the number of rows for a query using a Moodle function. This is what I have done so far: $records = $DB->get_records_sql("...
votes
MathJax Equations displays vertical line on the right, How to remove ? [MathJax Images][1] Mathjax cdn 2.7.1 Moodle version 2.6 [1]: https://i.sst...
votes
I'm trying to add a new feature into site administration menu of moodle as part of a project that I am working on. Right now our customer only needs to inte...
votes
I am unable install MOODLE in localhost as it gives following error: `Can not initialize PHP session, please verify that your browser accepts cookies.` I...
votes
I wanna check `required_param('LType',PARAM_ALPHA)` is set or not? How can I do this? I use this but it it doesn't work correctly: if(!isse...
votes
I have to include on our `Moodle 2.9.5` a function for the new student, who have to go to a page at `first login` and `confirm` the universities `privacy policy...
votes
I am using **moodle 2.8** I have added some css code in course/edit.php to hide some form fields on for trainer/student role. But when I submit form from...
votes
Moodle API has functions like core_course_create_courses() core_course_duplicate_course() core_course_get_contents() These all work fine....
votes
I am using `Moodle 2.6` and already rewrote a table from `html_table` to `flexible_table`. I could not figure out, how the `sorting` is working. I set everythi...