mirror of
https://github.com/jorenchik/mdemory.git
synced 2026-03-22 00:26:21 +00:00
chooser for the algorithm
This commit is contained in:
@@ -6,5 +6,12 @@
|
||||
|
||||
extern QMainWindow *trainWindow;
|
||||
|
||||
enum PracticeAlgorithm {
|
||||
PRIMARY,
|
||||
RANDOM,
|
||||
SPACED,
|
||||
};
|
||||
|
||||
void initTrainWindow();
|
||||
void setQuestions(std::vector<Question*> questions);
|
||||
void setQuestions(std::vector<Question*> questions, PracticeAlgorithm algorithm);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user