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 ...@@ -152,10 +152,13 @@ class @CombinedOpenEnded
@out_of_sync_message = 'The problem state got out of sync. Try reloading the page.' @out_of_sync_message = 'The problem state got out of sync. Try reloading the page.'
if @task_number>1 # force show the prompt
@prompt_hide() @prompt_show()
else if @task_number==1 and @child_state!='initial'
@prompt_hide() # if @task_number>1
# @prompt_hide()
# else if @task_number==1 and @child_state!='initial'
# @prompt_hide()
@find_assessment_elements() @find_assessment_elements()
@find_hint_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