521 solutions found in moodle-core
Page 14 of 27votes
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...
votes
I created new table in moodle by phpmyadmin. Now I want to insert data into new table "dev". I got ***Error writing to database***. my code is......
votes
I have used following code for getting category and corresponding course detail in MOODLE global $DB; $catlist = $DB->get_records_sql(...
votes
Is there any way of showing list of most popular course and categories in moodle. Is there any inbuilt Plugin for it or it can only be done by writing custom pi...
votes
I am trying to create a user in moodle via webservice .The user is created successfuly but the custom field is not filled.Can anybody redirect me towards the so...
votes
I'm facing a problem: I want to update a record that being inserted to a table with trigger: DELIMITER $$ CREATE TRIGGER moodle.update_lang...
votes
I'm trying to build the right response function in my moodle webservice. I printed the php structure of my json response: <!-- begin snippet: js hide...
votes
I'm generating Moodle cloze exercises using the `exams2moodle` function from R's `exams` package. For students using the Chromebooks or the Chrome br...
votes
Our department is just starting the process of moving our questions into R/Exams. Up until now we've been using an in-house system that allows for "fol...
votes
I'm using Moodle 3.8.4 connected with the Azure Database for MySQL server. I'm trying to duplicate an activity by right-clicking on an activity and sele...
votes
I maintain Moodle 3.10 and with Ubuntu 18.04 (php/7.2/fpm fast cgi), 32 GBRAM and works well with 70 concurrent users to take quiz through intra network. They a...
votes
I want to generate electric circuit picture using circuitikz packages and r-exams in R markdown. I already include circuitikz package in header-includes, it...
votes
So we are running a Moodle 3.7 system. Is it not possible to delete the Topic 0 section? The gear icon doesnt show the delete option like it does for other sec...