dummy function
parent
0de1cf9a67
commit
e885b18cc5
|
@ -61,6 +61,9 @@ public class QuizBackend {
|
||||||
//TODO: user aware random question picker
|
//TODO: user aware random question picker
|
||||||
|
|
||||||
//TODO: function to determine whether a user should get more questions
|
//TODO: function to determine whether a user should get more questions
|
||||||
|
public static boolean shouldGetMoreQuestions(String discordUserID) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
//TODO: function to get a user’s score
|
//TODO: function to get a user’s score
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue