blob: f1f5a57819167a4bba226bb5a3c6c8482d0689fe (
plain) (
blame)
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
<name: "Question Room What"
panel_display_name: "Question Room"
panels {
name: "QUESTION"
path: "Panels/Questions/question_4"
clue: "question"
answer: "what"
symbols: EXAMPLE
proxies { answer: "what" path: "Panels/Question Proxies/question_4_proxied" }
proxies { answer: "why" path: "Panels/Question Proxies/question_4_proxied2" }
proxies { answer: "when" path: "Panels/Question Proxies/question_4_proxied3" }
proxies { answer: "how" path: "Panels/Question Proxies/question_4_proxied4" }
proxies { answer: "who" path: "Panels/Question Proxies/question_4_proxied5" }
proxies { answer: "where" path: "Panels/Question Proxies/question_4_proxied6" }
display_name: "QUESTION (What)"
}
|