Template:Quiz: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Merlin11188 Got it working (finally) |
>Merlin11188 Saving twice for the update :D |
||
Line 63: | Line 63: | ||
</pre> | </pre> | ||
which is: | which is: | ||
{{ | {{Quiz|title=ExampleQuiz|note=See the '''Explanation''' tab for reasons.| | ||
#How do I print "Ninja" to the output? | #How do I print "Ninja" to the output? | ||
| | | |
Revision as of 06:10, 6 February 2012
Template
Quiz
{{{1}}}
Note: This is a quiz. The answers are not explained. If you don't understand, review this page, then ask in the forums {{{2}}}
Example
Here is an example:
{{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. If you don't understand, review this page, then ask in the forums
- HI
- 5
Here's another:
{{Quiz|title=ExampleQuiz|note=See the '''Explanation''' tab for reasons.| #How do I print "Ninja" to the output? | #print('"Ninja"') | #print is a function that prints a string to the output. }}
which is:
ExampleQuiz
- How do I print "Ninja" to the output?
See the Explanation tab for reasons.
- print('"Ninja"')
- print is a function that prints a string to the output.