-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquestions.py
4 lines (2 loc) · 1.8 KB
/
questions.py
1
2
3
4
pitq = {'Team Information': {'Type': 'Header'}, 'Team No.': {'Type': 'Number Input', 'Minimum': 1, 'Maximum': 100000}}
matchq = {'Round No.': {'Type': 'Number Input', 'Minimum': 1, 'Maximum': 100}, 'Team Information': {'Type': 'Header'}, 'Team No.': {'Type': 'Number Input', 'Minimum': 1, 'Maximum': 30000}, 'Auto': {'Type': 'Header'}, 'Did they move off the starting line?': {'Type': 'Multiple Choice', 'Options': ['No', 'Yes'], 'DefaultIndex': 0}, 'Highest Reef Level Scored:': {'Type': 'Multiple Choice', 'Options': ['None', '1 (Bottom)', '2', '3', '4 (Top)'], 'DefaultIndex': 0}, 'Number of Coral Scored:': {'Type': 'Number Input', 'Minimum': 0, 'Maximum': 10}, 'Number of Algae Scored in Processor:': {'Type': 'Number Input', 'Minimum': 0, 'Maximum': 10}, 'Number of Algae Scored in The Net:': {'Type': 'Number Input', 'Minimum': 0, 'Maximum': 10}, 'Teleop - Coral': {'Type': 'Header'}, 'How many coral did they score on level 1 (bottom)?': {'Type': 'Number Input', 'Minimum': 0, 'Maximum': 12}, 'How many coral did they score on level 2?': {'Type': 'Number Input', 'Minimum': 0, 'Maximum': 12}, 'How many coral did they score on level 3?': {'Type': 'Number Input', 'Minimum': 0, 'Maximum': 12}, 'How many coral did they score on level 4 (top)?': {'Type': 'Number Input', 'Minimum': 0, 'Maximum': 12}, 'Teleop - Algae': {'Type': 'Header'}, 'How many algae did they score in the processor?': {'Type': 'Number Input', 'Minimum': 0, 'Maximum': 9}, 'How many algae did the robot score in the net?': {'Type': 'Number Input', 'Minimum': 0, 'Maximum': 9}, 'How many algae did the human score in the net?': {'Type': 'Number Input', 'Minimum': 0, 'Maximum': 9}, 'Endgame': {'Type': 'Header'}, 'Which cage did they climb on?': {'Type': 'Multiple Choice', 'Options': ['None', 'Shallow Cage (high)', 'Deep Cage (low)'], 'DefaultIndex': 0}}