521 solutions found in moodle-core
Page 5 of 27votes
In my custom plugin I am simply using three drop down and one text box. When I submit the form and `validation($data)` method is invoked I just get value of sta...
votes
We have some instructions (text/image/videos) and some trainings build on PHP. We also have a Moodle working and we wanted to generate some SCORMs from this php...
votes
I am a newbie to SCORM. We need to crawl e-learning portals and index data found in SCORM 1.2 objects. Is there a way to download these SCORM objects from Mo...
votes
Right now I have Debian running Moodle 2.3 and when I imported the database over I get these errors when connecting to the Moodle homepage. http://pastebin.c...
votes
I'm making one custom theme in moodle framework. i want to add search form in header. how can i? something like `<?php get_search_form(); ?>` in w...
votes
I have a scorm package that works in Moodle. However, if unzip it to a folder and then rezip it and try to use it I get the following in Moodle: "Incorre...
votes
I have the entire question list saved in Microsoft excel spreadsheet. I would like to import this file to question bank in Moodle. How to upload excel file t...
votes
I have my moodle setup using this guide ( Ubuntu 11.04 ) http://docs.moodle.org/dev/Install_Moodle_On_Ubuntu_with_Nginx/PHP-fpm I am having an issue installi...
votes
Actually I am trying to integrate my system with moodle. I need a functionality that supposed to work like that: 1. Login into my system (same username as i...
votes
I have the following PHP script, test.php in my Moodle plugin: <?php include('lib/httpful/httpful.phar'); try{ $respon...
votes
I am new to Moodle, but I am setup site in local server. Created new courses, users into it. I want to enroll a patient to a specific course (created using admi...
votes
I am using `Moodle 2.7` and in the `Quiz activity` there is the overview page for **all attempts** of the **learners**. The table is under `mymoodle/mod/quiz/...
votes
After changing in **Moodle** the **html_table** into **flexible_table**, I get the first **row** as completely **empty** and because of that the **sorting** doe...
votes
I've just installed the latest version of moodle on my server but I get the moodle site with no styles as if it can't detect the css sheet. During t...
votes
Currently, moodle support 4 mnet services 1. Remote enrolment service 2. Portfolio services 3. SSO (Identity Provider) 4. SSO (Service...
votes
I have deleted users from moodle but the deleted users still show up in the users list with ability to undelete them. Is there any way to remove the deleted use...
votes
I am currently developing a Moodle Plugin. I have followed the documentation for setting up a moodle block, and installing it. However after I have put the plug...
votes
I have been a searching a lot on this I want to create a course using Web service API of moodle. Things I understood so far are 1. There is a function n...
votes
How to change the contents of this output?? I'm trying to change , but can not find the file q make this change how to edit echo $OUTPUT->main_cont...
votes
I have installed the Homestead VM and setup the Moodle installation folder on my Mac (OSX Yosemite). I also created the 'moodledata' folder and gave it...