do not test archived exams for LMS connection
This commit is contained in:
parent
64b496e4ac
commit
28c7706f70
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,7 @@ public class ExamForm implements TemplateComposer {
|
|||
}
|
||||
|
||||
private boolean testSEBRestrictionAPI(final Exam exam) {
|
||||
if (!exam.isLmsAvailable()) {
|
||||
if (!exam.isLmsAvailable() || exam.status == ExamStatus.ARCHIVED) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue