Skip to content
Snippets Groups Projects
Commit f4a6ae27 authored by Antonio Andriella's avatar Antonio Andriella
Browse files

Add new sentences which include your_turn

parent 8a0c6032
No related branches found
No related tags found
No related merge requests found
......@@ -30,10 +30,10 @@ class Robot:
self.sentences = ""
self.lev_0_sentences = "your_turn.wav"
self.lev_1_sentences = ["Lev_1_1.wav", "Lev_1_2.wav", "Lev_1_3.wav"]
self.lev_2_sentences = ["Lev_2_left.wav", "Lev_2_center.wav", "Lev_2_right.wav"]
self.lev_3_sentences = ["D.wav", "O.wav", "M.wav", "R.wav", "E.wav",
"G.wav", "L.wav", "S.wav", "U.wav", "I.wav"]
self.lev_1_sentences = ["Lev_1_1_.wav", "Lev_1_2_.wav", "Lev_1_3_.wav"]
self.lev_2_sentences = ["Lev_2_left_.wav", "Lev_2_center_.wav", "Lev_2_right_.wav"]
self.lev_3_sentences = ["D_.wav", "O_.wav", "M_.wav", "R_.wav", "E_.wav",
"G_.wav", "L_.wav", "S_.wav", "U_.wav", "I_.wav"]
self.end_game_sentence = "end_game.wav"
self.instruction_sentence = "instruction.wav"
self.move_back_sentence = "move_back.wav"
......@@ -139,12 +139,12 @@ class Robot:
b_executed = True
return b_executed
'''
LEVELS OF ASSISTANCE FURNISHED BY THE ROBOT
'''
def assistance(self, lev_id, solution, location, counter, delay_for_speech):
if lev_id == 0:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment