LMSouq

Knowledge Base

Browse Moodle Solutions

2108 solutions found

Page 78 of 106
0 votes
1 ans
3 views
Add a Contact Us page to Moodle

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

moodle-core Solved
KO
asked 1 month ago by koli
0 votes
1 ans
3 views
How to write a code such that if we change in 'moodle' password, and it automatically update password in 'joomla'?

what are the possible ways to do this ? Is it possible to have common database for both? P.S.- beginner web developer

moodle-core Solved
AN
asked 1 month ago by ancho
0 votes
1 ans
3 views
How to store file and retrive it correctly with moodle file api?

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

moodle-core Solved
AE
asked 1 month ago by AeonDave
0 votes
1 ans
3 views
Magento - moodle connection

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

moodle-core Solved
SA
asked 1 month ago by Sanju Sanju
0 votes
1 ans
3 views
TinyMCE file picker in Moodle 2.5 is not loading

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

moodle-core Solved
DG
asked 1 month ago by dglickler
0 votes
1 ans
3 views
Moodle moodleform::validation()

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

moodle-core Solved
NE
asked 1 month ago by Neeraj
0 votes
1 ans
3 views
Generate SCORM for moodle from PHP

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

moodle-core Solved
KI
asked 1 month ago by Kioko Kiaza
0 votes
1 ans
3 views
Download SCORM from Moodle

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

moodle-core Solved
HO
asked 1 month ago by Howie
0 votes
1 ans
3 views
Initializing SCORM using APIWrapper.js always returns false

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

general-dev Solved
MA
asked 1 month ago by Mayfield Four
0 votes
1 ans
3 views
Moodle errors with Debian Warning: mkdir()

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

moodle-core Solved
US
asked 1 month ago by user1738379
0 votes
1 ans
3 views
How to add search form in moodle?

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

moodle-core Solved
UM
asked 1 month ago by Umarfaruk M
0 votes
1 ans
3 views
Moodle and SCORM .zip packages

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

moodle-core Solved
IN
asked 1 month ago by insominx
0 votes
1 ans
3 views
How to upload excel file to import `question_bank` in Moodle?

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

moodle-core Solved
DA
asked 1 month ago by dakiquang
0 votes
1 ans
3 views
Moodle Installation Error

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

moodle-core Solved
BI
asked 1 month ago by BillPull
0 votes
1 ans
3 views
Authentication without password on Moodle

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

moodle-core Solved
PO
asked 1 month ago by poslinski.net
0 votes
1 ans
3 views
Try/catch is ignored in Moodle/PHP when using httpful within a class

I have the following PHP script, test.php in my Moodle plugin: <?php include('lib/httpful/httpful.phar'); try{ $respon...

moodle-core Solved
AL
asked 1 month ago by Alex Black
0 votes
1 ans
3 views
Moodle user enrollment to a course using Api

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

moodle-core Solved
VA
asked 1 month ago by Varun Sreedharan
0 votes
1 ans
3 views
Cannot assign role to user using web service

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

general-dev Solved
AK
asked 1 month ago by Akhilesh
0 votes
1 ans
3 views
Show data only to selected user in Quiz activity

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

moodle-core Solved
ST
asked 1 month ago by StartVader
0 votes
1 ans
3 views
Moodle flexible_table shows empty first row

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

moodle-core Solved
ST
asked 1 month ago by StartVader