521 solutions found in moodle-core
Page 13 of 27votes
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
There is any Moodle REST API available to get all the course name list and all the users enrolled for that particular courses. Someone suggest the answer u...
votes
I am using Moodle core REST API and I am following [this Stackoverflow][1] answer for my login request. login end-point is working successfully. API Request...
votes
I am using moodle rest plugins for mobile web-services and from [this tutorial][1] I have enabled rest API and other related services as per the documentation w...
votes
What the title says. I'm trying to build a graphical, two-variable optimization problem for students to solve using the [STACK-type](https://github.com/math...
votes
I am new in Moodle. How can I list / get all course categories? I want to display course categories at front end. I tried with custom queries but my lesser exp...
votes
I've recently upgraded my moodle site from 2.9 to 3.4. Https was only enabled on login page. After the upgrading https is enabled on the whole site. Now so...
votes
I am trying to create a user through web services in Moodle by using PHP and I am using ws function: `core_user_create_users`. but it gives me an error....
votes
Objective is to use the Moodle web services to fetch information via Postman. In this case - Webservice function : core_enrol_get_enrolled_users - Alrea...
votes
I want to change moodle's default font. I used [this][1] link but it didn't work. I changed theme css and added fonts to a new folder but nothing change...
votes
I am trying to fetch the number of rows for a query using a Moodle function. This is what I have done so far: $records = $DB->get_records_sql("...