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.

Contents:

This upgrade patch includes minor upgrades and bug fixes to the WBT Manager Web Module.

Bug fixes

Enhancements

Configuration

Additional ILT reports

The report definitions must be added to the WBT Manager database before the reports can be accessed.

    1. Launch the RUNSQL.EXE program found in the WBT Manager installation set (utilities\database).
    2. Connect to the WBT Manager database.
    3. Select the p11_reports_init.sql script file contained in this patch.
    4. Execute the script.
    5. The new reports should appear on student and local administrator menus.

Allow instructor to enter status and score on attendance form.

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.

;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

Version 1.7 Patches