Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Deferred
-
Affects Version/s: 1.9.4
-
Fix Version/s: None
-
Component/s: Module: FaceToFace
-
Labels:None
-
Environment:Moodle 1.9.4+, apache 2.2.8, mySQL 5.0.27, PHP 5.2.5
-
Database:MySQL
-
Affected Branches:MOODLE_19_STABLE
Description
It would be nice to have the ability to mark students as late, excused, no show, etc from the take attendance screen. This would allow greater reporting and better record keeping for those that need to track who shows up and who doesn't See http://moodle.org/mod/forum/discuss.php?d=117450 for more info.
Hi Scott,
Looking through the tracker I noticed your feature request. What you ask is now possible with version 1.6 of the Face-to-face module.
We have implemented signup status, and currently have the possible attendance values of "Fully attended", "Partially attended", and "No Show". They are selectable on the take attendance page via a drop down, and due to the way it is coded it would be trivial to add more options.
The new module also allows a user to signup to another session if they are marked as a no show.
The only tricky part I could see would be adding the code to set grade for the new values (although that wouldn't be that hard). Partially attended currently equals a 50% grade, and fully attended a 100% grade.
Cheers,
Aaron