2108 solutions found
Page 78 of 106votes
I want to add a Contact Us page to Moodle and I used the below code. But this is not working, I get a completely blank page. Can anybody point out the fault...
votes
what are the possible ways to do this ? Is it possible to have common database for both? P.S.- beginner web developer
votes
i'm programming a mod activity for moodle which load files and show'em to any student who can access to the course. The problem is that handing files...
votes
I want to sell my moodle courses via magento. The process flow is as follows: 1. User creates an account in magento (shopping cart). 2. User purchases a...
votes
I've created a fresh install of Moodle 2.5. I installed successfully, I thought. I have not customized the theme, so it can NOT be theme-based. TinyMCE&#...
votes
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
I am new to SCORM and I found a library at http://pipwerks.com/downloads/ I tried using the sample code in SCORM Cloud, and it worked. <!-- language: l...
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 trying to assign a role using webservice. I have tried the below code to assign the role. $user_id= 35; $context_id=1; $role_id=5;...
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...