Embedded fields in HTML1 and HTML2 not translated in course menus
Date: September 27, 2002
Version affected: v1.60
Symptoms:
The HMTL1 and HTML2 properties in a course definition allow the administrator to embed "%" variables that are replaced with values from the student record at run time. Available variables are:
%nm% Student's Name (HTML encoded) %enm% Student's Name (URL encoded for use in links) %lid% Student's Login ID (HTML encoded) %elid% Student's Login ID (URL encoded for use in links) %pwd% Student's Login Password (URL encoded for use in links)
The course menu script does not translate these variables as intended.
Correction:
The course menu script has been modified to translate the embedded variables in HTML1 and HTML2.
This patch contains an updated version of:
asp/crsmenuxml.asp dated:9/27/2002 2:31 PM
After unzipping the patch file to a temporary directory, copy crsmenuxml.asp to the asp directory of your WBT Manager web installation.
It is not necessary to re-start the web-server.