Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Save_Mathematics/P6/map612m12/map612m12a02
diff options
context:
space:
mode:
Diffstat (limited to 'Save_Mathematics/P6/map612m12/map612m12a02')
-rw-r--r--Save_Mathematics/P6/map612m12/map612m12a02/a.txt3
-rw-r--r--Save_Mathematics/P6/map612m12/map612m12a02/description.py7
-rw-r--r--Save_Mathematics/P6/map612m12/map612m12a02/lesson.js13
-rw-r--r--Save_Mathematics/P6/map612m12/map612m12a02/source.txt3
4 files changed, 0 insertions, 26 deletions
diff --git a/Save_Mathematics/P6/map612m12/map612m12a02/a.txt b/Save_Mathematics/P6/map612m12/map612m12a02/a.txt
deleted file mode 100644
index 712ac16..0000000
--- a/Save_Mathematics/P6/map612m12/map612m12a02/a.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Guided Practice
-
-The computer will present problems in determining the area and volume of cylinders (solid and hollow). If the student's solution is not correct, the computer will show how the correct solution is derived.
diff --git a/Save_Mathematics/P6/map612m12/map612m12a02/description.py b/Save_Mathematics/P6/map612m12/map612m12a02/description.py
deleted file mode 100644
index 85f7ff2..0000000
--- a/Save_Mathematics/P6/map612m12/map612m12a02/description.py
+++ /dev/null
@@ -1,7 +0,0 @@
-lesson(grade=0, subject='English', title='map612m12a02',week=0)
-
-
-java_script('lesson.js')
-
-footer_configuration(link_previous=True, link_next=True, scoreboard=False)
-
diff --git a/Save_Mathematics/P6/map612m12/map612m12a02/lesson.js b/Save_Mathematics/P6/map612m12/map612m12a02/lesson.js
deleted file mode 100644
index 55d9d2b..0000000
--- a/Save_Mathematics/P6/map612m12/map612m12a02/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/map612m12/map612m12a02/a.txt'},
- function(){
- });
-};
-
-function startGame(karma) {
-};
-
-setUpLesson(initialize, startGame);
diff --git a/Save_Mathematics/P6/map612m12/map612m12a02/source.txt b/Save_Mathematics/P6/map612m12/map612m12a02/source.txt
deleted file mode 100644
index 712ac16..0000000
--- a/Save_Mathematics/P6/map612m12/map612m12a02/source.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Guided Practice
-
-The computer will present problems in determining the area and volume of cylinders (solid and hollow). If the student's solution is not correct, the computer will show how the correct solution is derived.