In [1]:
from xv.biology.managers import QuestionManager
In [10]:
book_file_path = 'biology/biology.txt'
In [11]:
ke = QuestionManager(book_file_path = book_file_path,
verbose = False,
)
ke
Out[11]:
In [12]:
ke.printProblemTypes()
In [13]:
ke.getRandomProblem(problem_type = -1)
Out[13]:
In [14]:
ke.printAnswer()
Out[14]:
In [15]:
ke.printSolution()
Out[15]:
In [ ]:
In [ ]: