Demo-Version für Lückentext-Quiz

<HTML>
<HEAD>
   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
   <META NAME="GENERATOR" CONTENT="Mozilla/4.03 [de] (Win95; I) [Netscape]">
   <TITLE>Costa-Rica-Quiz</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!--
// ************************** Database ********************
var BODYTXT="bgcolor=lightyellow";
var TITELTEXT="<img src='cr.gif' height=6 width=100%><h1 align=center>Kennen Sie Costa Rica?</h1><img src='cr.gif' height=6 width=100%><p>";
var NACHTEXT="<hr>";
var RESULTATVOR="<center><img src=cr.gif></center><p>";
var RESULTATNACH="&copy <a href=mailto:tgebhardt@gmx.de>Thomas Gebhardt</a>";
var FRAGENMIXEN=false,ANTWORTENMIXEN=true,COOKIES=true,SOUND=true;
var RICHTIGTXT="";
var FALSCHTXT="FALSCH!\nWählen Sie eine andere Alternative";
var RUECKADRESSE="tgebhardt@gmx.de";
var ENDEURL="module.html";

function makedbase()
{ this.length=3;    //Anzahl der Fragen

this[0]=new d("Wie viele Vulkane gibt es in Costa Rica ? <img src='crq1.gif' align=right>","112","121","183","203","212","","","","","",1);

this[1]=new d("!luecke.html","","","","","","","","","","",1);

this[2]=new d("Wie heißt die costarikanische Währung ?","Peso","Peseta","Escudo","Colon","Quetzal","","","","","",4);

return this;
}
//************************************************************
function makearray(n)
{ this.length=n;
  for(var i=0;i<n;i++) this[i]=0;
  return this;
}

function d(frage,w0,w1,w2,w3,w4,w5,w6,w7,w8,w9,antw)
{ this.frage=frage;
  this.antw=antw-1;   /* Nummer richtigen Auswahl */
  this.w=new makearray(9);
  this.w[0]=w0; this.w[1]=w1; this.w[2]=w2; this.w[3]=w3; this.w[4]=w4;
  this.w[5]=w5; this.w[6]=w6; this.w[7]=w7; this.w[8]=w8;this.w[9]=w9;
}
var DB=new makedbase();

//-->
</SCRIPT>
<FRAMESET COLS="23%,*" BORDER=1>
<FRAME SRC="quiz1.html">
<FRAME SRC="about:blank">
</FRAMESET>
<NOFRAMES>
</HEAD>
<BODY>
<CENTER>Verwenden Sie bitte Netscape ab Version 3.0</CENTER>
</BODY>
</NOFRAMES>
</HTML>