2108 solutions found
Page 86 of 106votes
I have a portal called `www.example.com` and a Moodle site called `moodle.example.com`. I have some users on both sites, which have the same usernames and passw...
votes
I'm running Moodle, and have a teacher who receives a notification email anytime a student enrolls in a course (via PayPal enrollment). The email content...
votes
I have a moodle site which is maintained in a personal github repository. When moodle releases a new moodle version, I need to replace files manually to upgrade...
votes
I have defined the variables and data necessary to generate a frequency table in RMarkdown, to export it to Moodle, using R-exams: xsubio<-c(sample(5:...
votes
I'm trying to write some code that downloads content from Moodle website. the first thing was trying and logging in, but from what I've tried so far, i...
votes
I am trying to use the external database log plugin in Moodle to copy over the standard log table into an external database for easier access to do some analyti...
votes
I am using <a href='https://moodle.org/'>Moodle</a> version 3.8.4+ and PHP version 7.2.33 . Today I noticed a strange issue when I was tryin...
votes
We are still absolute beginner in moodle. I will try to phrase our query as clearly as possible. So, the basic requirement for our project is that, we be abl...
votes
I imported the `tstat` exercise given in Zeileis _et al._ (2014) to Moodle using `exams2moodle` from R/exams with default settings. But Moodle does not fully re...
votes
Is it possible to export exercises from R/exams to Moodle without listing the options with (a,b,c,d)? In the image bellow the options with the bullets (a,b,c,d...
votes
I am using the `exams` package, I want to generate some Moodle exercises with it which incorporate some images. Although using this code in a `*rmd` file:...
votes
I am using Moodle to make my subjects exams. I would like to mix a numerical cloze question, with a single-choice or a multiple-choice question. And each questi...
votes
I am using `exams2moodle()` from R/exams to create multiple choice and cloze questions in Moodle. Before preparing exams, I would like to be certain how Moodle...
votes
I am using R exams to create mchoice questions. I really would like to know if it's possible to obtain a "true" button and "false" butto...
votes
I am using R/exams to generate Moodle exams (Thanks Achim and team). I would like to make an introductory page to set the scenario for the exam. Is there a way...
votes
I want to create a Moodle quiz with 300 random replications from 6 exercise templates using `exams2moodle()` from R/exams. The 6 exercise templates depend on a...
votes
I want to use R/exams to create randomised Moodle questions. When I create - by hand - a num question in Moodle, I can add partially correct answers, for typica...
votes
i'm just trying to authenticate moodle with user key authentication using [this](https://github.com/catalyst/moodle-auth_userkey) plugin. but i'm not su...
votes
I'm setting up a single-sign-on feature for moodle from a laravel website. 1. User accesses the laravel site 2. User logs in 3. User clicks a link...
votes
I have two table Table A & Table B. Table A have *userid* and *course_id* and Table B have *userid* & *courseid*. I want one table without all the...