LMSouq

Knowledge Base

Browse Moodle Solutions

Clear

521 solutions found in moodle-core

Page 19 of 27
0 votes
1 ans
3 views
Get first date from timestamp in SQL

I have in my Moodle `db` `table` for every `session` `sessid` and `timestart`. The table looks like this: +----+--------+------------+ | id | sessid...

moodle-core Solved
ST
asked 1 month ago by StartVader
0 votes
1 ans
3 views
Moodle: Using SQL IN operator in $DB->get_records_sql

I can't seem to get the SQL IN operator to work with the correct moodle way of inputting variables into the sql string. When I do this: $activitie...

moodle-core Solved
DA
asked 1 month ago by David North
0 votes
1 ans
3 views
Using AMD and Moodle

I am trying to use jQuery in a module I am building for Moodle but I am facing a lot of problems. Based on the quide here [Moodle Docs][1] I created the fold...

moodle-core Solved
CH
asked 1 month ago by Christos312
0 votes
1 ans
3 views
Display SCORM content in Android

I have an native Android **Moodle** based application wherein I have to display the courses which are in **SCORM** format in the application. Can someone ple...

moodle-core Solved
ZE
asked 1 month ago by Zeba
0 votes
1 ans
3 views
How to assign teacher role to new user in moodle?

I created a **new user** in a **moodle** site and I want to assign **teacher role** to this user. I tried to achieve this using the below steps: 1. Site...

moodle-core Solved
BL
asked 1 month ago by Blue Rose
0 votes
2 ans
3 views
Moodle - how to add pages/items in navigation bar

Hey I just started using moodle and the first problem is: how to I add pages e.g. About us , Contact us. Do I have too add it manually? Where do I have too c...

moodle-core Solved
LE
asked 1 month ago by LeRoy
0 votes
1 ans
3 views
Single Sign On in Moodle with external login form

I'm developing a moodle site where I have to use an external service for authenticating users. This SSO service should be the only form of authentication....

moodle-core Solved
RE
asked 1 month ago by Regicollis
0 votes
1 ans
3 views
Where are the log files located in Moodle?

I need to locate where the logging data is stored in Moodle. In the Moodle database there is a table called 'log' where log data is stored. However, I c...

moodle-core Solved
AL
asked 1 month ago by Aldo Paradiso
0 votes
1 ans
3 views
There is no Sample ( demo ) data for Moodle?

I usually use wordpress, and i can at any time, download a demo data, to test a full functional website wordpress with demo data ( i import xml file with wordpr...

moodle-core Solved
EL
asked 1 month ago by elarib
0 votes
1 ans
3 views
Moodle user enrollment API

I have been asked to create an engine that transform our data on SQL to Moodle data (user, courses, enrollments). i got stuck at a point where i need to enro...

moodle-core Solved
JO
asked 1 month ago by Johnny Zghaib
0 votes
1 ans
3 views
Create Moodle course dynamically using API

I have been asked to create an engine that will take a course(name, short-name, category) from our local database and add it to moodle. I am thinking of usi...

moodle-core Solved
JO
asked 1 month ago by Johnny Zghaib
0 votes
1 ans
3 views
PHP calculate half of 8 hour working day

We have `Moodle` `plugin`, where we add the `travel time` of each employee. Until now, we calculated the duration of the travel time in `days`, as we added th...

moodle-core Solved
FR
asked 1 month ago by freudsfreund
0 votes
1 ans
3 views
Upload courses to Moodle via FTP

I have a very large Moodle `.mbz` backup file of a single course - Slightly over 1GB. I need to upload this backup to the server, but of course the file manager...

moodle-core Solved
JA
asked 1 month ago by James Paterson
0 votes
2 ans
3 views
How to resolve moodle fresh installation issue mysql_full_unicode_support#File_format and mysql_full_unicode_support#Large_prefix

I am very new to Moodle. When i am trying to install this i got this issue(Please ref screenshot). [![enter image description here][1]][1] [1]: https:/...

moodle-core Solved
OM
asked 1 month ago by omkar
0 votes
1 ans
3 views
Moodle 3.5 with Reverse proxy

I'm having troubles setting up a moodle instance behind an apache proxy. Here's my apache front-end that proxies to the running server. <Vi...

moodle-core Solved
EL
asked 1 month ago by eluish192
0 votes
1 ans
3 views
Accessing a Moodle server's API via Python's request library

I'm trying to access the web services of a Moodle installation I have using Python's requests library. I have the API's documentation and an exampl...

moodle-core Solved
GR
asked 1 month ago by grhmstl
0 votes
1 ans
3 views
How to Interact With Moodle REST API

so i want to build mobile app with flutter like moodleApp, so that app just fetch api from the existing moodle web, then, does moodle provid API to be used fre...

moodle-core Solved
AK
asked 1 month ago by Akbar Ismail
0 votes
1 ans
3 views
video plug-in for moodle

currently the moodle that we are using doesn't have a video plug-in.i have developed a video plug-in for moodle.I would like to add the plug-in to the Mood...

moodle-core Solved
SI
asked 1 month ago by sidsag
0 votes
1 ans
3 views
the cmi.total_time parameter does not return anything

I am programming a SCORM 2004 product. I can update the session_time, it works. I can set the status (passed, failed, etc...) I also can get the cmi.location...

moodle-core Solved
NE
asked 1 month ago by Nephila
0 votes
1 ans
3 views
how to check whether user are login in moodle?

Currently I'm using moodle to create a site. I want to create a function if user not login they will redirect to the login page. How can I do that in mood...

moodle-core Solved
BE
asked 1 month ago by Beginner Pogrammer