diff --git a/main/exercise/ReadingSpeed.php b/main/exercise/ReadingSpeed.php index 925b2048eb..3cf64c267b 100755 --- a/main/exercise/ReadingSpeed.php +++ b/main/exercise/ReadingSpeed.php @@ -4,20 +4,17 @@ use ChamiloSession as Session; /** - * Class UniqueAnswer + * Class ReadingSpeed * - * This class allows to instantiate an object of type UNIQUE_ANSWER - * (MULTIPLE CHOICE, UNIQUE ANSWER), + * This class allows to instantiate an object of type READING_SPEED * extending the class question * - * @author Eric Marguin - * @author Julio Montoya * @package chamilo.exercise **/ class ReadingSpeed extends UniqueAnswer { public static $typePicture = 'reading-speed.png'; - public static $explanationLangVar = 'ReadingSpeed'; + public static $explanationLangVar = 'ReadingComprehension'; /** * Defines the different speeds of scrolling for the reading window, diff --git a/main/img/icons/128/reading-speed.png b/main/img/icons/128/reading-speed.png new file mode 100644 index 0000000000..0f67e27216 Binary files /dev/null and b/main/img/icons/128/reading-speed.png differ diff --git a/main/img/icons/16/reading-speed.png b/main/img/icons/16/reading-speed.png new file mode 100644 index 0000000000..655655f6e9 Binary files /dev/null and b/main/img/icons/16/reading-speed.png differ diff --git a/main/img/icons/22/reading-speed.png b/main/img/icons/22/reading-speed.png new file mode 100644 index 0000000000..2a4a593ee0 Binary files /dev/null and b/main/img/icons/22/reading-speed.png differ diff --git a/main/img/icons/32/reading-speed.png b/main/img/icons/32/reading-speed.png new file mode 100644 index 0000000000..e4c8e8f7cd Binary files /dev/null and b/main/img/icons/32/reading-speed.png differ diff --git a/main/img/icons/48/reading-speed.png b/main/img/icons/48/reading-speed.png new file mode 100644 index 0000000000..21034e5d75 Binary files /dev/null and b/main/img/icons/48/reading-speed.png differ diff --git a/main/img/icons/64/reading-speed.png b/main/img/icons/64/reading-speed.png new file mode 100644 index 0000000000..6c9779a204 Binary files /dev/null and b/main/img/icons/64/reading-speed.png differ diff --git a/main/img/icons/svg/reading-speed.svg b/main/img/icons/svg/reading-speed.svg new file mode 100644 index 0000000000..81465e76de --- /dev/null +++ b/main/img/icons/svg/reading-speed.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/main/lang/english/trad4all.inc.php b/main/lang/english/trad4all.inc.php index a30b4ceda7..d6a27eeec6 100644 --- a/main/lang/english/trad4all.inc.php +++ b/main/lang/english/trad4all.inc.php @@ -8001,4 +8001,5 @@ $NewPasswordRequirementMaxXLength = "Maximum %s characters in total"; $YouCantNotEditThisQuestionBecauseAlreadyExistAnswers = "You can't edit this question because answers by students have already been registered"; $Avatar = "Avatar"; $StudyCycle = "Semester"; +$ReadingComprehension = "Reading comprehension"; ?> \ No newline at end of file diff --git a/main/lang/french/trad4all.inc.php b/main/lang/french/trad4all.inc.php index 4fc6ebb566..8adb391654 100644 --- a/main/lang/french/trad4all.inc.php +++ b/main/lang/french/trad4all.inc.php @@ -7948,4 +7948,5 @@ $NewPasswordRequirementMaxXLength = "Maximum %s caractère(s) au total"; $YouCantNotEditThisQuestionBecauseAlreadyExistAnswers = "L'édition de cette question a été désactivée parce que des utilisateurs y ont déjà répondu"; $Avatar = "Avatar"; $StudyCycle = "Semestre"; +$ReadingComprehension = "Compréhension à la lecture"; ?> \ No newline at end of file diff --git a/main/lang/spanish/trad4all.inc.php b/main/lang/spanish/trad4all.inc.php index 87a8dfa178..d51013fa44 100644 --- a/main/lang/spanish/trad4all.inc.php +++ b/main/lang/spanish/trad4all.inc.php @@ -8016,4 +8016,5 @@ $NewPasswordRequirementMaxXLength = "Máximo %s caracteres en total"; $YouCantNotEditThisQuestionBecauseAlreadyExistAnswers = "No puede editar esta pregunta porque ya existen respuestas"; $Avatar = "Avatar"; $StudyCycle = "Ciclo de estudio"; +$ReadingComprehension = "Comprensión lectora"; ?> \ No newline at end of file