LMSouq

Knowledge Base

Browse Moodle Solutions

2108 solutions found

Page 85 of 106
0 votes
1 ans
3 views
Creating a Moodle 2 theme

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-...

moodle-core Solved
BE
asked 1 month ago by Bernat
0 votes
1 ans
3 views
RESTEasy mapping a "legacy" Moodle REST service

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...

moodle-core Solved
LU
asked 1 month ago by Luca Molteni
0 votes
1 ans
3 views
Redirecting users from Moodle to another site when login fails

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...

moodle-core Solved
JO
asked 1 month ago by Joe Maloney
0 votes
1 ans
3 views
Extend to select based on data range

I've got the following MySQL query: SELECT concat('<a target="_new" href="%%WWWROOT%%/course/user.php?id=1&user=',...

general-dev Solved
CL
asked 1 month ago by CLiown
0 votes
1 ans
3 views
Help pertaining to cURL on Moodle

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...

moodle-core Solved
PO
asked 1 month ago by POGI
0 votes
1 ans
3 views
using flash media server with moodle whiteboard

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 = '...

moodle-core Solved
ES
asked 1 month ago by Eslam Soliman
0 votes
1 ans
3 views
Moodle module type

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...

moodle-core Solved
OZ
asked 1 month ago by Ozzah
0 votes
1 ans
3 views
how to make moodle offline

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...

moodle-core Solved
SC
asked 1 month ago by Scott
0 votes
1 ans
3 views
Moodle Interface for .net

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...

moodle-core Solved
SI
asked 1 month ago by silverspoon
0 votes
1 ans
3 views
PHP Get list of files from Directory (in Moodle)

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/...

moodle-core Solved
CL
asked 1 month ago by CLiown
0 votes
1 ans
3 views
Adding custom CSS into a new Moodle assignment

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.

moodle-core Solved
RO
asked 1 month ago by Roberto Aloi
0 votes
1 ans
3 views
Need help debugging a custom authentication plugin for Moodle

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...

moodle-core Solved
MI
asked 1 month ago by miCRoSCoPiC_eaRthLinG
0 votes
1 ans
3 views
Using moodle to authenticate users to a web application

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...

moodle-core Solved
UD
asked 1 month ago by Udith Gunaratna
0 votes
1 ans
3 views
Scheduled tasks not running on moodle

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...

moodle-core Solved
MA
asked 1 month ago by Marc Hypolite
0 votes
1 ans
3 views
How to fetch a file metadata on server-side

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...

moodle-core Solved
RO
asked 1 month ago by Rohit -
0 votes
1 ans
3 views
Interacting with Moodle API client to get quiz by course id

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...

moodle-core Solved
ME
asked 1 month ago by mev
0 votes
1 ans
3 views
Possible meta-informations in R/exams

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...

moodle-core Solved
EU
asked 1 month ago by eusebe
0 votes
1 ans
3 views
Fatal error: $CFG->dataroot is not configured properly, directory does not exist or is not accessible! Exiting

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...

moodle-core Solved
RA
asked 1 month ago by Rana
0 votes
1 ans
3 views
how to receive an unknown amount of inputs without an input that tells the code to stop?

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...

moodle-core Solved
MI
asked 1 month ago by minyards
0 votes
1 ans
3 views
IHP - How to connect IHP's Postgres instance with Moodle?

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...

moodle-core Solved
VA
asked 1 month ago by Varun Rajput