public function __construct()
 {
     global $PAGE;
     $path = '/question/type/transcription';
     //$PAGE->requires->js($path.'/js/IPA_buttons.js', true);
     $PAGE->requires->jquery();
     //$PAGE->requires->js($path.'/js/IPA_buttons_upgrade.js', true);
     $PAGE->requires->js($path . '/js/inline.js', true);
     parent::__construct(new question_first_matching_answer_grading_strategy($this));
 }
 public function __construct()
 {
     parent::__construct(new question_first_matching_answer_grading_strategy($this));
 }