Ejemplo n.º 1
0
 function get_correct_responses(&$question, &$state)
 {
     wrsqz_swap('match', 'wmatprom', $question, $state);
     $response = parent::get_correct_responses($question, $state);
     return wrsqz_get_correct_responses('match', 'wmatprom', $response, $question, $state);
 }