Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ListenSpell.py
diff options
context:
space:
mode:
Diffstat (limited to 'ListenSpell.py')
-rwxr-xr-xListenSpell.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ListenSpell.py b/ListenSpell.py
index 24a3f46..a44a4ef 100755
--- a/ListenSpell.py
+++ b/ListenSpell.py
@@ -335,7 +335,7 @@ class ListenSpell(activity.Activity):
self.las.ans_incorrect(self.wordid)
self.las.say_text("Incorrect")
self.display_console("Incorrect. The correct spelling is.. ")
- self.las.say_text("The correct spelling is..\n")
+ self.las.say_text("The correct spelling is")
self.shout(self.elem)
self.update_all()
self.play_game("next word")
@@ -499,7 +499,7 @@ class ListenSpell(activity.Activity):
if mode == "start":
self.this_level_size = 7
self.this_level_max_error = 3
- self.wordid_list = self.las.load_wordid(self.this_level_size + self.this_level_max_error)
+ self.wordid_list = self.las.load_wordid()
self.this_level_num_words = len(self.wordid_list)
self.this_level_words_left = self.this_level_num_words
self.word_index = 1