Tagged Questions
2
votes
1answer
311 views
js_init_call gives Cannot call method 'init' of undefined in Moodle block plugin
I have a moodle block plugin where I'm trying to include javascript in the page.
No matter how I try, the javascript called by the js_init_call always throws an error instead of running I've tried ...
0
votes
1answer
431 views
Moodle Authentication Plugin. What am I missing?
I am trying to manually authenticate an user in moodle using authentication plugins, but I don't understand everything that is needed for the whole process to work. So, some suggestions on what I am ...
0
votes
1answer
206 views
Url login on Moodle
I would like to make it possible to redirect users from a site to my Moodle installation, providing two encrypted parameters in the url. Based on these parameter, Moodle should authenticate the users ...
0
votes
1answer
75 views
Moodle: Dynamic role assignment based on quiz result
is it possible to perform a dynamic role assignment based on a quiz result in Moodle?
How it should work:
- a new user answers the questions in a special "startup" quiz
- based on the result, the ...
3
votes
1answer
205 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 hex keys in the query string which are ...
-1
votes
4answers
216 views
Moodle Mobile Framework or plugin
I would like to know if there is a plugin for Moodle. to port it onto Mobile Browsers.
Main Feature am looking for is Attendance module.
-1
votes
2answers
187 views
offline browsing for moodle [closed]
Here in srilanka we don't have much internet facilities, we are using Moodle in our universities,but when we go home there is no way to browse the net, so my question is, is there any capability of ...
2
votes
2answers
2k 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.
1
vote
1answer
769 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 randomly generated salt for each user. The ...
1
vote
1answer
166 views
integrating a plug-in into moodle
am tryng to integrate a video plug-in into moodle.
But i tried copying the plug-in to the /mod/ directory. But still,our module has not been included under notifications in Moodle.
We consulted the ...
4
votes
5answers
899 views
video plug-in for moodle
currently the moodle that we are using doesn't have a video plug-in.i have developed a video plug-in for moodle.I would like to add the plug-in to the Moodle software that is being used in our ...
0
votes
4answers
363 views
plug-in for MOODLE
How can i add a plug-in that i developed in MOODLE, considering the fact that MOODLE is an open source project?