Posts made by Joseph Rézeau

Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators

Hi Tim!

As stated in one of my earlier posts, when I run php admin/tool/behat/cli/init.php I get: Result: Error: Composer dependencies are not installed. 

I have traced that error message to C:\wamp64\www\moodletest\lib\behat\classes\behat_command.php

public static function are_behat_dependencies_installed() {
        if (!is_dir(__DIR__ . '/../../../vendor/behat')) {
            return false;
        }

and now I see that I have no /vendor/behat folder anywhere inside my C:\wamp64\www\moodletest/ folder.

What does __DIR__ . '/../../../vendor/behat' mean?

When I previously installed composer on my Windows box, it installed itself here: "C:\Users\All Users\ComposerSetup". Should composer reside somewhere else? Composer is in my path at C:\Users\josep\AppData\Roaming\Composer\vendor\bin.

Now time to go to bed and sleep over it.💤🛏️

Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators

@Alfredo "a possible analogy is the questionnaire quiz [...] it does not send you to create the questions, that's what the question bank is..."

In Moodle, the Quiz and the Questionnaire are 2 totally different and un-related activities. Quiz is part of Moodle core, whereas Questionnaire is a contributed plugin. The confusion is often made by Spanish-speaking Moodlers, because they refer to the word cuestionario.😉

Average of ratings: Useful (3)