exam fixed after assign

This commit is contained in:
xiaomlove
2023-11-14 02:13:21 +08:00
parent c28fd3b086
commit 4907b2f7ac
15 changed files with 153 additions and 11 deletions
+2
View File
@@ -89,7 +89,9 @@ return [
],
'exam_user' => [
'bulk_action_avoid_label' => 'Bulk avoid',
'bulk_action_update_end_label' => 'Bulk modify end time',
'action_avoid' => 'Avoid',
'action_update_end' => 'Modify end time',
'result_passed' => 'Passed!',
'result_not_passed' => 'Not passed!',
],
+1
View File
@@ -11,4 +11,5 @@ return [
\App\Models\ExamUser::STATUS_AVOIDED => 'Avoided',
\App\Models\ExamUser::STATUS_NORMAL => 'Normal',
],
'end_can_not_before_begin' => "End time: :end can't be before begin time: :begin",
];
+4
View File
@@ -43,4 +43,8 @@ BODY,
'subject' => 'Successful torrent purchase reminder',
'body' => 'You spent :bonus bonus to successfully buy the torrent:[url=:url]:torrent_name[/url]',
],
'exam_user_end_time_updated' => [
'subject' => 'Exam :exam_name end time changed',
'body' => 'The end time of your in-progress exam :exam_name has changed from :old_end_time to :new_end_time. admin: :operator, reason: :reason.',
],
];