Update language variable to ReadingComprehension in question.class.php - refs GH#1896

pull/2487/head
Yannick Warnier 9 years ago
parent 6838a1d7c1
commit 4e0402753e
  1. 2
      main/exercise/question.class.php

@ -54,7 +54,7 @@ abstract class Question
MATCHING_DRAGGABLE => ['MatchingDraggable.php', 'MatchingDraggable'],
//MEDIA_QUESTION => array('media_question.class.php' , 'MediaQuestion')
ANNOTATION => ['Annotation.php', 'Annotation'],
READING_SPEED => ['ReadingSpeed.php', 'ReadingSpeed']
READING_SPEED => ['ReadingSpeed.php', 'ReadingComprehension']
);
/**

Loading…
Cancel
Save