$newline never $# SPDX-FileCopyrightText: 2022 Steffen Jost $# $# SPDX-License-Identifier: AGPL-3.0-or-later
^{lmsTable}

Note: # It must be ensured that the maximum number of e‑learning exam attempts # configured in the external LMS agrees with the number displayed here for the corresponding qualification. # The maximum number of attempts is a setting of the external LMS only, which is never transmitted to FRADrive. # The number shown is only used in the communication to licences holders via letter or Email. $maybe btnForm <- mbBtnForm

Starting and cleaning e‑learning

The following functions should be executed at least once per day, # but a repeated execution is harmless. # The first function notifies holders of expiring licences and # enlists them for e‑learning, if appropriate for the respective qualification. # The second function notifies holders of already expired licences and # cleans finished e‑learnings after their respective rentention periods. # Note that these functions do not trigger an AVS-synchronisation. #

Automatic execution
Start e‑learning: #
  $maybe hour <- mbJLQenqueue every weekday shortly after # #{hour} o'clock $nothing no automatic execution
Block/Clean: #
  $maybe hour <- mbJLQdequeue every weekday shortly after # #{hour} o'clock $nothing no automatic execution

Manual execution ^{btnForm}