2108 solutions found
Page 85 of 106votes
I've created a new Moodle Theme, just as Moodle's documentation suggests. In the config.php file I defined the layouts just like this: $THEME-...
votes
I'm trying to map a "legacy" REST server using RESTEasy client. The urls of this ws are mapped like this: http://localhost/webservice/rest/s...
votes
I've written a custom plugin that allows for url login. Users entering my Moodle site this way, all come from the same external site and can be identified b...
votes
I've got the following MySQL query: SELECT concat('<a target="_new" href="%%WWWROOT%%/course/user.php?id=1&user=',...
votes
Good day everyone. I'm currently programming in Moodle. Since I haven't got any answers yet in their forums I will have to ask it here because I really...
votes
I am trying to use flash media server with moodle [Course Management System] to use it the steps tells me to add this line of code : $CFG->fms = '...
votes
I am tasked with writing a relatively small and simple PHP web app which will use a small database. Authentication for this will be through randomly generated h...
votes
hi i'm pretty new to the moodle and i would like to get some idea on making the moodle offline and the synchronization techniques that could be used betwee...
votes
My company is planning to setup Moodle for internal & external training courses. Our training team has a lot of training material - mostly in MS Word/HTML/P...
votes
I want to open a directory and read all the files inside and put them into an `array`, so far I have: $imagesdir = $CFG->dataroot.'/1/themeimages/...
votes
I'm working on a new Moodle Assignment plugin. How can I include a custom CSS to my plugin? I'm using Moodle 1.9.7. Thanks in advance.
votes
I'm trying to authenticate against the user db of my website (CMS based) and it uses a slightly different approach at storing hashed passwords. It uses a ra...
votes
I'm developing a php web application to be used for a university. It needs the users to login before using some services. The university already has a moodl...
votes
When the cron job for moodle runs I get this output: Execute scheduled task: Clean up ad hoc task metadata (core\task\task_lock_cleanup_task) !!! Ex...
votes
I am writing a block where I am collecting the [metadata](https://moodle.org/mod/glossary/showentry.php?eid=184&displayformat=dictionary "Glossary of c...
votes
How can I interact with Moodle Api clients to get to quizzes by course id. The documentation says the mod_quiz_get_quizzes_by_courses requires a courseids array...
votes
I discover the very useful R/exams package, as well as its very complete documentation. Unless I'm mistaken, I didn't find a place providing an exhau...
votes
I created moodle site in infinity free hosting But when I open the site it is appear this message Fatal error: $CFG->dataroot is not configured pro...
votes
I'm supposed to write a code that receives two integers (m and n) and returns all the prime numbers between those numbers (essentially a range(m,n)). The or...
votes
I'm trying to connect IHP's Postgres instance with Moodle. The [IHP Guide][1] uses `postgresql:///app?host=YOUR_PROJECT_DIRECTORY/build/db` with the dev...