From ee8e76af07f0383dc3a37f3540fe74e2fe3e69fa Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Wed, 8 Jun 2022 16:49:43 +0200 Subject: [PATCH] Remote Submit: Add remark to check submission deadline --- app/controllers/remote_evaluation_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/remote_evaluation_controller.rb b/app/controllers/remote_evaluation_controller.rb index 0501ef51..88d74280 100644 --- a/app/controllers/remote_evaluation_controller.rb +++ b/app/controllers/remote_evaluation_controller.rb @@ -39,8 +39,8 @@ class RemoteEvaluationController < ApplicationController else { message: "Your submission was successfully scored with #{@submission.normalized_score}%. " \ - 'However, your score could not be sent to the e-Learning platform. Please reopen ' \ - 'the exercise through the e-Learning platform and try again.', + 'However, your score could not be sent to the e-Learning platform. Please check ' \ + 'the submission deadline, reopen the exercise through the e-Learning platform and try again.', status: 410, } end