Αναρτήσεις που έγιναν από τον/την Joseph Rézeau

Φωτογραφία Core developers Φωτογραφία Plugin developers Φωτογραφία Testers Φωτογραφία Translators

The displaying of the pesky Continue button (in contexts where it is totally useless to the user) has been discussed at length in the Lesson forum and also in bug report MDL-5403.

From what I understand, it is only maintained to preserve accessibility to "non-enabled Javascript" browsers. Need I say that I disagree with Petr Skoda's view that " non-javasciprt compatibility is IMO a must". On the contrary I think that Moodle should be more open to Javascript.

Joseph

Φωτογραφία Développeurs Φωτογραφία Développeurs de plugins Φωτογραφία Testeurs Φωτογραφία Traducteurs

Bonjour Patrice,

Je suppose que tu veux parler du bloc "Article d'un glossaire" (Random Glossary Entry). Effectivement, la présence d'images d'une largeur importante (>200 pixels) dans les entrées du glossaire augmente automatiquement la largeur de ce bloc et peut entraîner des conséquences fâcheuses sur la mise en page de la page d'accueil du cours.

Je propose la solution suivante. Dans l'une des feuilles de style *.CSS du thème utilisé par le cours Moodle, rajouter cette déclaration:

.block_glossary_random img {
max-width:200px;
}

Cette déclaration a pour effet de réduire la largeur de n'importe quelle image affichée dans ce bloc au maximum indiqué ici (200 pixels me semble raisonnable, mais on peut changer).

Testé dans MSIE version 7 : largeur OK, hauteur réduite proportionnellement; FireFox version 2 : largeur OK, hauteur non réduite, image déformée. Résultat du match propriétaire/libre: MSIE 1 point / FF 0.5 points.wink

Je laisse les gurus de php proposer une meilleure solution 100% compatible.

Joseph

Συνημμένο image-0000.jpg
Φωτογραφία Core developers Φωτογραφία Plugin developers Φωτογραφία Testers Φωτογραφία Translators
Timothy > The phrase "Final Answer?" from the unbiquitous quiz series springs to mind.

May I ask where exactly you can see that phrase? which Moodle version?

Joseph

Φωτογραφία Core developers Φωτογραφία Plugin developers Φωτογραφία Testers Φωτογραφία Translators
Jeff >No offence to Tim, whose great work on the quiz module I appreciate!

Of course, this "terminology battle" has nothing to do whatsoever with Tim's great work on the Quiz module (or Mark's great work on the Lesson module).approve I am only trying to promote the point of view of the "end-user" and to make things as clear and simple as possible for the teacher entering their questions. As a language teacher I am obviously concerned with terminology (and maybe sometimes getting carried away...).wink

Joseph

Φωτογραφία Core developers Φωτογραφία Plugin developers Φωτογραφία Testers Φωτογραφία Translators
Whitney > How do you designate which are the correct answers. Is this only done with the "jump to" box at the end of the questions?

Yes!

Joseph