Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Save_Mathematics/P5/map512m01/map512m01a03
diff options
context:
space:
mode:
Diffstat (limited to 'Save_Mathematics/P5/map512m01/map512m01a03')
-rw-r--r--Save_Mathematics/P5/map512m01/map512m01a03/a.txt27
-rw-r--r--Save_Mathematics/P5/map512m01/map512m01a03/description.py7
-rw-r--r--Save_Mathematics/P5/map512m01/map512m01a03/lesson.js13
-rw-r--r--Save_Mathematics/P5/map512m01/map512m01a03/source.txt27
4 files changed, 0 insertions, 74 deletions
diff --git a/Save_Mathematics/P5/map512m01/map512m01a03/a.txt b/Save_Mathematics/P5/map512m01/map512m01a03/a.txt
deleted file mode 100644
index 0f53fc8..0000000
--- a/Save_Mathematics/P5/map512m01/map512m01a03/a.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-Evaluation
-
-The computer will say and display in English words a series of decimals. The student will supply the decimal in figures.
-
-(use cgi-bin to call say.py with text as parameter)
-(print text)
-(student supplies number in figures)
-
-The computer will provide a series of decimals in figures. The student will form the name of the decimal words in English (initially by typing in the number - using the word bank as a guide)
-
-(display number -
-student enters name of number in English words
-
-8 of each type. Require 9 right to pass.
-
-lesson.js
-
-This activity is a chance for you to show what you have learned. You will
-have an opportunity to answer questions like the following examples.
-
-1. Say number - show in words - show answer in numbers
-2. Show number in figures - show typing answer in words
-
-Press start to begin. When you have given your best answer to each question, press apply to record your result.
-
-On apply, show result in scoreboard (sad face, or one, two or three smiley faces).
-
diff --git a/Save_Mathematics/P5/map512m01/map512m01a03/description.py b/Save_Mathematics/P5/map512m01/map512m01a03/description.py
deleted file mode 100644
index a6b0d25..0000000
--- a/Save_Mathematics/P5/map512m01/map512m01a03/description.py
+++ /dev/null
@@ -1,7 +0,0 @@
-lesson(grade=0, subject='English', title='map512m01a03',week=0)
-
-
-java_script('lesson.js')
-
-footer_configuration(link_previous=True, link_next=True, scoreboard=False)
-
diff --git a/Save_Mathematics/P5/map512m01/map512m01a03/lesson.js b/Save_Mathematics/P5/map512m01/map512m01a03/lesson.js
deleted file mode 100644
index 644cc76..0000000
--- a/Save_Mathematics/P5/map512m01/map512m01a03/lesson.js
+++ /dev/null
@@ -1,13 +0,0 @@
-function initialize(karma) {
- $('<div id="txtMain"/>')
- .appendTo('#content')
- .load('http://localhost:8008/cgi-bin/getFile.py',
- {'filename':'content/Mathematics/map512m01/map512m01a03/a.txt'},
- function(){
- });
-};
-
-function startGame(karma) {
-};
-
-setUpLesson(initialize, startGame);
diff --git a/Save_Mathematics/P5/map512m01/map512m01a03/source.txt b/Save_Mathematics/P5/map512m01/map512m01a03/source.txt
deleted file mode 100644
index 0f53fc8..0000000
--- a/Save_Mathematics/P5/map512m01/map512m01a03/source.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-Evaluation
-
-The computer will say and display in English words a series of decimals. The student will supply the decimal in figures.
-
-(use cgi-bin to call say.py with text as parameter)
-(print text)
-(student supplies number in figures)
-
-The computer will provide a series of decimals in figures. The student will form the name of the decimal words in English (initially by typing in the number - using the word bank as a guide)
-
-(display number -
-student enters name of number in English words
-
-8 of each type. Require 9 right to pass.
-
-lesson.js
-
-This activity is a chance for you to show what you have learned. You will
-have an opportunity to answer questions like the following examples.
-
-1. Say number - show in words - show answer in numbers
-2. Show number in figures - show typing answer in words
-
-Press start to begin. When you have given your best answer to each question, press apply to record your result.
-
-On apply, show result in scoreboard (sad face, or one, two or three smiley faces).
-