Template:Quiz: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Merlin11188
Added 'title' and 'note' parameters with defaults.
>Merlin11188
Changed the default for the 'note' parameter.
Line 10: Line 10:


<div class="tabbertab" title="Answers">
<div class="tabbertab" title="Answers">
{{{note|'''Note:''' This is a quiz. The answers are not explained. For an explanation, please ask in the [http://www.roblox.com/Forum/ShowForum.aspx?ForumID=20 forums].}}}
{{{note|'''Note:''' This is a quiz. The answers are not explained. If you don't understand, review this page, then ask in the [http://www.roblox.com/Forum/ShowForum.aspx?ForumID=20 forums].}}}
{{{2}}}
{{{2}}}
</div>
</div>

Revision as of 19:57, 16 January 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:

{{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


  1. What will the following code result in?

print("HI")

  1. 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.

  1. HI
  2. 5