diff --git a/app/controllers/prompts_controller.rb b/app/controllers/prompts_controller.rb index 6dd4554..7f35ab3 100644 --- a/app/controllers/prompts_controller.rb +++ b/app/controllers/prompts_controller.rb @@ -70,7 +70,7 @@ class PromptsController < InheritedResources::Base #@prompt.choices.each(&:compute_score!) respond_to do |format| if successful - catchup_marketplace_ids = [120, 117, 1] + catchup_marketplace_ids = [120, 117, 1, 116] if catchup_marketplace_ids.include?(@question.id) logger.info("Question #{@question.id} is using catchup algorithm!") next_prompt = @question.catchup_choose_prompt -- libgit2 0.21.2