Skip to content

Commit

Permalink
Fixed issue #18299: Simple statistics, "Text Display" questions are s…
Browse files Browse the repository at this point in the history
…hown (#2557)

Co-authored-by: encuestabizdevgit <devgit@encuesta.biz>
  • Loading branch information
gabrieljenik and encuestabizdevgit committed Aug 3, 2022
1 parent 1bf1848 commit 1c82f3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/controllers/admin/Statistics.php
Expand Up @@ -757,6 +757,7 @@ public function simpleStatistics($surveyid)
case Question::QT_U_HUGE_FREE_TEXT: // Huge free text
case Question::QT_Q_MULTIPLE_SHORT_TEXT:
case Question::QT_SEMICOLON_ARRAY_TEXT:
case Question::QT_X_TEXT_DISPLAY:
break;


Expand Down

0 comments on commit 1c82f3d

Please sign in to comment.