// Uncomment and change this variable to equal the institution ID sent
// to you in your package. This is only necessary if you want your users
// to be able to submit their data to us without prompting them for the ID
// (see pg. 18 of the Technician Booklet)

//var inst_id = 5000;


// If using the alternative server based training,
// uncomment and change this variable to a key that you decide,
// This is necessary to keep your license agreement unless you host
// the training on a local intranet or use IP-based authentication
// (see pg. 18 of the Technician Booklet)

//var inst_key = "test";


// By Default, pre and post tests are shown. To turn this off, change the line below to:
// var pre_post_test = 0;

var pre_post_test = 1;
