// this file is copyright - Mike Capstick   
// it adds the quiz questions and answers 
//  total number of questions in this test  
 maxterms=20
// Initialise question and answer  arrays and question number
  stemarray=new Array(maxterms)
  answer=new Array(maxterms)
  adistract=new Array(maxterms)
  bdistract=new Array(maxterms)
  cdistract=new Array(maxterms)
  ddistract=new Array(maxterms)
// load  arrays with a set of questions and  answers 
 stemarray[0] ='The title of a news article is a ' 
 answer[0] ='C' 
 adistract[0] ='editorial' 
 bdistract[0] ='sitcom' 
 cdistract[0] ='headline' 
 ddistract[0] ='subtitle' 
 stemarray[1] ='A newspaper with many pictures and articles about scandals is a ' 
 answer[1] ='A' 
 adistract[1] ='tabloid' 
 bdistract[1] ='editorial' 
 cdistract[1] ='rating' 
 ddistract[1] ='review' 
 stemarray[2] ='A written opinion published in a newspaper or magazine is  ' 
 answer[2] ='D' 
 adistract[2] ='a subtitle' 
 bdistract[2] ='a headline' 
 cdistract[2] ='a tabloid' 
 ddistract[2] ='an editorial' 
 stemarray[3] ='Measurements of the content or quality of a program are ' 
 answer[3] ='A' 
 adistract[3] ='ratings' 
 bdistract[3] ='subtitles' 
 cdistract[3] ='episodes' 
 ddistract[3] ='series' 
 stemarray[4] ='Something drawn that moves, such as a cartoon, is ' 
 answer[4] ='B' 
 adistract[4] ='dubbed' 
 bdistract[4] ='animated' 
 cdistract[4] ='edited' 
 ddistract[4] ='censored' 
 stemarray[5] ='A film or TV program based on facts & historical events is ' 
 answer[5] ='B' 
 adistract[5] ='science fiction' 
 bdistract[5] ='a documentary' 
 cdistract[5] ='a thriller' 
 ddistract[5] ='a tabloid' 
 stemarray[6] ='A product of the imagination is ' 
 answer[6] ='A' 
 adistract[6] ='a fantasy' 
 bdistract[6] ='a documentary' 
 cdistract[6] ='mature ' 
 ddistract[6] ='an episode' 
 stemarray[7] ='The combination of TV,  radio, newspapers, and magazines is the ' 
 answer[7] ='D' 
 adistract[7] ='headline' 
 bdistract[7] ='broadcast' 
 cdistract[7] ='series' 
 ddistract[7] ='media' 
 stemarray[8] ='A person who tells jokes on a stage before an audience is ' 
 answer[8] ='B' 
 adistract[8] ='a sitcom'
 bdistract[8] ='a stand-up comic' 
 cdistract[8] ='a situation comedy' 
 ddistract[8] ='a broadcaster' 
 stemarray[9] ='To look for, listen to, and collect information secretly is to ' 
 answer[9] ='C' 
 adistract[9] ='dub' 
 bdistract[9] ='subtitle' 
 cdistract[9] ='spy' 
 ddistract[9] ='censor' 
 stemarray[10] ='A type of book or film about imaginary scientific events is ' 
 answer[10] ='A' 
 adistract[10] ='science fiction' 
 bdistract[10] ='a documentary' 
 cdistract[10] ='a broadcast' 
 ddistract[10] ='a series' 
 stemarray[11] ='To remove offensive parts of printed or filmed materials is to ' 
 answer[11] ='A' 
 adistract[11] ='censor' 
 bdistract[11] ='dub' 
 cdistract[11] ='subtitle' 
 ddistract[11] ='broadcast' 
 stemarray[12] ='A funny 30-minute weekly TV program is ' 
 answer[12] ='C' 
 adistract[12] ='a tabloid' 
 bdistract[12] ='a reality show' 
 cdistract[12] ='a sitcom' 
 ddistract[12] ='a stand-up' 
 stemarray[13] ='Words at the screen bottom that translate what actors say are ' 
 answer[13] ='B' 
 adistract[13] ='editorials' 
 bdistract[13] ='subtitles' 
 cdistract[13] ='ratings' 
 ddistract[13] ='episodes' 
 stemarray[14] ='To correct or delete something is to ' 
 answer[14] ='C' 
 adistract[14] ='broadcast' 
 bdistract[14] ='intend' 
 cdistract[14] ='edit' 
 ddistract[14] ='dub' 
stemarray[15] ='To transmit over the TV or radio airwaves is to ' 
 answer[15] ='A' 
 adistract[15] ='broadcast'
 bdistract[15] ='edit' 
 cdistract[15] ='censor' 
 ddistract[15] ='dub' 
 stemarray[16] ='A show of contests with real people and not actors is ' 
 answer[16] ='B' 
 adistract[16] ='a tabloid' 
 bdistract[16] ='a reality show' 
 cdistract[16] ='a sitcom' 
 ddistract[16] ='scifi' 
 stemarray[17] ='Fully grown and responsible is ' 
 answer[17] ='C' 
 adistract[17] ='suspense' 
 bdistract[17] ='dubbed' 
 cdistract[17] ='mature' 
 ddistract[17] ='suitable' 
 stemarray[18] ='One program in a series is  ' 
 answer[18] ='C' 
 adistract[18] ='an editorial' 
 bdistract[18] ='a stand-up' 
 cdistract[18] ='an episode' 
 ddistract[18] ='a tabloid' 
 stemarray[19] ='Something that is appropriate or acceptable is ' 
 answer[19] ='A' 
 adistract[19] ='suitable' 
 bdistract[19] ='dubbed' 
 cdistract[19] ='suspense' 
 ddistract[19] ='intended' 
 stemarray[20] ='To mean to be or plant to do something is to ' 
 answer[20] ='D' 
 adistract[20] ='edit' 
 bdistract[20] ='dub' 
 cdistract[20] ='suspend' 
 ddistract[20] ='intend' 