Skip to content

Instantly share code, notes, and snippets.

@robinvanemden
Last active December 22, 2015 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinvanemden/1910d688a5f2396f5c68 to your computer and use it in GitHub Desktop.
Save robinvanemden/1910d688a5f2396f5c68 to your computer and use it in GitHub Desktop.
<strong>Eyewitness</strong>
Three suspects have been lined up by the police, and two witnesses are asked how certain they are of seeing each of the suspects at the crime-scene. Which subject would might have been at the crime scene, according to you?
<style type="text/css">
.table {
width: 100%;
border: 1px solid #C0C0C0;
border-collapse: collapse;
padding: 5px;
}
.table th {
border: 1px solid #C0C0C0;
padding: 5px;
background: #F0F0F0;
}
.table td {
border: 1px solid #C0C0C0;
padding: 5px;
}
.ChoiceStructure input.InputText {
display: none;
}
</style>
<table class="table">
<thead>
<tr>
<th>&nbsp;</th>
<th>Suspect</th>
<th>Eyewitness 1 Strength</th>
<th>Eyewitness 2 Strength</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<input class="radio" name="size" type="radio" value="11">
</td>
<td>&nbsp;Suspect D.C.B</td>
<td>&nbsp;66</td>
<td>&nbsp;34</td>
</tr>
<tr>
<td>
<input class="radio" name="size" type="radio" value="22">
</td>
<td>&nbsp;Suspect R.J.L</td>
<td>&nbsp;33</td>
<td>&nbsp;67</td>
</tr>
<tr>
<td>
<input class="radio" name="size" type="radio" value="33">
</td>
<td>&nbsp;Susptect T.G.K.</td>
<td>&nbsp;66</td>
<td>&nbsp;30</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment