From 76e4e16aeb1db6c6793df091759f9aa5ef70e41c Mon Sep 17 00:00:00 2001 From: hither2forlorn Date: Sun, 28 Feb 2010 13:19:20 +0000 Subject: updating the names of the directories to match that of the excel sheet. --- (limited to 'examples/Vocabulary_Transportation/js/lesson.js') diff --git a/examples/Vocabulary_Transportation/js/lesson.js b/examples/Vocabulary_Transportation/js/lesson.js deleted file mode 100755 index 75f76c4..0000000 --- a/examples/Vocabulary_Transportation/js/lesson.js +++ /dev/null @@ -1,163 +0,0 @@ -/***** Functions for the game *****/ -var i,j,flag; -var randObjects = []; //store the 8 random image numbers for the birds images -var randOptions = []; -var correctCounter=0; - -function generate_random_no() { //generate random number - var rand_no = Math.ceil(8*Math.random()); - return rand_no; -} - -function generate_random_positions(){ - randObjects[0]=generate_random_no(); - for(i=1; i<8; i++){ - do{ - flag = 0; - randObjects[i] = generate_random_no(); - for(j=0; j