nvallinoto

Results 45 comments of nvallinoto

after having changed all files I made a new cycle of tests starting from calling the new two web service. After that I launched a merge operation via cli command...

> This error due to the quiz related class is due to the Moodle version. I think you are using Moodle 3.10 or later, and this class exists only on...

> > > This error due to the quiz related class is due to the Moodle version. I think you are using Moodle 3.10 or later, and this class exists...

> Actually, `mod_quiz\quiz_settings` means the expected path is this one: `mod/quiz/classes/quiz_settings.php` or `mod/quiz/classes/settings.php` I have seen inside mod/quiz/classes and don't have both files. What I see are the following files...

> Actually, `mod_quiz\quiz_settings` means the expected path is this one: `mod/quiz/classes/quiz_settings.php` or `mod/quiz/classes/settings.php` I have the settings.php file inside the folder mod/quiz in file quizattemptsmerger.php I have use mod_quiz\quiz_settings;

> settings.php now I have Moodle 4.1.4

what is your actual situation (Moodle version and position of quiz_settings.php) ? I found a quiz_settings.php file here ./mod/quiz/accessrule/seb/classes/quiz_settings.php

since I have Moodle 4.1.4 I need to rebase MOODLE_401_STABLE. right ?

this is what I need to do right ? MOODLE_401_STABLE is a constant ? git checkout master git remote update --prune git rebase MOODLE_401_STABLE

I tried git rebase MOODLE_401_STABLE and received this message: fatal: invalid upstream 'MOODLE_401_STABLE'