forked from leeper/conjoint-example
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdeservingness_template.html
38 lines (37 loc) · 1.16 KB
/
deservingness_template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<table style="width:90%; align:center; margin-left:auto; margin-right:auto; text-align:center; table-layout:fixed;" cellspacing="4" >
<tr>
<td style="font-weight:bold; font-size:1.25em; font-align:center;">Applicant A</td>
<td></td>
<td style="font-weight:bold; font-size:1.25em; font-align:center;">Applicant B</td>
</tr>
<tr>
<td id="a1"></td>
<td style="font-weight:bold;">Union's Training Offer</td>
<td id="b1"></td>
</tr>
<tr>
<td id="a2"></td>
<td style="font-weight:bold;">Doctor's Smoking Offer</td>
<td id="b2"></td>
</tr>
<tr>
<td id="a3"></td>
<td style="font-weight:bold;">Current Employment</td>
<td id="b3"></td>
</tr>
<tr>
<td id="a4"></td>
<td style="font-weight:bold;">Current Health</td>
<td id="b4"></td>
</tr>
<tr>
<td id="a5"></td>
<td style="font-weight:bold;">Applicant's Neighborhood</td>
<td id="b5"></td>
</tr>
</table>
<br />
<span>
<p style="font-weight:bold;">Which applicant do you accept into the program?</p>
</span>
<script src="conjoint.js"></script>