ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Student Activitiy Tracking


  • 2009-07-13 01:09:42

    Student Activitiy Tracking

    Does anyone know if any "student activity tracking" code has been developed?

    I would like to be able to track each time a student logs into the website, the times they log off (then calculate their session time) and display all test attempts for that user.

    It would also be good to have a reporting function which displays "all student activity" and "single student activity".

    If nothing like this has been developed, advice on how you think it should be approached would be greatly appreciated, (should it be a new module or patch, which files/functions to target, etc).

  • 2009-07-13 08:54:38

    Re: Student Activitiy Tracking

    Have you found the Tracker tool. It will give some of what you're looking for.

    Tracking is done in include/vitals.inc.php

    A patch or a module. Create a new tracker as a module, or modify the old one with a patch. If the latter, be sure you are working with an up to date checkout from the subversion repository.

  • 2009-07-14 17:36:57

    Re: Student Activitiy Tracking

    If you have created a scorm course/test how is ATutor updated for the results of a test? Where would this information be stored?

    TIA