// this file is copyright - Mike Capstick 
 // it adds the quiz questions and answers
//  total number of questions in this test 
 maxterms=15; 
// Initialise question and answer  arrays and question number
  stemarray=new Array(maxterms); //initialise questions array
  answer=new Array(maxterms); // initialise space for answers
  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]  ='Una herramienta sincrónica de WebCT es:'
 answer[0]  ='A'
 adistract[0]  ='chat'
 bdistract[0]  ='foro'
 cdistract[0]  ='correo'
 ddistract[0]  ='calendario'
 stemarray[1]  ='La aplicación que permite transferir archivos al su curso en  WebCT es: '
 answer[1]  ='B'
 adistract[1]  ='wsftp'
 bdistract[1]  ='webdav'
 cdistract[1]  ='internet explorer'
 ddistract[1]  ='webftp'
 stemarray[2]  ='HTML son las siglas para:'
 answer[2]  ='D'
 adistract[2]  ='Hypertext Markup Lingo'
 bdistract[2]  ='Hypertemporary Markup Language'
 cdistract[2]  ='Hypertext Marking Language'
 ddistract[2]  ='Hypertext Markup Language'
 stemarray[3]  ='Un texto que provee un enlace a otro texto se conoce como:'
 answer[3]  ='C'
 adistract[3]  ='multimedia'
 bdistract[3]  ='http'
 cdistract[3]  ='hipertexto'
 ddistract[3]  ='un navegador'
 stemarray[4]  ='Cada página web tiene una dirección que se conoce como:'
 answer[4]  ='B'
 adistract[4]  ='servidor'
 bdistract[4]  ='url'
 cdistract[4]  ='www'
 ddistract[4]  ='hipertexto '
 stemarray[5]  ='Las páginas web se escriben utilizando un lenguaje llamado:'
 answer[5]  ='B'
 adistract[5]  ='http'
 bdistract[5]  ='html'
 cdistract[5]  ='ftp'
 ddistract[5]  ='url'
 stemarray[6]  ='¿Cuál de las siguientes extensiones refleja que un archivo está en formato comprimido?'
 answer[6]  ='B'
 adistract[6]  ='xls'
 bdistract[6]  ='zip'
 cdistract[6]  ='ram'
 ddistract[6]  ='a y b'
 stemarray[7]  ='WebCT significa: '
 answer[7]  ='A'
 adistract[7]  ='Web Course Tools'
 bdistract[7]  ='Web Course Technology'
 cdistract[7]  ='Web Class Technology'
 ddistract[7]  ='Ninguna de las anteriores '
 stemarray[8]  ='Un programa que sirve para comprimr archivos se llama:'
 answer[8]  ='A'
 adistract[8]  ='WinZip'
 bdistract[8]  ='WinFree'
 cdistract[8]  ='WebZip'
 ddistract[8]  ='CuteFTP'
 stemarray[9]  ='Un tipo de file que no requiere plug-in cuando se accesa mediante un browser es: '
 answer[9]  ='A'
 adistract[9]  ='html'
 bdistract[9]  ='ftp'
 cdistract[9]  ='flash'
 ddistract[9]  ='doc'
 stemarray[10]  ='If you would like to add a tool to your Homepage or Organizer Page, which option would you select from the Navigation Bar?'
 answer[10]  ='B'
 adistract[10]  ='Manage course'
 bdistract[10]  ='Add page or tool'
 cdistract[10]  ='Content Assistant '
 ddistract[10]  ='Organize Tools'
 stemarray[11]  ='La dirección del servidor de webct en el  RUM es: '
 answer[11]  ='A'
 adistract[11]  ='http;//www.webct.uprm.edu'
 bdistract[11]  ='http;//webct.uprm.edu'
 cdistract[11]  ='http;//www.webct.com'
 ddistract[11]  ='http;//webct.upr.edu'
 stemarray[12]  ='El registro de notas de WebCT puede ser manejado con Excel.'
 answer[12]  ='A'
 adistract[12]  ='cierto'
 bdistract[12]  ='falso'
 cdistract[12]  ='solo en algunas ocasiones'
 ddistract[12]  ='WebCT no tiene registro de notas'
 stemarray[13]  ='La mejor forma de organizar el material del curso es: '
 answer[13]  ='A'
 adistract[13]  ='creando módiulos de contenido'
 bdistract[13]  ='utilizando la herramienta  de ädd single page"'
 cdistract[13]  ='publicando fuera del servidor de WebCT'
 ddistract[13]  ='publicando todo en formato de Word'
 stemarray[14]  ='Se recomienda que los archivos se suban a WebCT eb formato de: '
 answer[14]  ='D'
 adistract[14]  ='word'
 bdistract[14]  ='word perfect'
 cdistract[14]  ='powerpint'
 ddistract[14]  ='html'
