-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathquestions.json
50 lines (49 loc) · 1.24 KB
/
questions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"login-prompt": {
"maximum": 20,
"minimum": 7,
"answer_type": "string",
"message": "What is thy name? "
},
"start-registration": {
"answer": "y",
"case-insensitive": true,
"answer_type": "string",
"message": "Wouldst thou desire to write that name in the Royal Register? "
},
"select-race": {
"answer": [
"human",
"drow",
"orc",
"dwarf"
],
"answer_type": "choice",
"message": "What be thy race? "
},
"select-class": {
"answer": [
"cleric",
"mage",
"warrior"
],
"answer_type": "choice",
"message": "What class shalt thou choose? "
},
"enter-email": {
"answer-type": "string",
"message": "Please enter your email address: "
},
"authenticate-user": {
"answer-type": "string",
"message": "Giveth now the secret phrase: "
},
"enter-password-1": {
"answer-type": "string",
"message": "What is thy secret phrase (password)? "
},
"enter-password-2": {
"answer-type": "string",
"message": "Giveth now the secret phrase (again): "
}
}