Commit 4939e844 by Иван Кубота

fix

parent 96505d5c
Pipeline #548 canceled with stage
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -64,7 +64,7 @@ quizTypes.checkbox = [ ComponentsOfProduct = { ...@@ -64,7 +64,7 @@ quizTypes.checkbox = [ ComponentsOfProduct = {
} }
}), }),
{ {
probability: 0,//10, probability: 10,//10,
correct: {min: 2, max: 4}, correct: {min: 2, max: 4},
wrong: {min: 1, max: 3}, wrong: {min: 1, max: 3},
answers: {min: 4, max: 6}, answers: {min: 4, max: 6},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment