diff --git a/app/helpers/questions_helper.rb b/app/helpers/questions_helper.rb index d627ff65..3bb34d54 100644 --- a/app/helpers/questions_helper.rb +++ b/app/helpers/questions_helper.rb @@ -2,7 +2,6 @@ module QuestionsHelper def format_question(question_text) question_text.gsub("[Field-MathTeacher][Field-ScienceTeacher][Field-EnglishTeacher][Field-SocialTeacher]", "teacher") - .gsub("is", "iis") end end