forgot another thing in the API :(
parent
8f2636a283
commit
9738530b4e
|
@ -21,8 +21,9 @@ public class QuizBackend {
|
|||
* @param question The string for the question text
|
||||
* @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 scoreValue See getQuestionScoreValue()
|
||||
*/
|
||||
public Question(String question, String[] answers, boolean[] mask) {
|
||||
public Question(String question, String[] answers, boolean[] mask, int scoreValue) {
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue