2108 solutions found
Page 95 of 106votes
I have an iframe which is pointing to a moodle site. I need to pass to it my username and password, so that when the iframe is loaded, I am automatically logged...
votes
I'm using LDAP to create users in [Moodle][1]. However, after creating an user (adding to LDAP and running the sync script) i want to enroll that user to a...
votes
I'm experiencing a problem regarding Moodle. I've made an install into a Linux server, but CSS and themes are not displaying so i have only plain te...
votes
I need to show all moodle courses in menu listing. Can anyone suggest me that how can I get all courses using php code or moodle inbuilt functions. Thanks
votes
I'm trying to setup Moodle 2.3 (not 2.5) ver with nginx latest build. There was some advice on this site before. One of them: https://stackoverflow.com/ques...
votes
How to get context/role of logged in user in moodle? I am trying to implement a context-aware block. The block would suggest the right quizzes to its users bas...
votes
Is there a way to use MarkDown's fixed-width code blocks in a quiz question? I'm writing my quiz questions in my text editor in the ["GIFT"...
votes
Hi I recently got used to moodle http://moodle.org. I want to use the official Moodle App for IOs/Android. However I want the language to be german when using...
votes
Is there a way to remove multiple courses at once? It seems I can only do this one by one. Perhaps there is a better way, but I haven't found anything y...
votes
>D:\wamp\www\moodle35>cordova build android cordova-android-support-gradle-release: Android platform: V7.1.2+ cordova-android-support-gradle-rel...
votes
Is there any way to add dynamic content in Moodle pages? I have used Pages Plugin to create pages but I am not getting a way to add dynamic content in it.
votes
I am trying to get the xmlrpc extension to work for php5 in MAMP (1.8.4). I checked what version of PHP 5 was installed: $ /Applications/MAMP/bin/php5...
votes
While browsing [Moodle's][1] source code I stumbled across this: **repository/recent/lib.php** public function get_listing($encodedpath = '...
votes
I am trying to use video.js to prevent fast-forward, but allow rewind, for mp4 videos on a Moodle site. It is working properly in Chrome and Opera, but when I t...
votes
How do I separate the blocks when editing a template? Example: <?php echo $ output->blocks('course_summary', 'cssCourse'); ?>...
votes
I want to disable user modification of their email account after registration in Moodle 3.1.7 I tried this with no luck https://moodle.org/mod/forum/discuss....
votes
My goal is to create a question using R/exams and Moodle including a few plots generated in the Rmd exercise file. The students should describe the plots verbal...
votes
I am running two different sites on two different servers with two different domains. One site is running Joomla, the other Moodle. I have configured the Moodle...
votes
There is a platform like moodle made in django or some kind of interface django/moodle?
votes
I have a project that uses the moodle library. I had to change the URL from moodle.example.com to learn.example.com, due to a client request. I thought this...