diff options
author | James Phillpotts <jphillpotts@scottlogic.co.uk> | 2014-04-10 10:29:17 +0100 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-04-12 01:26:03 -0700 |
commit | b07681a16a291a38fdbdfa3065a747ab26f9a6c9 (patch) | |
tree | ffb07c822518e689e619dc1ac8780f10877f7b7f /test/fixtures | |
parent | f6595f51119baca04bf91e619f64518d400e5cae (diff) | |
download | gitbook-b07681a16a291a38fdbdfa3065a747ab26f9a6c9.zip gitbook-b07681a16a291a38fdbdfa3065a747ab26f9a6c9.tar.gz gitbook-b07681a16a291a38fdbdfa3065a747ab26f9a6c9.tar.bz2 |
Quiz with GFM checkbox lists
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/QUIZ_PAGE.md | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/test/fixtures/QUIZ_PAGE.md b/test/fixtures/QUIZ_PAGE.md index f494592..545d083 100644 --- a/test/fixtures/QUIZ_PAGE.md +++ b/test/fixtures/QUIZ_PAGE.md @@ -8,14 +8,22 @@ Here's a quiz about Gitbook | | Good | Bad | | ---------------- | ---- | --- | -| What is Gitbook? | ( ) | ( ) | - -| | Good | Bad | -| ---------------- | ---- | --- | | What is Gitbook? | (x) | ( ) | > Gitbook is good +What does Gitbook support? +- [x] Table-based questions with radio buttons +- [x] Table-based questions with checkboxes +- [ ] Telepathy +- [x] List-based questions with checkboxes +- [x] List-based questions with radio buttons +- [ ] Moon-on-a-stick + +> Gitbook supports table and list based quiz questions using either radio buttons or checkboxes. +> +> Gitbook is not telepathic and does not give you the moon on a stick. + --- Some more nice content .... |