Posts made by Joseph Rézeau

Moodle in English -> Lesson -> Scenarios -> Re: Scenarios

by Joseph Rézeau -
Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators

Hi Frank and Peter (and other moodlers using the Lesson module for scenarios). For anyone reading French, you may be interested in the article I wrote about my use of the Lesson module for a typical "maze" scenario activity. « Un cas particulier du scénario dans l'apprentissage des langues : le labyrinthe (action maze) », Alsic, Vol. 11, n° 2 | 2008.

Joseph

Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators
No, Tim, I haven't. But if an admin has to search the moodle code for $CFG->enableajax in order to understand the workings of that Enable AJAX setting, then it does mean that that setting is pretty obscure and not self-explanatory, don't you think?
Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators
For Moodle 1.9 at least, should be:
body#course-view.editing .commands a {
visibility: hidden;
}
body#course-view.editing .activity:hover {
background-color: #eee;
}
body#course-view.editing .activity:hover .commands a {
visibility: visible;
}
body#course-view.editing .commands a.editing_update {
visibility: visible;
padding-left: 0.5em;
padding-right: 0.5em;
}