From 52943c1d6aaae54ee01a2f0aab6594b9a368c948 Mon Sep 17 00:00:00 2001 From: Walther Neuper Date: Wed, 09 Jun 2010 07:40:57 +0000 Subject: exstore + : ohne Rest, mehrere Reihen --- diff --git a/ReckonPrimer.activity/exstore.py b/ReckonPrimer.activity/exstore.py index e0b2a39..f62528d 100644 --- a/ReckonPrimer.activity/exstore.py +++ b/ReckonPrimer.activity/exstore.py @@ -111,6 +111,16 @@ class ExStore: #_sett['factors'] = [10]; _sett['title'] = "10-er Reihe" #_c1c2c1c1t9 = Task(copy.deepcopy(_sett), []) ####### _c1c2c1c1 ############################################################ + _sett['factors'] = [2,4]; _sett['title'] = '2,4-er Reihe' + _c1c2c1c2t1 = Task(copy.deepcopy(_sett), []) + _sett['factors'] = [2,4,8]; _sett['title'] = '2,4,8-er Reihe' + _c1c2c1c2t2 = Task(copy.deepcopy(_sett), []) + #_sett['factors'] = [5,10]; _sett['title'] = '-er Reihe' + #_c1c2c1c2t2 = Task(copy.deepcopy(_sett), []) + _sett['factors'] = [3,6]; _sett['title'] = '3,6-er Reihe' + _c1c2c1c2t3 = Task(copy.deepcopy(_sett), []) + _sett['factors'] = [3,6,9]; _sett['title'] = '3,6,9-er Reihe' + _c1c2c1c2t4 = Task(copy.deepcopy(_sett), []) @@ -232,10 +242,14 @@ Collection("root = invisible node","required by tree structure", None, " ", None, [Collection(": ohne Rest", #_c1c2c1 " ", None, - [Collection("Reihen einzeln", #_c1c2c1c1 + [Collection("Reihen einzeln", #_c1c2c1c1 " ", None, [_c1c2c1c1t1, _c1c2c1c1t2, _c1c2c1c1t3, _c1c2c1c1t4, _c1c2c1c1t5, _c1c2c1c1t6, _c1c2c1c1t7, _c1c2c1c1t8 + ]), + Collection("mehrere Reihen", #_c1c2c1c2 + " ", None, + [_c1c2c1c2t1, _c1c2c1c2t2, _c1c2c1c2t3, _c1c2c1c2t4 ]) ]) ]), -- cgit v0.9.1