Poster lagt til av Joseph Rézeau

Bilde av Core developers Bilde av Plugin developers Bilde av Testers Bilde av Translators
Current version of Moodle (1.4+) is really lacking a tool for retrieving students' activity in a downloable Excel format.
I am thinking of something along the lines of WebCT's Track Students tool, which neatly displays the following info for students enrolled in one given course:

Personal Information     Access Information         Articles

Full Name User ID First Access Last Access Hits Items Read Posted

(where Articles = Forum discussions in Moodle)

All we have available at the moment is the "people" block, which gives a list of the particpants with their login status (Never or time elapsed since last login). This is not very helpful, and if more details are needed, then the only way is to click on a students' name, which gives too many details and we lose the "class" overview. What is needed is something in between the "minimal" participants list with login dates and the detailed "individual" data.

In the present block: people -> participants -> the list looks like this:
First name  / Surname    City/town    Country    Last access
John Smith    Rennes    France    25 days 23 hours
John Doe    Rennes    France    5 days 3 hours
a) I personally do not find it very useful to have Last access displayed as time elapsed and would find it clearer to have this as a date & time instead (but this is a matter of taste)
b) I really need not one column where first name & last name are put together, but 2 separate columns, sortable, of course. In the present system it is possible to sort the "First name/Surname" column on either First Name or Surname, which is a good thing. Unfortunately, when you do a sort on e.g. Surname, then Surnames are displayed in alphabetical order but, unfortunately First Names are not, which means we can have the following:
Peter Smith    Rennes    France    25 days 23 hours
John Smith    Rennes    France    5 days 3 hours
What is needed here is that when a primary sort is wanted on First Name a secondary sort be done on Surname, and vice versa.

I'd be grateful if someone could suggest ways of overcoming these problems.

Joseph_R

PS Regarding the display of data about students' visits & activity in Moodle in general, I do not care much about graphics being displayed (they are useful, of course) but what I need in order to track my students' activity are data downloadable in Excel format, for further examination, etc.

Bilde av Développeurs Bilde av Développeurs de plugins Bilde av Testeurs Bilde av Traducteurs
Vincent,
Je suis surpris d'apprendre qu'on peut installer un Moodle chez free.fr
Lorsque j'avais essayé et renoncé, il y a un an environ, j'avais cru comprendre que ça ne pouvait pas fonctionner parce que l'hébergeur free.fr n'autorisait pas à donner certains droits en écriture sur les répertoires (ce qui correspond dans le fichier config.php à la ligne : $CFG->directorypermissions = 0777; ).

Je viens d'essayer d'installer Moodle chez free et j'ai plein de messages d'erreurs.
Pourrais-tu m'indiquer ce que tu as mis dans le fichier config.php et ce qui ne va pas dans le mien. Chez free, j'ai installé le répertoire moodle à la racine, ainsi que le répertoire moodledata

<?php  /// Moodle Configuration File
unset($CFG);
$CFG->dbtype    = 'mysql';
$CFG->dbhost    = 'sql.free.fr';
$CFG->dbname    = 'joseph_rezeau';
$CFG->dbuser    = 'root';
$CFG->dbpass    = '';
$CFG->dbpersist =  false;
$CFG->prefix    = 'mdl_';
$CFG->wwwroot   = 'http://joseph.rezeau.free/moodle';
$CFG->dirroot   = '/var/www/html/moodle'; ici je ne comprends pas du tout ce qu'il faut mettre, ce que j'ai mis ne marche pas
$CFG->dataroot  = 'http://joseph.rezeau.free/moodledata';
$CFG->admin     = 'admin';
$CFG->directorypermissions = 0777; est-ce que ça va marcher?
require_once("$CFG->dirroot/lib/setup.php");
// MAKE SURE WHEN YOU EDIT THIS FILE THAT THERE ARE NO SPACES, BLANK LINES,
// RETURNS, OR ANYTHING ELSE AFTER THE TWO CHARACTERS ON THE NEXT LINE.
?>

Merci d'avance,
Joseph R
Bilde av Développeurs Bilde av Développeurs de plugins Bilde av Testeurs Bilde av Traducteurs
> Dans Webct, le prof peut réinitialiser le mot de passe d'un élève à sa "valeur" de début. (Celui affecté au départ par l'administrateur)

Daniel, cette info. me surprend. Nous utilisons WebCT à Rennes 2 depuis plusieurs années et - à chaque fois qu'un étudiant a "égaré" son mot de passe qu'il a lui-même modifié-, je suis obligé de passer par l'administrateur pour qu'il réinitialise le mot de passe. Un simple enseignant n'a pas les "pouvoirs" de faire cette réinitialisation.
Nous utilisons WebCT Version 3.8 Campus Edition.

Merci de confirmer.

Joseph_R