Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Save_Mathematics/P5/map512m03/map512m03a02
diff options
context:
space:
mode:
Diffstat (limited to 'Save_Mathematics/P5/map512m03/map512m03a02')
-rw-r--r--Save_Mathematics/P5/map512m03/map512m03a02/a.txt3
-rw-r--r--Save_Mathematics/P5/map512m03/map512m03a02/description.py7
-rw-r--r--Save_Mathematics/P5/map512m03/map512m03a02/lesson.js13
-rw-r--r--Save_Mathematics/P5/map512m03/map512m03a02/source.txt3
4 files changed, 0 insertions, 26 deletions
diff --git a/Save_Mathematics/P5/map512m03/map512m03a02/a.txt b/Save_Mathematics/P5/map512m03/map512m03a02/a.txt
deleted file mode 100644
index 5b76ae6..0000000
--- a/Save_Mathematics/P5/map512m03/map512m03a02/a.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Guided Practice
-
-The computer will pose problems involving the addition and subtraction of decimals. If the student gives an incorrect answer, the computer will animate the solution by expanding the numbers in a place table and then performing the normal addition or subtraction operation and, finally, rewriting the sum or difference as a decimal number. This activity will continue until the student is satisfied that he/she has mastered the skill.
diff --git a/Save_Mathematics/P5/map512m03/map512m03a02/description.py b/Save_Mathematics/P5/map512m03/map512m03a02/description.py
deleted file mode 100644
index e0c6ae2..0000000
--- a/Save_Mathematics/P5/map512m03/map512m03a02/description.py
+++ /dev/null
@@ -1,7 +0,0 @@
-lesson(grade=0, subject='English', title='map512m03a02',week=0)
-
-
-java_script('lesson.js')
-
-footer_configuration(link_previous=True, link_next=True, scoreboard=False)
-
diff --git a/Save_Mathematics/P5/map512m03/map512m03a02/lesson.js b/Save_Mathematics/P5/map512m03/map512m03a02/lesson.js
deleted file mode 100644
index 85b5edb..0000000
--- a/Save_Mathematics/P5/map512m03/map512m03a02/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/map512m03/map512m03a02/a.txt'},
- function(){
- });
-};
-
-function startGame(karma) {
-};
-
-setUpLesson(initialize, startGame);
diff --git a/Save_Mathematics/P5/map512m03/map512m03a02/source.txt b/Save_Mathematics/P5/map512m03/map512m03a02/source.txt
deleted file mode 100644
index 5b76ae6..0000000
--- a/Save_Mathematics/P5/map512m03/map512m03a02/source.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Guided Practice
-
-The computer will pose problems involving the addition and subtraction of decimals. If the student gives an incorrect answer, the computer will animate the solution by expanding the numbers in a place table and then performing the normal addition or subtraction operation and, finally, rewriting the sum or difference as a decimal number. This activity will continue until the student is satisfied that he/she has mastered the skill.