2108 solutions found
Page 83 of 106votes
I use Moodle on centos7 with Php, Mariadb, Nginx. There are huge number of users that use this Moodle. If the number of users grows more than 300user per sec, t...
votes
I want to generate a matrix with random entries such that the determinant of that matrix is not zero using Maxima and further down the line implement this in ST...
votes
I am trying to customize my Moodle mobile app. I done all the process in github and phonegap. my phone shows a white screen while starting itself. I added r...
votes
I have problem transferring the Moodle e-learning to another server [![enter image description here][1]][1] the error is not helpful, I have tried changing th...
votes
We are using Moodle 3.1.1 and trying to find a way to "Mark activity Complete" (via a link or button) from within each activity instead of going back...
votes
I am using Moodle 3.1+. I have used filepicker to upload a file. It is working fine. But filepicker only shows the uploaded file name. I want to show the uplo...
votes
I have created 2 user profile fields Employee ID (shortname:employeeid) Organisation (shortname:Organisation) Here is my code: SELECT...
votes
I'm trying to create a LTI provider for Moodle. The things that I need from Moodle - course name, students and teachers, as well as enabling a single sign...
votes
I want to use json format for moodle webservices I have configured REST protocol in Site administration / ► Plugins / ► Web services / ► Manage protocols...
votes
I have the following scenario: [![Moodle integration architecture][1]][1] There's a portal page with some content for authenticated users. The authenticat...
votes
I have created a custom block in moodle. The block displays perfectly on admin and manager account. But it doesnt display on the student account. I have created...
votes
I've created all courses in moodle and I've uploaded scorms in hidden status. How do I do to show all scorms from database? Thanks! Edit: I want...
votes
By using Moodle Web Service (REST) call `core_user_get_users_by_field` I successfully get my user details. One of the returned fields is `profileimageurl` that...
votes
I've tested Articulate Storyline Courses on Moodle 2.7 and Android Articulate Mobile Player. In Mobile Player all courses working fine while in Moodle 2.7...
votes
I am configuring Moodle 2.8.1 version. while configuring it loads a page where Server Checks are validated. I have sorted all the errors and now it is displ...
votes
I have implemented logout moodle in my another php application when it logout then moodle automatically logout. when using direct link www.moodle.com/login/l...
votes
I am coding a block type plugin for Moodle and have this JS code that gives me problems. Since I'm not very familiar with JS and JSON I can't deduce wha...
votes
I am new in moodle and I am trying to create rest api in moodle to add a new quiz in moodle with following code. It adds the entry in quiz table but it's no...
votes
is there any simple way to create new array with extra value ? $table->data = array( array('Harry Potter', '76%', 'Gettin...
votes
I created some additional webpages (php files) in Moodle. They're accessible of course from the appropriate path (e.g. "..my_folder/page.php")....