|
@@ -19,8 +19,12 @@ class AppPattern {
|
|
|
{
|
|
{
|
|
|
"text": "Age?",
|
|
"text": "Age?",
|
|
|
"hint": "How old are you? Please leave blank if you don\'t want to tell us!",
|
|
"hint": "How old are you? Please leave blank if you don\'t want to tell us!",
|
|
|
|
|
+ "optional": true,
|
|
|
"type": "age",
|
|
"type": "age",
|
|
|
- "optional": true
|
|
|
|
|
|
|
+ "options": {
|
|
|
|
|
+ "min": 1,
|
|
|
|
|
+ "max": 150
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"text": "About how often do you play Minecraft?",
|
|
"text": "About how often do you play Minecraft?",
|
|
@@ -31,19 +35,31 @@ class AppPattern {
|
|
|
"text": "Why are you interested in joining this server?",
|
|
"text": "Why are you interested in joining this server?",
|
|
|
"hint": "Why would you like to join this server? What can you offer to others on the server? What can this server offer you that other servers can not? Please describe in detail.",
|
|
"hint": "Why would you like to join this server? What can you offer to others on the server? What can this server offer you that other servers can not? Please describe in detail.",
|
|
|
"optional": false,
|
|
"optional": false,
|
|
|
- "type": "text-box-limited"
|
|
|
|
|
|
|
+ "type": "text-box-limited",
|
|
|
|
|
+ "options": {
|
|
|
|
|
+ "min": 270,
|
|
|
|
|
+ "steps": 10
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"text": "Current Redstone knowledge",
|
|
"text": "Current Redstone knowledge",
|
|
|
"hint": "What are your current limits in redstone? Tell us anything you know concerning redstone.",
|
|
"hint": "What are your current limits in redstone? Tell us anything you know concerning redstone.",
|
|
|
"optional": false,
|
|
"optional": false,
|
|
|
- "type": "text-box-limited"
|
|
|
|
|
|
|
+ "type": "text-box-limited",
|
|
|
|
|
+ "options": {
|
|
|
|
|
+ "min": 270,
|
|
|
|
|
+ "steps": 10
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"text": "Past Redstone Experience",
|
|
"text": "Past Redstone Experience",
|
|
|
"hint": "Describe your best Redstone creation(s) to date. Tell us how they work and what kind of Redstone logic was used.",
|
|
"hint": "Describe your best Redstone creation(s) to date. Tell us how they work and what kind of Redstone logic was used.",
|
|
|
"optional": false,
|
|
"optional": false,
|
|
|
- "type": "text-box-limited"
|
|
|
|
|
|
|
+ "type": "text-box-limited",
|
|
|
|
|
+ "options": {
|
|
|
|
|
+ "min": 270,
|
|
|
|
|
+ "steps": 10
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"text": "What kind of creations would you like to build on this server?",
|
|
"text": "What kind of creations would you like to build on this server?",
|