Commit 828097c7 by Giulio Gratta

force display the prompt and don't let it be hidden when the question changes

parent bc9ddc22
......@@ -152,10 +152,13 @@ class @CombinedOpenEnded
@out_of_sync_message = 'The problem state got out of sync. Try reloading the page.'
if @task_number>1
@prompt_hide()
else if @task_number==1 and @child_state!='initial'
@prompt_hide()
# force show the prompt
@prompt_show()
# if @task_number>1
# @prompt_hide()
# else if @task_number==1 and @child_state!='initial'
# @prompt_hide()
@find_assessment_elements()
@find_hint_elements()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment