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