Questions tagged as 'moodle'

0
answers

Debug variables in mustache

People the mustache promises to work wonders but it is not being my case. Moodle is PHP but the themes now use mustache, but the code of the screens generated by such mustache are something like this: <nav class="list-group m-t-1"> {{/sh...
asked by 20.09.2017 / 22:26
0
answers

Notifications Moodle

Does anyone know how I can modify the notifications that are sent through the moodle forum? Ex: When creating a topic, I want an email to be sent with a message to the instructor, and to the student another message.     
asked by 12.06.2017 / 20:19
0
answers

Moodle files do not load [closed]

Good evening, I uploaded the Moodle that worked on the wamp for hosting and when I try to access the course materials they do not upload. PDF files have the following error 'Error: Bad end offset: 475840' no console. I have uploaded ot...
asked by 28.05.2016 / 03:12
2
answers

Help with concatenating

I need to pass a variable inside an array of items, a parameter that only accepts string, but when I pass a variable the API does not accept, it says the parameter is incorrect. Better explaining: var userstocreate = [ { username: 'a...
asked by 19.11.2015 / 12:01
1
answer

Help with moodle Quiz

I would like to create a list of users who, for example, replied "no" to a questionnaire. How can I select these users and send a message? generate a list of users and import, any solution? I have a questionnaire of 16 questions all with 3...
asked by 28.08.2015 / 14:44
1
answer

Translate Moodle theme

I installed the following themes in my Moodle: BCU, Essentials and Klass. But these themes are in English. I accessed some files and translated what was in English, but it did not give 100% right. Some things are still untranslated as seen in th...
asked by 13.10.2017 / 03:12
1
answer

Problem after updating Moodle 2.9 to 3.3.1 - Theme not designed for Moodle version

After upgrading from Moodle version 2.9 to Moodle 3.3.1+ (Build: 20170727), the following error occurs:    Version warning: Theme not designed for Moodle version. Unexpected   issues may occur, please get the correct theme for your Moodle  ...
asked by 03.08.2017 / 20:23
1
answer

Moodle - Creating Themes

Hi, I'm creating a theme for Moodle and I can not install it or make tests, the theme has only 3 files and the .css is blank, just to do tests ... config.php file (it's in the root of the theme that has the theme name, so it's themeTest / c...
asked by 22.03.2016 / 19:30
1
answer

Moodle - Change home structure according to user and keep different in relation to other pages

Good afternoon, My question is this: I need to change the structure of home only from home, instead of leaving 3 columns (navigation, content and aside-right) I will leave only one column that is of the content, I would like to know if I h...
asked by 12.02.2016 / 18:59
1
answer

How to find out the HTML generated by the line echo $ OUTPUT-course_content_header ();

I am modifying a moodle theme, but I can not find some HTML files or at least understand how they are created via backend, I have the following code: <?php echo $OUTPUT->course_content_header(); echo $OUTPUT->m...
asked by 18.02.2016 / 17:31