'); answerWindow.document.write("
"); answerWindow.document.write("
"); answerWindow.document.write(" Quiz Answers
Your answer for number 1 was: " + radioObject(document.forms[0].Group1)); answerWindow.document.write("
The Correct answer for number 1 was: " + "B"); answerWindow.document.write("An algorithim takes raw information, such as the the shape of a hand,
and turns it into a code that a computer can use."); if (radioObject(document.forms[0].Group1) == "B") { Total = Total + 1 } else { Total = Total } answerWindow.document.write("Your answer for number 2 was: " + radioObject(document.forms[0].Group2)); answerWindow.document.write("
The Correct answer for number 2 was: " + "C"); answerWindow.document.write("Irises have 266 characteristics. Due to this number, some people
believe that iris scanning will become more promising."); if (radioObject(document.forms[0].Group2) == "C") { Total = Total + 1 } else { Total = Total } answerWindow.document.write("Your answer for number 3 was: " + radioObject(document.forms[0].Group3)); answerWindow.document.write("
The Correct answer for number 3 was: " + "B"); answerWindow.document.write("HandKey was used at the 1996 Olympics."); if (radioObject(document.forms[0].Group3) == "B") { Total = Total + 1 } else { Total = Total } answerWindow.document.write("Your answer for number 4 was: " + radioObject(document.forms[0].Group4)); answerWindow.document.write("
The Correct answer for number 4 was: " + "B"); answerWindow.document.write("Minutiae is where the ridges on a fingerprint meet or divide into two."); if (radioObject(document.forms[0].Group4) == "B") { Total = Total + 1 } else { Total = Total } answerWindow.document.write("Your answer for number 5 was: " + radioObject(document.forms[0].Group5)); answerWindow.document.write("
The Correct answer for number 5 was: " + "C"); answerWindow.document.write("Unlike teachers, dynamic signature verification does not judge
your penmanship."); if (radioObject(document.forms[0].Group5) == "C") { Total = Total + 1 } else { Total = Total } answerWindow.document.write("Your answer for number 6 was: " + radioObject(document.forms[0].Group6)); answerWindow.document.write("
The Correct answer for number 6 was: " + "A"); answerWindow.document.write("Local Feature Analysis was developed around the concept that the
face is built up of building blocks. However, every human has a
different configuration for the building blocks, and hence
the indiviuality."); if (radioObject(document.forms[0].Group6) == "A") { Total = Total + 1 } else { Total = Total } answerWindow.document.write("Your answer for number 7 was: " + radioObject(document.forms[0].Group7)); answerWindow.document.write("
The Correct answer for number 7 was: " + "B"); answerWindow.document.write("VoicePrint determines the resonances of the throat from a voice
sample. This allows it to identify people, even if they are sick
or using a foreign language."); if (radioObject(document.forms[0].Group7) == "B") { Total = Total + 1 } else { Total = Total } answerWindow.document.write("Your answer for number 8 was: " + radioObject(document.forms[0].Group8)); answerWindow.document.write("
The Correct answer for number 8 was: " + "A"); answerWindow.document.write("IrisCode is the resulting code from scanning the iris and using
the algorithim."); if (radioObject(document.forms[0].Group8) == "A") { Total = Total + 1 } else { Total = Total } answerWindow.document.write("Your answer for number 9 was: " + radioObject(document.forms[0].Group9)); answerWindow.document.write("
The Correct answer for number 9 was: " + "A"); answerWindow.document.write("Guy is so generic-sounding, we had to use it. Chim-Chim is the
monkey from Speed Racer. Xavier was the original choice for a name
because Guy looks a bit like Professor Xavier of the X-Men."); if (radioObject(document.forms[0].Group9) == "A") { Total = Total + 1 } else { Total = Total } answerWindow.document.write("Your answer for number 10 was: " + radioObject(document.forms[0].Group10)) answerWindow.document.write("
The Correct answer for number 10 was: " + "B"); answerWindow.document.write("Retina scanning looks at the veins in the back of the eye."); if (radioObject(document.forms[0].Group10) == "B") { Total = Total + 1 } else { Total = Total } answerWindow.document.write("
Hence, why people consider it somewhat intrusive.Your Score:
"); if (Total == 0 || Total == 1) { answerWindow.document.write("Total correct: " + Total +"
We suggest rereading"); } if (Total > 1 && Total < 5) { answerWindow.document.write("Total correct: " + Total +"Not bad, but try again."); } if (Total > 4 && Total < 8) { answerWindow.document.write("Total correct: " + Total +"
Good job."); } if (Total == 8 || Total == 9) { answerWindow.document.write("Total correct: " + Total +"
Excellent job. You learned something!"); } if (Total == 10) { answerWindow.document.write("Total correct: " + Total +"
Wow. Excellent job. Perfect."); } answerWindow.document.write("
"); answerWindow.document.write("