fantaic commited on
Commit
17650af
1 Parent(s): 67b540a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Rickroll quiz for friends!
2
+ ## Rickroll your friends with this quiz!
3
+
4
+ [EXAMPLE SITE](https://teamquizmaker.netlify.app/)
5
+
6
+ I've put together this basic quiz in html (and tried to make it as realistic as possible) and here it is if you would like to rickroll your friends. When you click the
7
+ 'submit' button it will redirect to [This rickroll](https://www.youtube.com/watch?v=xvFZjo5PgG0&ab_channel=Duran). Feel free to share around but remember you need to host it.
8
+ You can also fork this and host through Github pages.
9
+
10
+ # Instructions
11
+
12
+ ## 1. Download files.
13
+
14
+ ![Download Gif](https://i.imgur.com/mWW0F7I.gif)
15
+
16
+ This is very easy - simply follow the gif above and download the files. Be sure to extract them before anything.
17
+
18
+ ## 2. Open the .html file in code editor.
19
+
20
+ You can open the .html file in any code editor VS code is the most ideal - but you can even use notepad.
21
+
22
+ ## 3. Edit the different parts
23
+
24
+ You can follow [this](#editing-the-questions) to edit the questions properly.
25
+
26
+ ## 4. Host the files.
27
+
28
+ Hosting will not be fully described here but you can use [netlify](https://github.com/netlify) for example, to host the site files. Any hosting works.
29
+
30
+ ## 5. (Optional) Help improve duckebosh rickroll.
31
+
32
+ Please do report any bugs but first make sure to read [reported bugs](#reported-bugs) prior to posting them. You
33
+ can also suggest fixes or features all in the [issues tab](https://github.com/duckebosh/rickroll/issues).
34
+
35
+
36
+
37
+ # Editing the questions
38
+
39
+ ***To be able to edit the questions you must have knowledge in HTML***
40
+
41
+ ```
42
+ <h2>1. Question name 1</h2> - Replace 'Question name 1' with whatever you want the question to be asking.
43
+ <input type="radio" id="html" name="fav_language" value="HTML"> - Ignore this line.
44
+ <label for="html">Option 1</label><br> - Replace 'Option 1' with whatever you want the option to be
45
+ <input type="radio" id="html" name="fav_language" value="HTML"> - Ignore this line.
46
+ <label for="html">Option 2</label><br> - Replace 'Option 2' with whatever you want the option to be
47
+ <input type="radio" id="html" name="fav_language" value="HTML"> - Ignore this line.
48
+ <label for="html">Option 3</label><br> - Replace 'Option 3' with whatever you want the option to be
49
+ <input type="radio" id="html" name="fav_language" value="HTML"> - Ignore this line.
50
+ <label for="html">Option 4</label><br> - Replace 'Option 4' with whatever you want the option to be
51
+ <input type="radio" id="html" name="fav_language" value="HTML"> - Ignore this line.
52
+ <label for="html">Option 5</label><br> - Replace 'Option 5' with whatever you want the option to be
53
+ <input type="radio" id="html" name="fav_language" value="HTML"> - Ignore this line.
54
+ <label for="html">Option 6</label><br> - Replace 'Option 6' with whatever you want the option to be
55
+ <input type="radio" id="html" name="fav_language" value="HTML"> - Ignore this line.
56
+ <label for="html">Option 7</label><br> - Replace 'Option 7' with whatever you want the option to be
57
+ ```
58
+
59
+ This will look like [this](https://raw.githubusercontent.com/duckebosh/rickroll/main/questionexample.md)
60
+
61
+ Repeat for all the bits like this.........
62
+
63
+
64
+
65
+ # SUBSCRIBE
66
+
67
+ [![](https://s18955.pcdn.co/wp-content/uploads/2018/02/github.png)](https://github.com/duckebosh/rickroll/subscription)
68
+
69
+
70
+ # Reported Bugs
71
+
72
+ * Issue you can only select one radio button.
73
+ - Will be fixed asap