ILT bug fixes and minor enhancements
Date: Feb 18, 2004
Version affected: v1.70.
NOTES:
This patch contains bug
fixes and some minor enhancements intended for the Instructor Led Training
module.
This patch will replace the web-server application's string table (strings.txt). Users of non-English versions of WBT Manager should contact their local reseller for an updated copy of this file.
This upgrade patch includes minor upgrades and bug fixes to the WBT Manager Web Module.
Bug fixes
Enhancements
The report definitions must be added to the WBT Manager database before the reports can be accessed.
By default the status and score entry boxes are disabled. To enable them and set default values add the following section to appsettings.ini. Adjust the individual keywords as desired and run the reload.asp script.
Version 1.7 Patches;The [ilt] section contains settings that control the behavior of the Instructor-Led Training module.
[ilt];The iltstatusentry keyword controls whether the instructor can enter the lesson status at the time they
;take attendance. Set to "Y" to allow instructor entry. NOTE: some ILT lesson types may override this
;setting because lesson status is not tied to attendance (proctored exams for instance).
iltstatusentry=Y;The iltdefstatus keywork sets the default value for status entry through the attendance form. The instructor
;can change this value on the form. Valid values are "I", "C", "P", "F".
iltdefstatus = P;The iltscoreentry keyword controls whether the instructor can enter the lesson score at the time they
;take attendance. Set to "Y" to allow instructor entry. NOTE: some ILT lesson types may override this
;setting because lesson score is not tied to attendance (proctored exams for instance).
iltscoreentry=Y;The iltdefstatus keywork sets the default value for score entry through the attendance form. The instructor
;can change this value on the form. Valid values are blank or any non-negative numeric value.
iltdefscore=100