1 import questions
, statistic
8 f
.question
= q
.question
14 def EvalQuestion(self
, answer
):
15 if q
.correct
== answer
:
21 def FindNewQuestion(self
):
24 def FindBadQuestion(self
):
27 def FindGoodQuestion(self
):
31 self
.q
= questions
.Questions
32 self
.s
= statistic
.Statistic