Fixing languages shown in multiple questions -refs #6648

1.9.x
unknown 11 years ago
parent e0b209615a
commit a76d375db2
  1. 2
      main/exercice/multiple_answer_true_false.class.php

@ -27,7 +27,7 @@ class MultipleAnswerTrueFalse extends Question {
parent::question();
$this->type = MULTIPLE_ANSWER_TRUE_FALSE;
$this->isContent = $this-> getIsContent();
$this->options = array(1=>get_lang('True'),2 =>get_lang('False'), 3 =>get_lang('DoubtScore'));
$this->options = array(1 =>'True',2 =>'False', 3 =>'DoubtScore');
}
/**

Loading…
Cancel
Save