fuck it, here’s a "fixed typo" commit
parent
9738530b4e
commit
06160852fc
|
@ -20,7 +20,7 @@ public class QuizBackend {
|
||||||
*
|
*
|
||||||
* @param question The string for the question text
|
* @param question The string for the question text
|
||||||
* @param answers The multiple choice answers
|
* @param answers The multiple choice answers
|
||||||
* @param mask A mask to be layed over answers to decide which answers are correct and which aren’t
|
* @param mask A mask to be laid over answers to decide which answers are correct and which aren’t
|
||||||
* @param scoreValue See getQuestionScoreValue()
|
* @param scoreValue See getQuestionScoreValue()
|
||||||
*/
|
*/
|
||||||
public Question(String question, String[] answers, boolean[] mask, int scoreValue) {
|
public Question(String question, String[] answers, boolean[] mask, int scoreValue) {
|
||||||
|
|
Loading…
Reference in New Issue