trying to fix question text

This commit is contained in:
Jared Cosulich 2017-10-31 20:38:46 -04:00
parent b98d77a153
commit 2e1978ab85

View file

@ -2,6 +2,7 @@ module QuestionsHelper
def format_question(question_text)
question_text.gsub("[Field-MathTeacher][Field-ScienceTeacher][Field-EnglishTeacher][Field-SocialTeacher]", "teacher")
.gsub("is", "iis")
end
end