// this file is copyright - Mike Capstick   
// it adds the quiz questions and answers 
// load  arrays with a set of questions and  answers 
 maxterms=10
timeron=0;
questions=new Array();
 questions[1] ='How many sexual harassment claims were filed in 2004?~13,136~10,532~21,002~18,450~A';
 questions[2] ='Of the sexual harassment claims filed in 2004, what percentage were male?~17.1~9.1~21.1~15.1~D';
 questions[3] ='What percentage of American women have been sexually harassed?~50-90%~30-50%~30-60%~50-70%~A';
 questions[4] ='What percentage of American men have been sexually harassed?~10%~20%~30%~40%~C';
 questions[5] ='Can company-liable sexual harassment occur outside of the workplace?~No, it must occur at work. ~Yes it doesn\'t matter where the harassment occurs.~Yes, if it is at a company-sponsored event.~Yes, but only at a non-company function.~C';
 questions[6] ='Who are the victims of sexual harassment?~Males~Males and Females~Females~Children~B';
 questions[7] ='Can a bystander to sexual harassment file a claim?~Yes, if they are affected by the harassment.~No, they can act as a witness only.~No, only the victim can file a claim.~Yes, if they are friends with the victim.~A';
 questions[8] ='Can a victim file a claim if he/she suffered no economic loss?~No, a loss must occur to collect damages. ~Yes, if the management allows it.~Yes, the court has ruled that economic loss does not have to occur.~No, the victim must be fired in order to file a claim.~C';
 questions[9] ='Who can become liable in a sexual harassment case?~Only the company.~The company.~The harasser.~The company and the harasser.~D';
 questions[10] ='Who can be a harasser?~Anyone else.~Anyone~Her/his boss\' best friend.~Her/his neighbor.~B';
