dummy function

master
BodgeMaster 2022-02-22 18:50:19 +01:00
parent 0de1cf9a67
commit e885b18cc5
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,9 @@ public class QuizBackend {
//TODO: user aware random question picker
//TODO: function to determine whether a user should get more questions
public static boolean shouldGetMoreQuestions(String discordUserID) {
return false;
}
//TODO: function to get a users score