Posts made by Joseph Rézeau

Picture of Développeurs Picture of Développeurs de plugins Picture of Moodleurs particulièrement utiles Picture of Testeurs Picture of Traducteurs
Hello Mary!
Ta capture d'écran montre exactement le problème souligné par Daniel. Il n'y a pas de case à cocher, seulement un "bouton" indiquant "Marquer comme terminé"... et Daniel dit que les étudiants ne voient pas que c'est un "bouton" qu'il faut cliquer et non pas une "case à cocher".
Average of ratings: Utile (1)
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators
Thanks Philipp and Marcus... still no joy!
I've been to MDL-79953 and tried Andrew Lyons suggestions.
If I do: 
npx grunt gherkinlint --debug --root=mod/forum

(or any other plugin on my Moodle test site) it does it's thing, i.e. it checks the files inside mod/forum only.

But that is not the task I want grunt to do, I want it to watch/build an AMD script (restricting the task to an AMD folder only). By the way, with npm tasks I'm used to running npm watch and npm run (e.g. when working on the H5P libraries). But I see no "run" command in grunt. Is "watch" the same as "run" for grunt?

Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

On page https://moodledev.io/general/development/tools/nodejs the doc. says "You need to cd into the amd folder of your module root, for example dirroot/blocks/foo/amd, before running grunt amd (this will compile only your plugins AMD source files)."

But when running Grunt on my local Moodle Windows install inside one AMD folder I find this does not work as expected: Grunt seems to run all over Moodle, re-building/compiling all the AMD modules!

Any idea?

Average of ratings: -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

"teachers can practice quizzes but they cannot share the attempts to the senior teacher"

The reason is evident: teachers can take quizzes (to see if quizzes work as expected), but their attempts are not saved on a Moodle site; only students' attempts are saved.

From what you explain it looks like on your Moodle site (or course) the "ordinary" teachers are considered as "students" from the point of view of the "senior teachers". This does not work when using normal roles in Moodle. You might perhaps achieve what you want by creating special roles, but I doubt it.

Average of ratings: Useful (2)