Creating CDs with tests
Tests can be saved to a CD and sent to users so that they can be tested on their personal computers. Tests are launched with the help of the program tStarter included in the SunRav TestOfficePro package.
The structure of such a CD should be as follows:
[Tests]
|
test1.srt
...
testN.srt
autorun.inf
options.ini
tests.lst
tstarter.exe
ttester.exe
All these files can be found in the directory ..\TestOfficePro\CD.
Demo test (music and movies)
sample.srt
Algebra test
algebra.srt
The rules for working with the file options.ini
- if some parameter must not be read (its default will be used), you should comment this parameter out by putting two slashes // before it. For example:
//group=Class 10а
The group parameter will not be read.
- if some parameter can take only two values - True or False, you should assign either 1 or 0 to that parameter respectively. For example:
a=1
This parameter enables the automatic answer selection mode.
- if some parameter takes a string as its value, it should be enclosed in inverted commas if it consists of more than one word. For example:
subj="Test result"
This sets the subject of the message with test result to Test results.