/* This script and many more are available free online at
The JavaScript Source :: http://javascript.internet.com
Created by: James Crooke :: http://www.cj-design.com */

var questions = new Array();
var choices = new Array();
var answers = new Array();
var response = new Array();

// To add more questions, just follow the format below.

questions[0] = "1) A reporter calls to talk about the felony arrest of one of your employees (that you are unaware has been made). What’s the first thing you say to the reporter?";
choices[0] = new Array();
choices[0][0] = "We’re happy to speak with you, what’s your deadline?";
choices[0][1] = "No Comment.";
choices[0][2] = "This is not news.";
choices[0][3] = "It’s really a matter for law enforcement. Please give us time to figure out what’s really happening.";
answers[0] = choices [0][0];

questions[1] = "2) If a radio or television reporters requests “sound” with you, what are they requesting?";
choices[1] = new Array();
choices[1][0] = "an interview.";
choices[1][1] = "copy of a 9-1-1 tape.";
choices[1][2] = "copy of an audio recording.";
choices[1][3] = "copy of a video recording";
answers[1] = choices[1][0];

questions[2] = "3) If a television station tells you they are sending an intern and \"pj\" over to grab some \"b-roll\" of your business what could that likely mean?";
choices[2] = new Array();
choices[2][0] = "they want a few standard shots of the building and interiors.";
choices[2][1] = "they need some video to support a story they are doing.";
choices[2][2] = "it’s part of an investigation on your organization and they need behind the scenes video.";
choices[2][3] = "they need a few \"interiors\".";
choices[2][4] = "all of the above";
answers[2] = choices[2][4];

questions[3] = "4) What is \"nat\" sound?";
choices[3] = new Array();
choices[3][0] = "ambient or natural sound recorded during the time a crew is videotaping.";
choices[3][1] = "an interview.";
choices[3][2] = "New Audio Tape sound to go with the b-roll.";
choices[3][3] = "Nothing. There is no such thing as \"nat sound\".";
answers[3] = choices[3][0];

questions[4] = "5) What statement do you never make to a radio, newspaper or TV reporter?";
choices[4] = new Array();
choices[4][0] = "slow news day?";
choices[4][1] = "this is not news";
choices[4][2] = "I really need you to make me look good on this one.";
choices[4][3] = "off the record...";
choices[4][4] = "no comment.";
choices[4][5] = "all of the above";
answers[4] = choices[4][5];

questions[5] = "6) Why don't most major market media people hunt?";
choices[5] = new Array();
choices[5][0] = "Sweeps occur during hunting season and time off policies during “sweeps” typically prohibit it.";
choices[5][1] = "Most are left wing animal rights activists.";
choices[5][2] = "Most do hunt";
choices[5][3] = "It’s bad for their public image.";
answers[5] = choices[5][0];

questions[6] = "7) True or False: VO is simply video read over by a reporter or anchor";
choices[6] = new Array();
choices[6][0] = "True";
choices[6][1] = "False";
answers[6] = choices[6][0];

questions[7] = "8) True or False: VO/SOT is a VO then sound on tape from someone the reporter has interviewed.";
choices[7] = new Array();
choices[7][0] = "True";
choices[7][1] = "False";
answers[7] = choices[7][0];

questions[8] = "9) A package is a self contained report that is supposed to represent all sides of a particular issue.";
choices[8] = new Array();
choices[8][0] = "True";
choices[8][1] = "False";
answers[8] = choices[8][0];

questions[9] = "10) A SOT is simply sound on tape, or a sound bite played back during a newscast.";
choices[9] = new Array();
choices[9][0] = "True";
choices[9][1] = "False";
answers[9] = choices[9][0];

questions[10] = "11) Does the media need your permission to record a telephone conversation with you in most states?";
choices[10] = new Array();
choices[10][0] = "Yes";
choices[10][1] = "No";
answers[10] = choices[10][1];

questions[11] = "12) When is it appropriate to lie to the media?";
choices[11] = new Array();
choices[11][0] = "Whenever you need to protect your image.";
choices[11][1] = "Anytime they are “out of bounds” with a question.";
choices[11][2] = "Never";
choices[11][3] = "If there’s no chance you’ll ever be proven wrong.";
answers[11] = choices[11][2];

questions[12] = "13) Which of the following is not used to describe a media interview technique?";
choices[12] = new Array();
choices[12][0] = "Hook";
choices[12][1] = "Flag";
choices[12][2] = "Bridge";
choices[12][3] = "Grab";
answers[12] = choices[12][3];

questions[13] = "14) Who writes the majority of news in a newscast?";
choices[13] = new Array();
choices[13][0] = "Reporters";
choices[13][1] = "Anchors";
choices[13][2] = "Associated Press or other Wire services";
choices[13][3] = "Producers";
answers[13] = choices[13][3];

questions[14] = "15)  I have graduated from a media training course and had at least eight hours of professional media training in the past 14 months (and have a certificate to prove it)";
choices[14] = new Array();
choices[14][0] = "True";
choices[14][1] = "False";
answers[14] = choices[14][0];

// response for getting 15 Correct
response[0] = "You're a media superstar! Enroll in media training at least once every 14 months to stay current.";
// response for getting 14 Correct
response[1] = "Very good. Make sure to enroll in media training at least once every twelve months.";
// response for getting 13 Correct
response[2] = "Not bad, get continuing education media training in the next three months.";
// response for getting 12 Correct
response[3] = "Not bad, get continuing education media training in the next three months.";
// response for getting 11 Correct
response[4] = "Not bad, get continuing education media training in the next three months.";
// response for getting 10 Correct
response[5] = "You have very basic knowledge but need to enroll in one of our programs before the end of the week.";
// response for getting 9 Correct
response[6] = "You have very basic knowledge but need to enroll in one of our programs before the end of the week.";
// response for getting 8 Correct
response[7] = "You have very basic knowledge but need to enroll in one of our programs before the end of the week.";
// response for getting 7 Correct
response[8] = "You have very basic knowledge but need to enroll in one of our programs before the end of the week.";
// response for getting 6 Correct
response[9] = "You have very basic knowledge but need to enroll in one of our programs before the end of the week.";
// response for getting 5 Correct
response[10] = "Enroll in one of our programs today.";
// response for getting 4 Correct
response[11] = "Enroll in one of our programs today.";
// response for getting 3 Correct
response[13] = "Enroll in one of our programs today.";
// response for getting 2 Correct
response[14] = "Enroll in one of our programs today.";
// response for getting 1 Correct
response[15] = "Enroll in one of our programs today.";
