Fixed odin question file

This commit is contained in:
2019-02-05 12:05:30 +00:00
parent b1a99fcafe
commit 5f554dcdc8
5 changed files with 11 additions and 6 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
1, What are the gods trying to do?
2, Who came to help them?
3, What deal was agreed on?
2, Who came to the gods offering to help?
3, What would the gods give the stranger as payment for his work?
1 1 What are the gods trying to do?
2 2 Who came to help them? Who came to the gods offering to help?
3 3 What deal was agreed on? What would the gods give the stranger as payment for his work?
+2 -2
View File
@@ -1,3 +1,3 @@
1, What reward did the stranger ask for his work?
2, Who is, in fact, the stranger?
3, What did the gods decide to do?
2, Who had a plan to allow the gods not to pay the stranger?
3, Who helped the stranger work?
1 1, What reward did the stranger ask for his work? 1 What reward did the stranger ask for his work?
2 2, Who is, in fact, the stranger? 2 Who had a plan to allow the gods not to pay the stranger?
3 3, What did the gods decide to do? 3 Who helped the stranger work?
+3 -2
View File
@@ -1,2 +1,3 @@
1, How is the construction progressing?
2, What is happening to the horse?
1, How is the construction of the wall progressing?
2, Who does the horse get distracted by?
3, What part of the wall was left unfinished?
1 1 How is the construction progressing? How is the construction of the wall progressing?
2 2 What is happening to the horse? Who does the horse get distracted by?
3 3 What part of the wall was left unfinished?
+3
View File
@@ -0,0 +1,3 @@
1, What items did the dwarves forge?
2, Could they work in peace?
3, Who is, in fact, Gadfly?
1 1, What items did the dwarves forge?
2 2, Could they work in peace?
3 3, Who is, in fact, Gadfly?
+1
View File
@@ -126,6 +126,7 @@ class EEGStoryTrainThread(BaseThread):
'''
self.wav_files = natsorted(globDir(self.stimDir, '*.wav'))
q_files = natsorted(globDir(self.stimDir, '*.csv'))
set_trace()
for wav_file, q_file in zip(self.wav_files, q_files):
q_lines = []
with open(q_file, 'r') as csvfile: