src/transformer/events/mod_quiz/question_answered/handler.php
Showing 5 of 5 total issues
Avoid too many return
statements within this method. Open
Open
return matching($config, $event, $questionattempt, $question);
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return numerical($config, $event, $questionattempt, $question);
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return shortanswer($config, $event, $questionattempt, $question);
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return multichoice($config, $event, $questionattempt, $question);
- Create a ticketCreate a ticket