Skip to content

Commit

Permalink
Fixed issue: Grammar Correction - Array Dual Scale Question Type
Browse files Browse the repository at this point in the history
- Renamed String and File.
  • Loading branch information
thedirtypanda authored and olleharstedt committed Mar 12, 2021
1 parent 92eda11 commit 6b0400e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/Question.php
Expand Up @@ -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';
Expand Down

0 comments on commit 6b0400e

Please sign in to comment.