-
Improvement
-
Resolution: Fixed
-
Minor
-
2.6.11, 2.7.9, 2.8.7, 2.9.1
-
None
-
2014090103
-
MOODLE_26_STABLE, MOODLE_27_STABLE, MOODLE_28_STABLE, MOODLE_29_STABLE
-
MOODLE_29_STABLE
When exporting data from a scheduler, the output is rather basic. It currently only includes:
- Date
- Start Time
- End time
- Slot Type
- Teacher (or whatever your attender role is named)
- Attendee
Some information that would be very helpful to add is:
- Attendee email address
- Meeting location
- Grade (if enabled)
- Comments and notes left for each slot/student
Some improvements to the existing exports are:
- Split up names into separate firstname and lastname columns (so that they are sortable) for both attenders and attendees. Currently, the first/lastname are included in a single cell making it difficult to sort.
- If more than one student can sign up for a slot, create a new ROW for each student (which would hold notes for the individuals) that belongs to that slot. Currently, if there is more than one student in a single slot, it will add all of them to a single cell.
That's about all I've thought of for now... the important thing is adding the email addresses, meeting locations, and comments/notes.