Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data.py
diff options
context:
space:
mode:
Diffstat (limited to 'data.py')
-rw-r--r--data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.py b/data.py
index b35b4ba..2d2322b 100644
--- a/data.py
+++ b/data.py
@@ -21,7 +21,7 @@ import random, math
class LevelData():
def __init__(self):
- self.question_max = 2 # number of questions in each section (slider, multiple choice & entry)
+ self.question_max = 3 # number of questions in each section (slider, multiple choice & entry)
self.thresh_slider = 0 # if question count matches this number, change to this section
self.thresh_mult = self.question_max # if question count matches this number, change to this section
self.thresh_entry = 2 * self.question_max # if question count matches this number, change to this section