GitbookIO / plugin-quizzes

Interactive quizzes in a gitbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working with Gitbook 2.0.1

qjcg opened this issue · comments

Using the sample quiz from README.md as input, the quiz HTML generated on gitbook build is:

                        <hr>
<p>Here&apos;s a quiz about Gitbook</p>
<table>
<thead>
<tr>
<th></th>
<th>Good</th>
<th>Bad</th>
</tr>
</thead>
<tbody>
<tr>
<td>What is Gitbook?</td>
<td>(x)</td>
<td>( )</td>
</tr>
</tbody>
</table>
<blockquote>
<p>Gitbook is good</p>
</blockquote>
<p>What does Gitbook support?</p>
<ul>
<li>[x] Table-based questions with radio buttons</li>
<li>[x] Table-based questions with checkboxes</li>
<li>[ ] Telepathy</li>
<li>[x] List-based questions with checkboxes</li>
<li>[x] List-based questions with radio buttons</li>
<li>[ ] Moon-on-a-stick</li>
</ul>
<blockquote>
<p>Gitbook supports table and list based quiz questions using either radio buttons or checkboxes.</p>
<p>Gitbook is not telepathic and does not give you the moon on a stick.</p>
</blockquote>
<hr>
commented

Not working with the latest gitbook either.

not working anymore...
any other solution ?