主管题插入删除更新
This commit is contained in:
parent
27c88fda4f
commit
7ab0f4764a
|
@ -223,7 +223,7 @@ class ExerciseController < ApplicationController
|
||||||
question_standart.save
|
question_standart.save
|
||||||
else
|
else
|
||||||
standart_answer_option = {
|
standart_answer_option = {
|
||||||
:answer_text => question_standart
|
:answer_text => answer_standart
|
||||||
}
|
}
|
||||||
@exercise_question.exercise_standard_answers.new standart_answer_option
|
@exercise_question.exercise_standard_answers.new standart_answer_option
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue