'); spawn.document.writeln(''); spawn.document.writeln('

Frage ' + (questionIndex + 1) + '

'); spawn.document.writeln('
'); spawn.document.writeln('' + question + '

'); spawn.document.writeln('' + optionA + '
'); spawn.document.writeln('' + optionB + '
'); spawn.document.writeln('' + optionC + '
'); spawn.document.writeln('' + optionD + '
'); spawn.document.writeln('
'); spawn.document.close(); // Increment variables for the next question questionIndex++; preventer++; } function gradeTest() { // Increment the variables for the last time questionIndex++; preventer++; // Compare student answers with correct answers for (var i = 0; i < killers.length; i++) { if (keeper[i] == answers[i]) { correctAnswers++; } } // Determine a ranking according to number of corrrect answers jsAbility = performance[Math.ceil((correctAnswers/killers.length) * performance.length - 1)]; // Print the test results printResults(); } // Print the questions, answer options, and other info function printResults() { spawn.document.clear(); spawn.document.open(); spawn.document.writeln(''); spawn.document.writeln('Resultate'); spawn.document.writeln(''); spawn.document.writeln(''); spawn.document.writeln('

Dein Resultat: ' + correctAnswers + '/' + killers.length + ' richtig.

'); spawn.document.writeln('Wertung: ' + jsAbility + '
'); spawn.document.writeln('

So hast du geantwortet:

'); for (var i = 0; i < killers.length; i++) { spawn.document.writeln('\n\nFrage ' + (i + 1) + '
'); spawn.document.writeln(killers[i].substring(0, killers[i].indexOf('$$'))); spawn.document.writeln('

\na. ' + killers[i].substring((killers[i].indexOf('$$') + 2), killers[i].indexOf('%%')) + '
'); spawn.document.writeln('b. ' + killers[i].substring(killers[i].indexOf('%%') + 2, killers[i].indexOf('^^')) + '
'); spawn.document.writeln('c. ' + killers[i].substring(killers[i].indexOf('^^') + 2, killers[i].indexOf('&&')) + '
'); spawn.document.writeln('d. ' + killers[i].substring(killers[i].indexOf('&&') + 2, killers[i].length) + '
'); // Determine if the student answered each question appropriately, and display accordingly if (keeper[i] == answers[i]) { spawn.document.writeln('Diese Frage hast du richtig beantwortet.\n


'); } else { spawn.document.writeln('Die richtige Antwort heisst: ' + answers[i] + '\n


'); } } spawn.document.close(); } function busted() { alert('Sorry, you only get one shot at each question.'); spawn.history.forward(); spawn.focus(); } // -->
Start

Zoo-Eingang
Zoo-Plan
Sign Guestbook
View Guestbook

Das grosse Phasmiden-Quiz

Wie gut kennst du dich bei den Phasmiden aus?

Was weisst du über die Arten?

Was kennst du über die Lebensweise?

Quiz starten

Anleitung
Teste dein Wissen in unserem Quiz! Alle Fragen werden in einem neuen Fenster gezeigt. Du kannst jederzeit in dieses Fenster klicken und von hier aus Antworten zu den Fragen in Hidden Beauty nachschlagen.
Wenn du alle Fragen bantwortet hast, werden die richtigen Lösungen gezeigt.

Aktualisiert: Mon, 14. Aug 2000 / Team: C003908