displaying test name
May 25, 2007 12:00 AM
Hello again Booboo.I got interested in your scenario and did some more search. Guess what! The parameters which are sent to a CGI application are listed in the Lectora help files.This is what I found.Lectora provides the ability to submit test results to a CGI application. This is done by selecting the Submit Test to CGI Program option in a test’s properties dialog, and subsequently specifying a CGI program to which results will be sent in the area provided. Parameters which are sent to a CGI application: Name       Value name     The student’s name email     The student’s email address TestName   The name of the test NumQuestions The number of questions in the test PassingGrade    The value specified in the Lowest Passing score field on the Results tab of the Test’s properties. Score     The total score of the test (if it could be scored) TrueFalse   Represented in CC/NN format where CC is the total number of correct TrueFalse questions and NN is the total number of TrueFalse questions in the test (if auto graded). MultipleChoice  Represented in CC/NN format where CC is the total number of correct MultipleChoice questions and NN is the total number of MultipleChoice questions in the test (if auto graded). AllowedTime  The amount of time the student was allowed for taking the test (if a timed test). ElapsedTime  The amount of time the student actually spent while taking the test.So now we have two ways of passing the name of users, except this way allows using parameters for pasing information from the test using a CGI program, such as a .asp file. It is not a variable!Regards, Edited By: bruman on 2007-5-30 10:59:22
Discussions have been disabled for this post