Bug 31599 - exam end time notification is not displayed when exam has been collected
exam end time notification is not displayed when exam has been collected
Status: CLOSED WONTFIX
Product: UCS@school
Classification: Unclassified
Component: UMC - Exam mode
UCS@school 4.1 R2
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS@school maintainers
:
Depends on:
Blocks: 44157
  Show dependency treegraph
 
Reported: 2013-05-31 16:14 CEST by Florian Best
Modified: 2023-06-12 15:39 CEST (History)
0 users

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 4: Minor Usability: Impairs usability in secondary scenarios
Who will be affected by this bug?: 4: Will affect most installed domains
How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.183
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:
best: Patch_Available+


Attachments
patch (892 bytes, patch)
2016-12-12 10:10 CET, Florian Best
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Best univentionstaff 2013-05-31 16:14:15 CEST
Collecting the exam files also removes the timer for the notification that the exam time is up.

Fix:

Index: computerroom.js
===================================================================
--- computerroom.js	(Revision 41129)
+++ computerroom.js	(Arbeitskopie)
@@ -931,11 +931,6 @@
 					return;
 				}
 
-				// stop the timer
-				if (this._examEndTimer) {
-					window.clearTimeout(this._examEndTimer);
-				}
-
 				// start finishing the exam
 				var info = this.get('roomInfo') || {};
 				this.umcpCommand('schoolexam/exam/finish', {
Comment 1 Florian Best univentionstaff 2016-12-12 10:06:22 CET
See also Bug #38560 (attachment 8301 [details])
Comment 2 Florian Best univentionstaff 2016-12-12 10:10:49 CET
Created attachment 8302 [details]
patch

Patch for both problems.
Comment 3 Sönke Schwardt-Krummrich univentionstaff 2019-02-05 21:43:22 CET
This issue has been filled against UCS@school 4.1 (R2). The maintenance with
bug and security fixes for UCS@school 4.1 (R2) has ended on 5th of April 2018.

Customers still on UCS 4.1 are encouraged to update to UCS 4.3 (or later). 
Please contact your partner or Univention for any questions.

If this issue still occurs in newer UCS versions, please use "Clone this bug"
or simply reopen the issue. In this case please provide detailed information on
how this issue is affecting you.