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
Michael > If a teacher exports the results of a "anonymous" survey in a textfile he exports also the email addresses...

This is not true of current text export for anonymous surveys in moodle 1.8 and 1.9. Which versions (of Moodle and Questionnaire) are you using where you are getting this data? Here is an extract from a text export of a 1.9 questionnaire:

Response Submitted on: Institution Department Course Group ID Full name Username

289 15/05/2007 23:15 Questionnaire module Demo Anonymous

As you can see, the email address is not exported, ID and Username are empty and Full name is set to Anonymous.

Joseph

Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators
Tim > I did not know that you used to be able to double click on a function name. PDT works for me holding down CTRL key on my keyboard, then clicking on the function name.

Same with me, using Eclipse SDK Version: 3.3.0, nothing happens when double-clicking a function name, but as you say, holding down CTRL key (this changes all the function names to hyperlinks) and clicking on the desired function name to get sent to that function's definition in the file where it resides.

Maybe this is configurable and Süreç has customized her keyboard shortcuts?

Joseph

Picture of Développeurs Picture of Développeurs de plugins Picture of Moodleurs particulièrement utiles Picture of Testeurs Picture of Traducteurs
Tu as quelle version de 1.9 ?
J'ai résolu le problème comme indiqué par Dakota, en commentant les lignes
/*
 if (extension_loaded('tokenizer')) {
 include_once "$CFG->dirroot/$CFG->admin/mnet/MethodTable.php";
 $functions = (array)MethodTable::create($filename,false);
 }
*/

et ça a marché (sur 1&1, en local je n'avais pas de problème).
Joseph