Featured Posts
Sports
Games
Friday, August 14, 2015
!--
var numQues = 3;
var numChoi = 3;
var answers = new Array(3);
answers[0] = ""
answers[1] = ""
answers[2] = ""
function getScore(form) {
var score = 0;
var currElt;
var currSelection;
for (i=0; inumQues; i++) {
currElt = i*numChoi;
for (j=0; j
1. ggggggggggg
ggggggg
yyyyyyyyy
ddddddddd
2. fffffffffffff
xxxxxxxxx
dddddddd
rrrrrrrrrr
3. ttttttttttttt
ddddd
tttttt
eeeeeeeeee
Score...
Read more
title
.rightans{
border:3px solid #0f0;
background-color: #afa;
}
.wrongans{
border:3px solid #f00;
background-color: #faa;
}
var numQues = 20;
var numChoi = 19;
var answers = new Array(20);
answers[0] = "come";
answers[1] = "hadn't arrived";
answers[2] = "had seen";
answers[3] = "has been blowing";
answers[4] = "have been married";
function getScore(form) {
var score = 0;
...
Read more
!--
var numQues = 5;
var numChoi = 4;
var answers = new Array(5);
answers[0] = "come";
answers[1] = "hadn't arrived";
answers[2] = "had seen";
answers[3] = "has been blowing";
answers[4] = "have been married";
function getScore(form) {
var score = 0;
var currElt;
var currSelection;
for (i=0; inumQues; i++) {
currElt = i*numChoi;
for (j=0; jnumChoi; j++) {
...
Read more
Script:
var numQues = 5;
var numChoi = 3;
var answers = new Array(5);
answers[0] = "David Bowie";
answers[1] = "AM";
answers[2] = "Australia";
answers[3] = "Boneface";
answers[4] = "Sound City";
function getScore(form) {
var score = 0;
var currElt;
var currSelection;
for (i=0; i
Test your music knowledge!
1. Who supplied a cameo vocal for the Arcade Fire song, "Reflektor"?
Elton...
Read more
function Examination(placeHolderId) {
var _q = [], _qi = [], ph = placeHolderId;
var self = this;
function _add(qn, q, op, im, ai) {
_qi[_qi.length] = qn;
_q[qn] = {};
_q[qn]['Q'] = q;
_q[qn]['O'] = op;
_q[qn]['M'] = im;
_q[qn]['A'] = ai;
}
function _renderQue() {
var i, j, rc, row, col, c, tbl, tb, type, btn, opt;
c = document.getElementById(ph);
tbl =...
Read more
multiple-choice quiz form
Vocabulary Quiz I
Check the answer to each multiple-coice question, and click on the "Send Form" button to submit the information.
1. The word which means "house" is:
maison
quatre
soleil
poisson
2. The word which means "fish" is:
maison
valise
soleil
poisson
3. The word which means "suitcase" is:
renard
valise
soleil
poisson
...
Read more
002
003
004
!--
005
006
function scoreTest() {
007
008
var thetest = document.getElementById('thetest');
009
010
var numquestions = thetest.Q.length;
011
012
var numcorrect = 0;
013
014
015
016
for (var q=0; qnumquestions; q++) {
017
018
var qname = thetest.Q[q].value;
019
020
var correct = thetest["CANS."+qname].value;
021
...
Read more
Subscribe to:
Posts
(
Atom
)