|
| 1 | +<template> |
| 2 | + <v-container> |
| 3 | + <v-row align="center" justify="center"> |
| 4 | + <v-col cols="12" sm="12" md="12"> |
| 5 | + <page-card> |
| 6 | + <template #title> |
| 7 | + <v-toolbar-title>Frequently Asked Questions</v-toolbar-title> |
| 8 | + </template> |
| 9 | + |
| 10 | + <div class="faq"> |
| 11 | + <v-expansion-panels flat inset focusable> |
| 12 | + <v-expansion-panel> |
| 13 | + <v-expansion-panel-header color="cwhqBlue">How do I sign up for the challenge?</v-expansion-panel-header> |
| 14 | + <v-expansion-panel-content color="white" style="color: #333;"> |
| 15 | + <v-card-text> |
| 16 | + Create an account anytime until April 23, 2020 at |
| 17 | + <router-link :to="{ name: 'register' }">https://challenge.codewizardshq.com/create-account </router-link>. You will need a parent's email |
| 18 | + address to sign up. |
| 19 | + </v-card-text> |
| 20 | + </v-expansion-panel-content> |
| 21 | + </v-expansion-panel> |
| 22 | + <v-expansion-panel> |
| 23 | + <v-expansion-panel-header color="cwhqBlue">How do I play the challenge? </v-expansion-panel-header> |
| 24 | + <v-expansion-panel-content color="white" style="color: #333;"> |
| 25 | + <v-card-text> |
| 26 | + Login every day between Apr 3 8:00AM CT - Apr 23 11:59PM CT to answer a challenge question. When you get the question right, you will move |
| 27 | + on to the next level. You can answer questions as many times as you want until Apr 23 11:59PM CT. If you have answered all 21 questions |
| 28 | + correctly, you will move on to the boss challenge. Challengers who place in the boss challenge will win a $100 CWHQ gift card plus a cash |
| 29 | + prize. |
| 30 | + </v-card-text> |
| 31 | + </v-expansion-panel-content> |
| 32 | + </v-expansion-panel> |
| 33 | + |
| 34 | + <v-expansion-panel> |
| 35 | + <v-expansion-panel-header color="cwhqBlue">What are the challenge prizes? </v-expansion-panel-header> |
| 36 | + <v-expansion-panel-content color="white" style="color: #333;"> |
| 37 | + <v-card-text> |
| 38 | + Any challengers who complete all 21 levels will win a $100 CodeWizardsHQ gift card. Place in the boss level and win the $100 CWHQ gift card |
| 39 | + plus a cash prize. |
| 40 | + <ul> |
| 41 | + <li>First Place $100</li> |
| 42 | + <li>Second Place $50</li> |
| 43 | + <li>Third Place $25</li> |
| 44 | + </ul> |
| 45 | + First, second, and third place winners are determined by public vote. |
| 46 | + </v-card-text> |
| 47 | + </v-expansion-panel-content> |
| 48 | + </v-expansion-panel> |
| 49 | + |
| 50 | + <v-expansion-panel> |
| 51 | + <v-expansion-panel-header color="cwhqBlue">Who can participate in the code challenge? </v-expansion-panel-header> |
| 52 | + <v-expansion-panel-content color="white" style="color: #333;"> |
| 53 | + <v-card-text> |
| 54 | + Challengers must be children between the ages of 8 and 18. Any challengers under the age of 13 will require parental consent. |
| 55 | + </v-card-text> |
| 56 | + </v-expansion-panel-content> |
| 57 | + </v-expansion-panel> |
| 58 | + |
| 59 | + <v-expansion-panel> |
| 60 | + <v-expansion-panel-header color="cwhqBlue">Can I get help with the challenge? </v-expansion-panel-header> |
| 61 | + <v-expansion-panel-content color="white" style="color: #333;"> |
| 62 | + <v-card-text> |
| 63 | + You can get help with the challenge via Discord, Facebook, and our FAQ page. Please reach out to us with any technical questions through one |
| 64 | + of these sources. We will not be able to help you answer the questions in the challenge. |
| 65 | + </v-card-text> |
| 66 | + </v-expansion-panel-content> |
| 67 | + </v-expansion-panel> |
| 68 | + |
| 69 | + <v-expansion-panel> |
| 70 | + <v-expansion-panel-header color="cwhqBlue">What are the questions going to cover? </v-expansion-panel-header> |
| 71 | + <v-expansion-panel-content color="white" style="color: #333;"> |
| 72 | + <v-card-text> |
| 73 | + The questions will cover topics related to coding in Python and JavaScript. |
| 74 | + </v-card-text> |
| 75 | + </v-expansion-panel-content> |
| 76 | + </v-expansion-panel> |
| 77 | + |
| 78 | + <v-expansion-panel> |
| 79 | + <v-expansion-panel-header color="cwhqBlue">Are the questions differentiated by age? </v-expansion-panel-header> |
| 80 | + <v-expansion-panel-content color="white" style="color: #333;"> |
| 81 | + <v-card-text> |
| 82 | + The challenge is for students 8-18 years of age. The questions are the same for all contestants and are not differentiated by age. |
| 83 | + </v-card-text> |
| 84 | + </v-expansion-panel-content> |
| 85 | + </v-expansion-panel> |
| 86 | + |
| 87 | + <v-expansion-panel> |
| 88 | + <v-expansion-panel-header color="cwhqBlue">How much time do you have to answer a question? </v-expansion-panel-header> |
| 89 | + <v-expansion-panel-content color="white" style="color: #333;"> |
| 90 | + <v-card-text> |
| 91 | + You have until the end of the challenge to answer all questions. |
| 92 | + </v-card-text> |
| 93 | + </v-expansion-panel-content> |
| 94 | + </v-expansion-panel> |
| 95 | + |
| 96 | + <v-expansion-panel> |
| 97 | + <v-expansion-panel-header color="cwhqBlue">Can I answer questions more than once? </v-expansion-panel-header> |
| 98 | + <v-expansion-panel-content color="white" style="color: #333;"> |
| 99 | + <v-card-text> |
| 100 | + Yes, you have unlimited tries to answer a question correctly. However, there is a cooling off period of 30 minutes after every 3 incorrect |
| 101 | + answers. |
| 102 | + </v-card-text> |
| 103 | + </v-expansion-panel-content> |
| 104 | + </v-expansion-panel> |
| 105 | + |
| 106 | + <v-expansion-panel> |
| 107 | + <v-expansion-panel-header color="cwhqBlue">What skills do I need to have to attempt the questions? </v-expansion-panel-header> |
| 108 | + <v-expansion-panel-content color="white" style="color: #333;"> |
| 109 | + <v-card-text> |
| 110 | + You only need a beginner’s Python or JavaScript knowledge to participate. |
| 111 | + </v-card-text> |
| 112 | + </v-expansion-panel-content> |
| 113 | + </v-expansion-panel> |
| 114 | + |
| 115 | + <v-expansion-panel> |
| 116 | + <v-expansion-panel-header color="cwhqBlue">How is the winner determined? </v-expansion-panel-header> |
| 117 | + <v-expansion-panel-content color="white" style="color: #333;"> |
| 118 | + <v-card-text> |
| 119 | + The 1st, 2nd, and 3rd place winners are determined by a public vote. Any challengers who complete all 21 levels will be eligible to win. |
| 120 | + </v-card-text> |
| 121 | + </v-expansion-panel-content> |
| 122 | + </v-expansion-panel> |
| 123 | + |
| 124 | + <v-expansion-panel> |
| 125 | + <v-expansion-panel-header color="cwhqBlue">Can I answer questions more than once? </v-expansion-panel-header> |
| 126 | + <v-expansion-panel-content color="white" style="color: #333;"> |
| 127 | + <v-card-text> |
| 128 | + Create an account anytime until April 23, 2020 at |
| 129 | + <router-link :to="{ name: 'register' }">https://challenge.codewizardshq.com/create-account </router-link>. You will need a parent's email |
| 130 | + address to sign up. |
| 131 | + </v-card-text> |
| 132 | + </v-expansion-panel-content> |
| 133 | + </v-expansion-panel> |
| 134 | + </v-expansion-panels> |
| 135 | + </div> |
| 136 | + </page-card> |
| 137 | + </v-col> |
| 138 | + </v-row> |
| 139 | + <br /> |
| 140 | + <br /> |
| 141 | + </v-container> |
| 142 | +</template> |
| 143 | + |
| 144 | +<script> |
| 145 | +import PageCard from '@/components/PageCard'; |
| 146 | +import FAQCard from './FAQCard'; |
| 147 | +
|
| 148 | +export default { |
| 149 | + name: 'faq', |
| 150 | + components: { |
| 151 | + PageCard, |
| 152 | + FAQCard |
| 153 | + } |
| 154 | +}; |
| 155 | +</script> |
| 156 | + |
| 157 | +<style lang="scss" scoped> |
| 158 | +.faq { |
| 159 | + padding-top: 12px; |
| 160 | + padding-bottom: 12px; |
| 161 | + font-family: 'Barlow', sans-serif !important; |
| 162 | +
|
| 163 | + a { |
| 164 | + color: #202f50; |
| 165 | + } |
| 166 | +} |
| 167 | +</style> |
0 commit comments