From 6b0400e9cedadbaaba9db6708985f06fd3ea74db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jessica=20H=C3=B6ck?= Date: Thu, 25 Feb 2021 12:19:35 +0100 Subject: [PATCH] Fixed issue: Grammar Correction - Array Dual Scale Question Type - Renamed String and File. --- application/models/Question.php | 2 +- ...-duel-scale.twig => template_array-flexible-dual-scale.twig} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename themes/survey/vanilla/views/subviews/printanswers/question_types/{template_array-flexible-duel-scale.twig => template_array-flexible-dual-scale.twig} (100%) diff --git a/application/models/Question.php b/application/models/Question.php index e89b44c0880..915228b7ac0 100644 --- a/application/models/Question.php +++ b/application/models/Question.php @@ -782,7 +782,7 @@ public static function getQuestionTypeName($sType) public static function getQuestionClass($sType) { switch ($sType) { - case "1": return 'array-flexible-duel-scale'; + case "1": return 'array-flexible-dual-scale'; case '5': return 'choice-5-pt-radio'; case 'A': return 'array-5-pt'; case 'B': return 'array-10-pt'; diff --git a/themes/survey/vanilla/views/subviews/printanswers/question_types/template_array-flexible-duel-scale.twig b/themes/survey/vanilla/views/subviews/printanswers/question_types/template_array-flexible-dual-scale.twig similarity index 100% rename from themes/survey/vanilla/views/subviews/printanswers/question_types/template_array-flexible-duel-scale.twig rename to themes/survey/vanilla/views/subviews/printanswers/question_types/template_array-flexible-dual-scale.twig