Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalther Neuper <neuper@neuper.(none)>2009-12-13 11:44:13 (GMT)
committer Walther Neuper <neuper@neuper.(none)>2009-12-13 11:44:13 (GMT)
commit7839e67f856ca4eef4ce89be6c311be89f006a0b (patch)
tree8874a7d622f356fe877a3b121dca6ee833947880
parentee38fc80adaa8fc3bb7c2509006f20200a303300 (diff)
offer_topics --> offer_coll_to_learner
-rwxr-xr-xReckonPrimer.activity/coach.py18
1 files changed, 2 insertions, 16 deletions
diff --git a/ReckonPrimer.activity/coach.py b/ReckonPrimer.activity/coach.py
index ceb785f..26ee671 100755
--- a/ReckonPrimer.activity/coach.py
+++ b/ReckonPrimer.activity/coach.py
@@ -58,23 +58,9 @@ class Coach:
_exs.append(_e)
self._exs = _exs
- # this version will go to VS on Apr.27: get setts from file
- # def get_setting(self):
- # print("in Coach.get_setting")
- # TODO coach selects an exercise
- # self._key = 'addsub_simp'
- #TODO relate key to sett of exercise
- # _sett = self._setts.load_last_sett(self._key)
- # print("in Coach.get_setting, key=, sett=", self._key, _sett)
- # self._dis.show_setting(self._key, _sett)
- # sett returned from Display by Session.notify
- # + toggle Settings.get_setting - Coach.notify
- # for testing passten: get setts from default_*
- # WN090624 def get_setting(self):
-
def request_exercise(self):
- """ This preliminary version just lets the Learner select."""
- print("in Coach.get_setting")
+ """ This preliminary version just lets the Learner select. """
+ #print("in Coach.request_exercise")
self._dis.offer_coll_to_learner([t.get_topic() for t in self._exs])
# calls back with notify('setting-done'...