Template:Quiz
From Legacy Roblox Wiki
Template
Quiz
{{{1}}}
Note: This is a quiz. The answers are not explained. For an explanation, please ask in the forums. {{{2}}}
Example
Here is an example:
{{Template:Quiz|title=ExampleQuiz| #What will the following code result in?<code lua> -- THESE MUST BE ON THE SAME LINE IF YOU WANT TO KEEP THE QUESTION NUMBERS print("HI") </code> #What is 3 + 2? | -- This separates the questions from the answers #HI #5 }}
which would result in:
ExampleQuiz
- What will the following code result in?
print("HI")
- What is 3 + 2?
Note: This is a quiz. The answers are not explained. For an explanation, please ask in the forums.
- HI
- 5