chore: update UI-message to reflect current algorithm

This commit is contained in:
Wolfgang Witt 2021-02-26 22:18:30 +01:00 committed by Wolfgang Witt
parent 72d42baec5
commit 59f5bd3591
2 changed files with 7 additions and 9 deletions

View File

@ -1,12 +1,11 @@
$newline never $newline never
<p> <p>
Bei der Berechnung der Verteilung werden stets alle # Bei der Berechnung der Verteilung werden nur neu zugewiesene #
Klausurteilnehmer berücksichtigt, unabhängig davon, ob ihnen bereits # Klausurteilnehmer berücksichtigt.
ein Raum/Termin zugewiesen ist, oder nicht.
<br /> <br />
Es werden dennoch nur Klausurteilnehmer anhand der neu berechneten # Es werden nur Klausurteilnehmer anhand der neu berechneten #
Verteilung zugewiesen, die aktuell keinen zugewiesenen Raum/Termin # Verteilung zugewiesen, die aktuell keinen zugewiesenen Raum/Termin #
haben. haben.

View File

@ -1,18 +1,17 @@
$newline never $newline never
<p> <p>
When assignment rules are calculated all exam participants are # When assignment rules are calculated only newly assigned #
considered, regardless of whether they are already assigned to an # exam participants are considered.
occurrence/room.
<br /> <br />
Nonetheless only exam participants, who are not already assigned to # Only exam participants, who are not already assigned to #
an occurrence/room, will be assigned according to the newly # an occurrence/room, will be assigned according to the newly #
calculated assignment rules. calculated assignment rules.
<br /> <br />
Thus calculating new assignment rules multiple times may lead to a # Thus, calculating new assignment rules multiple times may lead to a #
situation in which the occurrence/room assignments of most # situation in which the occurrence/room assignments of most #
participants do not match the newest assignment rules. participants do not match the newest assignment rules.