Skip to content

Instantly share code, notes, and snippets.

@aviflombaum
Created June 10, 2015 17:54
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save aviflombaum/ee8f5ac12cd40fefdd5a to your computer and use it in GitHub Desktop.
???
# This is a quiz title. It is an H1 that succeeds an opening quiz delimiter and a newline.
?: What is 1+1? This is the first question. A newline is required between this and the title above.
Standard markdown will be parsed as expected between the question, and the answer block.
__The parends below are reserved characters that indicate radio buttons.__
( ) 3
(X) 2
( ) 11
( ) 1
?: What is 1+1? This is how you can include code blocks as a choices.
( )
```ruby
def three
"3"
end
```
(X)
```ruby
def two
"2"
end
```
( )
```ruby
def one
"1"
end
```
( )
```ruby
def eleven
"11"
end
```
?: A newline is required between this question, and the answer block above. Select numbers 3 and 4.
#### The square brackets below are reserved characters that indicate checkboxes.
[X] 3
[X] 4
[ ] 9
[ ] 7
???
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment