Posts made by Joseph Rézeau

Picture of Développeurs Picture of Développeurs de plugins Picture of Testeurs Picture of Traducteurs
Hello Séverin,
Evidemment, si je pose la question c'est que j'ai essayé, sans résultat jusqu'à présent (paramètres SMTP vides, ou bien avec le nom de mon serveur SMTP (recopié depuis les paramètres de mon logiciel de messagerie)... Je n'ai pas de logiciel de pare-feu (il est incorporé à mon routeur).
J'aimerais juste que quelqu'un qui a vraiment réussi à envoyer des mails depuis un localhost me dise comment il a fait.thoughtful
Merci,
Joseph
Picture of Développeurs Picture of Développeurs de plugins Picture of Testeurs Picture of Traducteurs
Bonjour,
Pour faire mes tests, j'ai une installation locale de Moodle (1.8) sous Windows XP, avec Apache, myQsl, etc. Jusqu'ici je n'ai jamais utilisé l'envoi de mail, mais je voudrais tester l'envoi mail de réponses au module Questionnaire, d'où un besoin nouveau. Est-il possible d'envoyer du mail depuis une installation locale de Moodle (localhost)? Que faut-il paramétrer dans Moodle ou ailleurs dans l'installation PHP? Quelqu'un l'a-t-il fait?
Merci d'avance,
Joseph
Average of ratings: -
Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators

OK, now I understand the problem. It comes from the Cloze type question not accepting a right curl brace } inside the answer text of a SHORTANSWER sub-question.

The left curl brace { is OK, but not the } one.

So these SHORTANSWER sub-questions will unfortunately not work:

  1. {:SHORTANSWER:={a,c,d}#ok}
  2. {:SHORTANSWER:={a,c,d\}#ok}

Well, actually, question #2 would work, but the student would have to enter his response as: {a,c,d\} to be accepted as correct, which is weird (see attached).

I might try to trace the bug and fix it, but I must admit that I have no use for curly braces in my ordinary teaching, which is far removed from maths elementary set theories...wink

Joseph

Attachment image00.jpg