Posts made by Joseph Rézeau

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

I have already reported this issue on GitHub here: Serious display issue in Moodle 4.5 #612

Pending a fix in a new released version you can add this CSS to your theme's Advanced settings:

#page-mod-questionnaire-questions .qcontainer .qnums ~ input[type=image] {
    max-height: 1em;
}

Average of ratings: Useful (4)
Picture of Développeurs Picture of Développeurs de plugins Picture of Moodleurs particulièrement utiles Picture of Testeurs Picture of Traducteurs

Daniel,

Sur la page du plugin on peut lire "There is no link to it from the administration block, however, it may be accessed by browsing to the URL yourmoodlesite.com/admin/tool/health/."

Il n'y a pas de lien vers cet outil à partir du volet d'administration, mais il est possible d'y accéder en naviguant sur l'URL yourmoodlesite.com/admin/tool/health/.

PS. Ce plugin Health ne fonctionne pas sur Moodle 4.5.

Average of ratings: Utile (2)
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Great job, Oliver! I knew you would take up the challenge.😉

As an experiment I have fixed both SingleChoiceSet and Summary with your pull requests; I have upgraded both libraries by increasing their patch number. I have uploaded the saved contents to my Moodle local test site and I am pleased to report that now all is looking as expected as can be seen on the attached screenshots for Summary. All is left to do now is to wait patiently for H5P team to merge your PRs and release new versions of those 2 contents...

------------

Average of ratings: Useful (1)