You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a: 'PBCTF is open to students, professionals, and cybersecurity enthusiasts of all skill levels. Participants must be at least 18 years old or accompanied by a guardian.',
14
+
q: "Who can participate?",
15
+
a: "PBCTF is open to students, professionals, and cybersecurity enthusiasts of all skill levels.",
16
16
},
17
17
{
18
-
q: 'Do I need prior CTF experience?',
19
-
a: 'While prior experience is helpful, it is not mandatory. We offer challenges across multiple difficulty levels, making the competition accessible to beginners while still challenging for veterans.',
18
+
q: "Do I need prior CTF experience?",
19
+
a: "While prior experience is helpful, it is not mandatory. We offer challenges across multiple difficulty levels, making the competition accessible to beginners while still challenging for veterans.",
20
20
},
21
21
{
22
-
q: 'Will certificates be issued?',
23
-
a: 'Yes. All participants receive a certificate of participation. Winners receive special achievement certificates and trophies.',
22
+
q: "Will certificates be issued?",
23
+
a: "Yes. All participants receive a certificate of participation. Winners receive special achievement certificates and prizes.",
24
24
},
25
25
],
26
26
Teams: [
27
27
{
28
-
q: 'Can I participate individually?',
29
-
a: 'Teams of 2-4 members are required. If you do not have a team, join our Discord community to find teammates before registration closes.',
28
+
q: "Can I participate individually?",
29
+
a: "Yes, individual participation is allowed. You need to create a solo team in the dashboard",
30
+
},
31
+
{
32
+
q: "What is the maximum team size?",
33
+
a: "A team can consist of a maximum of Two members.",
30
34
},
31
35
],
32
36
Logistics: [
33
37
{
34
-
q: 'What should I bring?',
35
-
a: 'Bring your laptop, charger, any preferred peripherals, and a valid government-issued ID. All other equipment and resources will be provided at the venue.',
38
+
q: "What should I bring?",
39
+
a: "Bring your laptop, charger, any preferred peripherals, and a valid government-issued ID. All other equipment and resources will be provided at the venue.",
36
40
},
37
41
{
38
-
q: 'Is accommodation provided?',
39
-
a: 'Accommodation is not provided directly, but we have partnered with nearby hotels offering discounted rates for participants. Details will be shared after registration.',
42
+
q: "Is accommodation provided?",
43
+
a: "No accommodation is provided. Participants are responsible for their own lodging arrangements.",
40
44
},
41
45
],
42
46
Rules: [
43
47
{
44
-
q: 'How are winners selected?',
45
-
a: 'Teams are ranked based on total points earned by solving challenges. In case of a tie, the team that submitted solutions earliest wins.',
48
+
q: "How are winners selected?",
49
+
a: "Teams are ranked based on total points earned by solving challenges. In case of a tie, the team that submitted solutions earliest wins.",
46
50
},
47
51
{
48
-
q: 'What is the competition format?',
49
-
a: 'PBCTF is a jeopardy-style CTF with challenges across 8 categories. The competition runs for 24 continuous hours. Teams work together to solve as many challenges as possible.',
52
+
q: "What is the competition format?",
53
+
a: "PBCTF is a jeopardy-style CTF with challenges across 8 categories. The competition runs for 8 continuous hours. Teams work together to solve as many challenges as possible.",
50
54
},
51
-
]
55
+
],
52
56
};
53
57
54
58
constcategories=Object.keys(faqsByCategory);
@@ -57,21 +61,25 @@ export default function FAQ() {
0 commit comments