parent
e16e1be1ca
commit
39d59b8804
|
@ -5,11 +5,11 @@ import org.apache.commons.lang.StringUtils;
|
||||||
public enum Question {
|
public enum Question {
|
||||||
|
|
||||||
ONE("How old are you?", "Your answer must be numeric."),
|
ONE("How old are you?", "Your answer must be numeric."),
|
||||||
TWO("What type of player are you?", "Your answer must be under 300 characters long."),
|
TWO("How do you typically enjoy playing Minecraft?", "Your answer must be under 300 characters long."),
|
||||||
THREE1("Have you ever been banned? Please answer just 'yes' or 'no'.", "Your answer must be just 'yes' or 'no'."),
|
THREE1("Have you ever been banned? Please answer just 'yes' or 'no'.", "Your answer must be just 'yes' or 'no'."),
|
||||||
THREE2("Oof. That's okay, it's happened to plenty of people. Do you mind letting us know why?", "Your answer must be under 300 characters long."),
|
THREE2("Oof. That's okay, it's happened to plenty of people. Do you mind letting us know why?", "Your answer must be under 300 characters long."),
|
||||||
FOUR("Were you referred to our server by someone?", "Your answer must be under 50 characters long."),
|
FOUR("How did you find out about our server?", "Your answer must be under 50 characters long."),
|
||||||
FIVE("Have you read the rules thoroughly?", "Your answer must be under 10 characters long."),
|
FIVE("Last question! Have you read the rules thoroughly?", "Your answer must be under 10 characters long."),
|
||||||
COMPLETE("All done! Staff should be reviewing your application any second now!", "");
|
COMPLETE("All done! Staff should be reviewing your application any second now!", "");
|
||||||
|
|
||||||
public static final String READ_RULES = "Are you sure? Maybe you should read them again...";
|
public static final String READ_RULES = "Are you sure? Maybe you should read them again...";
|
||||||
|
|
Loading…
Reference in New Issue