Send e-mail ONLY when Quiz is passed

Re: Send e-mail ONLY when Quiz is passed

by Gerrit den Hertog -
Number of replies: 0

Alright!

I think I got it:

/// Send emails to those who have the capability setif ($finishattempt && !$attempt->preview && quiz_get_best_grade($quiz, $USER->id)>15)

Does the trick.