2108 solutions found
Page 88 of 106votes
I created new table in moodle by phpmyadmin. Now I want to insert data into new table "dev". I got ***Error writing to database***. my code is......
votes
I have used following code for getting category and corresponding course detail in MOODLE global $DB; $catlist = $DB->get_records_sql(...
votes
Is there any way of showing list of most popular course and categories in moodle. Is there any inbuilt Plugin for it or it can only be done by writing custom pi...
votes
I am trying to create a user in moodle via webservice .The user is created successfuly but the custom field is not filled.Can anybody redirect me towards the so...
votes
I'm facing a problem: I want to update a record that being inserted to a table with trigger: DELIMITER $$ CREATE TRIGGER moodle.update_lang...
votes
I'm trying to build the right response function in my moodle webservice. I printed the php structure of my json response: <!-- begin snippet: js hide...
votes
I'm generating Moodle cloze exercises using the `exams2moodle` function from R's `exams` package. For students using the Chromebooks or the Chrome br...
votes
Our department is just starting the process of moving our questions into R/Exams. Up until now we've been using an in-house system that allows for "fol...
votes
I'm using Moodle 3.8.4 connected with the Azure Database for MySQL server. I'm trying to duplicate an activity by right-clicking on an activity and sele...
votes
I maintain Moodle 3.10 and with Ubuntu 18.04 (php/7.2/fpm fast cgi), 32 GBRAM and works well with 70 concurrent users to take quiz through intra network. They a...
votes
In the query below, it is currently displaying user that is enrolled in courses. I would like the query to show non enrolled user also. SELECT user.first...
votes
I want to generate electric circuit picture using circuitikz packages and r-exams in R markdown. I already include circuitikz package in header-includes, it...
votes
So we are running a Moodle 3.7 system. Is it not possible to delete the Topic 0 section? The gear icon doesnt show the delete option like it does for other sec...
votes
I would like to know more about the `attachments` option in `\exextra`. Does this option allow the attachment(s) from students when they are submitting their an...
votes
Is it possible to control the lengths of answer boxes in the Moodle from R-exams? The image below shows that the boxes have different lengths which probably cor...
votes
I am developing a Moodle website using SSO. I have configured auth_saml2 moodle plugin and I have tested with test login. I am getting error > Exception...
votes
In order to include statistical tables when using R-exams, I know that one can just use the option `pages` inside the function `exams2nops()`. But when using `e...
votes
I have a VPS where a moodle site is working (4GB, 4CPU,Centos). In its domain a production site and another subdomain a test site is functional. I would like t...
votes
I need some help installing Moodle v3.7.2. I've passed all checks for server configuration during installation, except for the fact that the site is recogn...
votes
I want to do with configuration settings [![Student can enable turn editing][1]][1] [1]: https://i.sstatic.net/4FNIQ.png Please suggest the best po...