예제 #1
0
 def displayLearningMaterial(self):
     self.tableRepresentation=self.buildTable()
     sheetName="./recallMaterial/learn.html"
     tgen.createTemplate(self.tableRepresentation,sheetName,self.path)
     openFileMultipleOs(sheetName)# windows only, for mac : os.system("open "+filename)
     time.sleep(self.memoTime)
예제 #2
0
 def beforeRecall(self):
     self.shuffleTable()
     recallsheet="./recallMaterial/recall.html"
     tgen.createTemplate(self.tableRepresentationRecall,recallsheet,self.path)
     openFileMultipleOs(recallsheet)
     self.buildSolution()