-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathfaq.html
More file actions
267 lines (245 loc) · 18.8 KB
/
faq.html
File metadata and controls
267 lines (245 loc) · 18.8 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!doctype html>
<html>
<head>
<title>FAQ's</title>
<meta name="viewport" content="width=device-width">
<meta name="charset" content="utf-8">
<meta name="theme-color" content="#412b69">
<meta name="google-site-verification" content="HKE8WuU9jmTqLYJQeGP3ZPbHInVZybJ094VH6DEJJ0c">
<link rel="icon" type="image/png" href="static/images/hub.jpg">
<link rel="apple-touch-icon" type="image/png" href="static/images/hub.jpg">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans|Source+Sans+Pro&display=swap" rel="stylesheet">
<link href="static/css/faq.css" rel="stylesheet">
<script src="static/js/faq.js"></script>
</head>
<body>
<input type="checkbox" id="nav" class="hidden">
<label for="nav" class="nav-btn">
<i></i>
<i></i>
<i></i>
</label>
<div class="nav-wrapper">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/events.html">Events</a></li>
<li><a href="/faq.html">FAQ's</a></li>
<li><a href="/about.html">Team</a></li>
<li><a href="/contact.html">Contact Us</a></li>
</ul>
</div>
<!--hero container-->
<div class="hero">
<div class="hero--container">
<nav id="navbar">
<div class="hero--nav">
<img src="static/images/hub.jpg" class="logo">
<li class="one"><a href="/">Coding Hub</a></li>
<div class="big-menu">
<div class="left">
<a href="/">
<img src="static/images/home.svg" class="home">
</a>
<a href="/events.html">
<li class="link two">Events</li>
</a>
<a href="/contact.html">
<li class="link three">Contact Us</li>
</a>
<a href="/about.html">
<li class="link four">Team</li>
</a>
</div>
</div>
</nav>
<div class="main">
<div class="heading">FAQ's</div>
<div id="myBtnContainer">
<button class="btn active shadow" onclick="filterSelection('cc')"> CrossCode</button>
<button class="btn shadow" onclick="filterSelection('cb')"> CodeBusters</button>
<button class="btn shadow" onclick="filterSelection('yw')"> YouOnWeb</button>
</div>
<div class="column">
<div class="row cc">
<div class="content">
<h3 class="question">1. In Word Puzzle,how many keywords we have to find?</h3>
<h4 class="answer"><span class="Ans">Ans.</span> Number of keywords will be around 15-20.All
the participants will have same number of keywords.</h4>
<h3 class="question">2. What will be the format of the word puzzle?</h3>
<h4 class="answer"><span class="Ans">Ans.</span> Word Puzzle will 20 X 20. Keywords will be
provided beside the puzzle. Example:<img id="puzzle" src="static/images/puzzle.png"
alt="puzzle">
</h4>
<h3 class="question">3. What orientations will be for words in puzzle?</h3>
<h4 class="answer"><span class="Ans">Ans.</span>The words can be
vertically,horizontally,diagonally oriented and can be in reverse order.So watch
Carefully.</h4>
<h3 class="question">4. Will there be Negative marking for MCQ's in KBC?</h3>
<h4 class="answer"><span class="Ans">Ans.</span> There is no negative marking, also only
single answer is correct. So give your luck a shot!</h4>
<h3 class="question">5. Is it language selective coding?</h3>
<h4 class="answer"><span class="Ans">Ans.</span> There is freedom for participants to choose
from Python/C/C++, whichever they're comfortable with.
The only goal is to get the desired output in the end.</h4>
<h3 class="question">6. What if no-one can complete the final round?</h3>
<h4 class="answer"><span class="Ans">Ans.</span> Judges will decide on overall performance
in first and second round and give the results.
Judges decision will be final.
</h4>
</div>
</div>
<div class="row cb">
<div class="content">
<h3 class="question">1. What are the contents of record provided for jumbled code?</h3>
<h4 class="answer"><span class="Ans">Ans.</span> The record is supposed to contain all the
lines required for the
code as well as some extra lines which may add error to the code.So beware while
selecting
the lines for source.
</h4>
<h3 class="question">2. How to get to the result?</h3>
<h4 class="answer"><span class="Ans">Ans.</span> The question will be available as a hard
copy (on a piece of paper).
The participants are expected to arrange the lines in the record in their correct
sequence
in order to achieve the desired output as per the given record.
Terminal and Text editor can be used to cross check before submission.
</h4>
<h3 class="question">3. Will there be errors in the code lines?</h3>
<h4 class="answer"><span class="Ans">Ans.</span> No. The provided lines on record will be
free of syntactical, symantical or any sort of errors.</h4>
<h3 class="question">4. What type of error we have to debug in second round?</h3>
<h4 class="answer"><span class="Ans">Ans.</span> There will be semantics error,syntax errors
and segmentation fault.</h4>
<h3 class="question">5. Which editor will be provided for Debugging?</h3>
<h4 class="answer"><span class="Ans">Ans.</span> Text Editor and Terminal on Ubuntu for
debugging.</h4>
<h3 class="question">6. Can we change the problem statement in Code Relay?</h3>
<h4 class="answer"><span class="Ans">Ans.</span>No. You can select the first problem
statement, then the next two will be provided to you and cannot be changed. </h4>
<h3 class="question">7. What if no-one can complete the final round?</h3>
<h4 class="answer"><span class="Ans">Ans.</span> Judges will decide on overall performance
in first and second round and give the results.
Judges decision will be final.
</h4>
</div>
</div>
<div class="row yw">
<div class="content">
<h3 class="question">1. Can we use Bootstrap?</h3>
<h4 class="answer"><span class="Ans">Ans.</span> No. Use of Bootstrap is prohibited, only
use HTML, CSS, JS(Javascript).</h4>
<h3 class="question">2. Internet will be provided or not?</h3>
<h4 class="answer"><span class="Ans">Ans.</span> No. There is no use of internet during
competition.</h4>
<h3 class="question">3. Will images be provided?</h3>
<h4 class="answer"><span class="Ans">Ans.</span> Yes. Image files will pe provided as per
requirement.</h4>
<h3 class="question">4. Which editor will be provided?</h3>
<h4 class="answer"><span class="Ans">Ans.</span> Text Editor along with Mozilla Firefox as
the test browser for Ubuntu.
Notepad along with Google Chrome as test browser for Windows.</h4>
<h3 class="question">5. Will there be Negative marking?</h3>
<h4 class="answer"><span class="Ans">Ans.</span> There is no negative marking, also only
single answer is correct. So give your luck a shot!</h4>
<h3 class="question">6. Criteria for qualification upto final round?</h3>
<h4 class="answer"><span class="Ans">Ans.</span> Depends on the number of features designed
for the solution to make it a convenient solution.</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<!--hero container end-->
<!--footer container starts-->
<div class="footer--container">
<div class="footer">
<h3 class="footer--text">Follow us on:
</h3>
<div class="social">
<a href="https://instagram.com/coding__hub?igshid=xdyxph78e9lg">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="social--svg">
<path style="fill:#314E55;"
d="M403.198,5.333H108.802C48.813,5.333,0,54.286,0,114.463v72.203V208v189.542 c0,60.172,48.813,109.125,108.802,109.125h294.396c59.99,0,108.802-48.953,108.802-109.125V208v-21.333v-72.203 C512,54.286,463.187,5.333,403.198,5.333z">
</path>
<path style="fill:#E9E7D1;"
d="M332.522,186.667c-22.413-13.451-48.533-21.333-76.522-21.333s-54.108,7.882-76.522,21.333H21.333 v-72.203c0-48.411,39.239-87.797,87.469-87.797h294.396c48.229,0,87.469,39.385,87.469,87.797v72.203H332.522z">
</path>
<path style="fill:#314E55;"
d="M430.938,58.667h-51.208C364.438,58.667,352,71.104,352,86.396v51.208 c0,15.292,12.438,27.729,27.729,27.729h51.208c15.292,0,27.729-12.438,27.729-27.729V86.396 C458.667,71.104,446.229,58.667,430.938,58.667z">
</path>
<path style="fill:#C59981;"
d="M437.333,137.604c0,3.526-2.865,6.396-6.396,6.396h-51.208c-3.531,0-6.396-2.87-6.396-6.396V86.396 c0-3.526,2.865-6.396,6.396-6.396h51.208c3.531,0,6.396,2.87,6.396,6.396V137.604z">
</path>
<path style="fill:#E9E7D1;"
d="M490.667,397.542c0,48.406-39.239,87.792-87.469,87.792H108.802 c-48.229,0-87.469-39.385-87.469-87.792V208h130.354c-27.735,27.128-45.021,64.897-45.021,106.667 C106.667,397.01,173.656,464,256,464s149.333-66.99,149.333-149.333c0-41.77-17.286-79.538-45.021-106.667h130.354V397.542z">
</path>
<path style="fill:#C59981;"
d="M384,314.667c0,70.578-57.417,128-128,128s-128-57.422-128-128s57.417-128,128-128 S384,244.089,384,314.667z">
</path>
<path style="fill:#314E55;"
d="M160,314.667c0,52.932,43.062,96,96,96s96-43.068,96-96s-43.062-96-96-96S160,261.734,160,314.667z">
</path>
<path style="fill:#C59981;"
d="M330.667,314.667c0,41.172-33.5,74.667-74.667,74.667s-74.667-33.495-74.667-74.667 S214.833,240,256,240S330.667,273.495,330.667,314.667z">
</path>
</svg>
</a>
<a href="https://github.com/codinghubteam">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 512 512" class="social--svg">
<path style="fill:#314E55;"
d="M481.859,172.433c-5.53-7.612-8.052-12.085-7.263-20.219c1.647-17.12-0.699-34.354-2.962-51.016 l-0.15-1.098c-3.03-22.337-8.864-43.649-17.343-63.35l-3.017-7.009l-13.732,2.926c-19.057,4.006-38.768,8.152-56.736,18.522 c-11.931,6.891-23.802,14.24-35.279,21.339c-7.685,4.759-15.365,9.513-23.095,14.154c-0.422,0.254-1.252,0.454-1.488,0.454 c0,0,0,0-0.005,0c-41.544-7.258-84.703-7.326-128.293-0.218c-0.535,0.095-2.295-0.204-3.693-1.034 c-4.79-2.871-9.463-5.952-14.135-9.032c-5.416-3.575-10.837-7.14-16.413-10.407c-26.588-15.61-55.965-30.666-90.609-35.089 l-6.773-0.866l-3.615,7.834c-0.681,1.434-1.252,2.663-1.733,3.947c-9.944,26.796-15.936,54.89-17.873,84.404 c-0.676,10.23-1.375,20.808,0.131,31.374c0.499,3.498,0.086,4.205-1.284,5.92c-12.511,15.601-21.462,31.918-27.359,49.868 c-9.912,30.158-11.708,63.591-5.657,105.203c5.017,34.812,13.55,60.211,27.663,82.344c29.663,46.525,75.458,72.736,136.118,77.903 c30.312,2.581,61.073,2.971,91.235,2.971c6.482,0,12.942-0.018,19.361-0.036c8.465-0.027,16.939-0.05,25.381-0.032 c38.836,0.023,69.806-5.035,97.968-16.059c50.132-19.615,83.465-56.147,99.065-108.583c8.696-29.214,12.588-60.288,11.563-92.361 C510.696,229.456,500.612,198.25,481.859,172.433z">
</path>
<path style="fill:#D8D8D8;"
d="M482.466,352.251c-14.081,47.319-42.873,78.91-88.028,96.579 c-25.916,10.152-54.536,14.957-91.158,14.78c-8.478-0.018-16.97,0.005-25.467,0.032c-35.874,0.1-72.954,0.204-108.968-2.871 c-55.357-4.713-95.273-27.404-122.029-69.375c-12.625-19.801-20.318-42.932-24.941-75.018c-5.702-39.203-4.183-69.039,4.922-96.738 c5.189-15.805,13.106-30.212,24.206-44.053c4.854-6.061,6.351-11.899,5.176-20.16c-1.234-8.651-0.599-18.245,0.077-28.438 c1.706-26.08,7.068-51.696,15.923-76.152c28.475,5.035,53.629,18.105,76.678,31.637c5.298,3.107,10.438,6.501,15.582,9.889 c4.899,3.23,9.799,6.455,14.839,9.472c5.017,2.989,11.078,4.269,16.227,3.421c41.508-6.777,82.589-6.718,122.137,0.19 c4.554,0.767,9.984-0.308,14.194-2.826c7.812-4.691,15.564-9.49,23.317-14.285c11.536-7.14,23.072-14.28,34.798-21.053 c15.043-8.683,32.018-12.38,49.995-16.163c6.269,16.168,10.679,33.451,13.128,51.483l0.15,1.098 c2.118,15.614,4.314,31.764,2.871,46.734c-1.429,14.807,4.264,24.025,10.733,32.92c16.753,23.072,25.404,50.036,26.438,82.426 C494.229,295.859,490.596,324.951,482.466,352.251z">
</path>
<path style="fill:#314E55;"
d="M363.028,231.415c-0.458,0-0.925,0.005-1.388,0.009c-8.606,0.15-17.216,0.499-25.825,0.848 c-7.839,0.318-15.678,0.635-23.512,0.794l-13.609,0.286c-23.63,0.494-48.108,0.998-72.01,0.903 c-10.91-0.045-21.82-0.458-32.725-0.866c-14.843-0.563-30.171-1.152-45.391-0.767c-21.112,0.513-38.881,7.258-52.813,20.06h-0.005 c-23.14,21.262-32.707,49.469-29.241,86.232c5.031,53.357,26.57,80.639,74.342,94.157c40.16,11.364,80.498,12.38,114.48,11.903 l11.314,0.059c3.82,0.032,7.635,0.063,11.454,0.063c4.709,0,9.422-0.045,14.126-0.195c33.397-1.066,62.67-6.061,89.489-15.269 c29.446-10.107,49.043-29.409,58.243-57.367c7.022-21.371,9.086-41.612,6.305-61.89C441.734,277.378,412.96,231.415,363.028,231.415 z">
</path>
<path style="fill:#FFFFFF;"
d="M422.305,366.459c-7.39,22.45-22.641,37.366-46.625,45.6c-25.041,8.596-52.531,13.264-84.045,14.271 c-8.279,0.263-16.558,0.181-24.837,0.127l-11.604-0.063c-32.753,0.467-71.421-0.485-109.281-11.205 c-40.106-11.346-56.614-32.494-60.905-78.016c-2.881-30.584,4.745-53.747,23.312-70.808c10.524-9.663,24.215-14.766,40.696-15.17 c14.639-0.331,29.691,0.218,44.243,0.762c11.114,0.417,22.233,0.835,33.342,0.88c24.229,0.109,48.743-0.408,72.482-0.907 l13.595-0.281c7.966-0.168,15.927-0.49,23.889-0.812c8.465-0.34,16.93-0.685,25.395-0.83c0.336-0.009,0.671-0.009,1.007-0.009 c38.369,0,61.382,37.371,64.884,62.901C430.239,330.313,428.425,347.837,422.305,366.459z">
</path>
<path style="fill:#314E55;"
d="M172.333,277.868c-25.612,0-46.452,25.004-46.452,55.743s20.84,55.743,46.452,55.743 s46.452-25.004,46.452-55.743S197.945,277.868,172.333,277.868z">
</path>
<path style="fill:#D8D8D8;"
d="M172.333,370.773c-15.369,0-27.871-16.671-27.871-37.162c0-20.491,12.502-37.162,27.871-37.162 s27.871,16.671,27.871,37.162C200.204,354.102,187.702,370.773,172.333,370.773z">
</path>
<path style="fill:#314E55;"
d="M348.852,277.868c-25.612,0-46.452,25.004-46.452,55.743s20.84,55.743,46.452,55.743 c25.612,0,46.452-25.004,46.452-55.743S374.464,277.868,348.852,277.868z">
</path>
<path style="fill:#D8D8D8;"
d="M348.852,370.773c-15.369,0-27.871-16.671-27.871-37.162c0-20.491,12.502-37.162,27.871-37.162 s27.871,16.671,27.871,37.162C376.723,354.102,364.221,370.773,348.852,370.773z">
</path>
</svg>
</a>
</div>
</div>
<p>© Coding Hub Skncoe</p>
</div>
<script>
filterSelection("cc");
// Add active class to the current button (highlight it)
var btnContainer = document.getElementById("myBtnContainer");
var btns = btnContainer.getElementsByClassName("btn");
for (var i = 0; i < btns.length; i++) {
btns[i].addEventListener("click", function () {
var current = document.getElementsByClassName("active");
current[0].className = current[0].className.replace(" active", "");
this.className += " active";
});
}
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156197264-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-156197264-1');
</script>
</body>
</html>