LMSouq

Knowledge Base

Browse Moodle Solutions

2108 solutions found

Page 87 of 106
0 votes
1 ans
3 views
Don't have enough questions in category to create the question Random

I have 3 categories with several quizzies in it and i can test 2 of them , they work properly, but when i try to test third one i got this error below: T...

general-dev Solved
SA
asked 1 month ago by Sagitarius
0 votes
1 ans
3 views
how to fix ionic application error when we serve the application

When we run this command (ionic lab) then it show this error. how we solve it.. <!-- begin snippet: js hide: false console: true babel: false -->...

general-dev Solved
AA
asked 1 month ago by Aakankshi Gupta
0 votes
1 ans
3 views
Moodle REST API to get all the course list and users enrolled for that particular courses

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...

moodle-core Solved
PA
asked 1 month ago by Pankaj
0 votes
1 ans
3 views
what is the use privatetoken in Moodle REST API response?

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...

moodle-core Solved
US
asked 1 month ago by user3031108
0 votes
1 ans
3 views
RESTful webservice Moodle plugin Authentication fails

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...

moodle-core Solved
US
asked 1 month ago by user3031108
0 votes
1 ans
3 views
How to sum two Maxima/LISP-lists elementwise, in order to use them in a JSXgraph embedded in a Moodle STACK-exam?

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...

moodle-core Solved
SE
asked 1 month ago by sesodesa
0 votes
1 ans
3 views
List course categories on home page moodle

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...

moodle-core Solved
MA
asked 1 month ago by Malay Solanki
0 votes
1 ans
3 views
How to disable https on moodle?

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...

moodle-core Solved
PL
asked 1 month ago by plectranthus
0 votes
1 ans
3 views
create user in moodle through web services php

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....

moodle-core Solved
ZU
asked 1 month ago by Zubair Sultan
0 votes
1 ans
3 views
API test for Moodle (v2.6) with Postman

Objective is to use the Moodle web services to fetch information via Postman. In this case - Webservice function : core_enrol_get_enrolled_users - Alrea...

moodle-core Solved
SH
asked 1 month ago by Shantanu Mitra
0 votes
1 ans
3 views
moodle 3.3.2 change default font

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...

moodle-core Solved
EL
asked 1 month ago by elahehab
0 votes
1 ans
3 views
Get the count from the sql query in moodle

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(&quot...

moodle-core Solved
US
asked 1 month ago by user200
0 votes
1 ans
3 views
MathJax Equations displays vertical line on the right, How to remove?

MathJax Equations displays vertical line on the right, How to remove ? [MathJax Images][1] Mathjax cdn 2.7.1 Moodle version 2.6 [1]: https://i.sst...

moodle-core Solved
MU
asked 1 month ago by Murugesan Rathinam
0 votes
1 ans
3 views
Add new category and custom page into Site Administration menu

I'm trying to add a new feature into site administration menu of moodle as part of a project that I am working on. Right now our customer only needs to inte...

moodle-core Solved
AN
asked 1 month ago by Anthony
0 votes
1 ans
3 views
Moodle - "Can not initialise PHP session, please verify that your browser accepts cookies."

I am unable install MOODLE in localhost as it gives following error: `Can not initialize PHP session, please verify that your browser accepts cookies.` I...

moodle-core Solved
PR
asked 1 month ago by Prabhakar
0 votes
1 ans
3 views
How can I check required_param is set or not in Moodle?

I wanna check `required_param('LType',PARAM_ALPHA)` is set or not? How can I do this? I use this but it it doesn't work correctly: if(!isse...

moodle-core Solved
KA
asked 1 month ago by Karim Pazoki
0 votes
1 ans
3 views
Moodle force privacy policy at first login

I have to include on our `Moodle 2.9.5` a function for the new student, who have to go to a page at `first login` and `confirm` the universities `privacy policy...

moodle-core Solved
ST
asked 1 month ago by StartVader
0 votes
1 ans
3 views
After submitting course create form in moodle 2.8 showing alert "This page should automatically.." message

I am using **moodle 2.8** I have added some css code in course/edit.php to hide some form fields on for trainer/student role. But when I submit form from...

moodle-core Solved
PR
asked 1 month ago by Pravin
0 votes
1 ans
3 views
Moodle function to edit contents

Moodle API has functions like core_course_create_courses() core_course_duplicate_course() core_course_get_contents() These all work fine....

moodle-core Solved
SC
asked 1 month ago by Scott Alexander
0 votes
1 ans
3 views
Moodle flexible_table sorting

I am using `Moodle 2.6` and already rewrote a table from `html_table` to `flexible_table`. I could not figure out, how the `sorting` is working. I set everythi...

moodle-core Solved
ST
asked 1 month ago by StartVader