Face to Face - Cancellation

Face to Face - Cancellation

by Greenleaf House Training -
Number of replies: 2

Hi all

As admin when I go to cancel someone's attendance it doesn't allow me to put in the reason.  I would also like to be able to edit the ones on the system to give a reason so that we can monitor the reasons. 


thanks 

Average of ratings: -
In reply to Greenleaf House Training

Re: Face to Face - Cancellation

by Melanie Scott -
Picture of Particularly helpful Moodlers
You could login as that person and cancel.

If you go to the background tables and you can figure out which entry is which person, in the mdl_facetoface_signups_status table, there is a column called 'note' this is where the reason goes. Statuscode 10 is cancelation. This table does not include username or course identifiers, so you would have to find that session by backtracking through other tables. It is doable but time consuming and, as you are fiddling with the actual data and tables, dangerous.

1 find session id (usually available in the URL)...go to mdl_facetoface_signups and find the signup id for that user (requires userid). Then go to _signups_status and search using the signup id--edit.

edit: I'm adding that I don't recommend this but it is possible. It is also a lot of work for very little payoff. I say this because...well, I've done similar stuff and it is rarely worth it.
In reply to Melanie Scott

Re: Face to Face - Cancellation

by Greenleaf House Training -
Thanks, Melanie, I will just leave it and going forward I can do it as you described.

Thanks again.