Skip to content

Commit 958bdf2

Browse files
committed
Update Quiz
1 parent 92c8c14 commit 958bdf2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
<div class="container">
5050
<br />
5151
<h1>LiquidJava Quiz</h1>
52+
<p>Test your knowledge about LiquidJava concepts including refinements, object state modeling and ghost variables!</p>
5253
<img src="images/banner.gif" alt="LiquidJava Banner"/>
53-
<hr>
5454
<ol>
5555
<li>
5656
<p>Liquid types allow developers to catch bugs at:</p>
@@ -62,7 +62,6 @@ <h1>LiquidJava Quiz</h1>
6262
</ul>
6363
</li>
6464
<li>
65-
<p>Liquid types can prevent bugs which of the following? <strong>(Select all that apply)</strong> </p>
6665
<ul class="checklist">
6766
<li><label><input type="checkbox" data-question="0" data-content="1" /> Array index out-of-bounds</label></li>
6867
<li><label><input type="checkbox" data-question="0" data-content="1" /> Null pointer exceptions</label></li>

0 commit comments

Comments
 (0)