Files Reference for the SAHPA Computer Based Test System


 . str files are SAHPA Test Results files, encrypted, containing the score and what got answered info

 .stf  files are SAHPA Test Files , encrypted , containing the questions and answers

  .cnt  counter files, how often was a test attempted

 The ini.csv file format
 

  LOG.CSV

 C:\stp\log.csv keeps track of which test got generated when and for who.
 Gets used for cross reference purposes when the test comes back.
 Keeps track of the encryption key used.

  Key gets generated when test gets created.
  Key info along with other admin data gets kept in the log file.
  When test results come back then the key info gets used to decrypt the results.
 
 

 Question and Answer Catalog

  is xml based with optional gif or jpeg pictures

  Each question requires a unique identifier. Defined in XML as an IDENT.

  Each Answer Id  has to be in a consecutive sequence, eg, 1st answer is 1, next Id is 2 ,...