Hi,
I have the following HTML code that I import as a survey to my project.
After some JS customization in the answer table, it works as expected.
However, if I set the new survey experience the same code becomes problematic. It seems that a ghost column is inserted at the right side of the table, and I cannot fix it. Is it possible to have a solution for this issue?
cheers
Luis
Imagine that these two platforms would be launched in the near future.</p>
<p>You are considering to try out one of them.</p>
<p>Which one would you choose?</br><br/>
<style type="text/css">table {
width: 100%;
border: none;
border-collapse: collapse;}
th = {
text-align:left;
}
th, td {
font-family: verdana;
font-size: 12px;
padding: 3px;}
th = {
text-align:left;
}
td:first-child {
border-left:none;
border-top:none;
}
td {
line-height:1.2;
border-left:2px solid #FFFFFF;
border-right:2px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
}
td.att {
width:30%;
}
td.alt {
width:35%;
}
p {
margin-bottom:2.5%;
text-align:left;
}
</style>
<table>
<tbody>
<tr>
<td class="att" height="50"> </td>
<td class="alt" bgcolor="#DCDCDC"><div style="font-family:verdana;font-size:12px;font-weight:bold;text-align: center;">Platform 1</div>
<td class="alt" bgcolor="#F2F0F0"><div style="font-family:verdana;font-size:12px;font-weight:bold;text-align: center;">Platform 2</div>
</tr>
<tr>
<td class="atr" height="40">
<p><strong>Your average net earnings per hour</strong></p>
</td>
<td bgcolor="#DCDCDC"><div style="font-family:verdana;font-size:12px;text-align: center;">£10</div></td>
<td bgcolor="#F2F0F0"><div style="font-family:verdana;font-size:12px;text-align: center;">£6</div></td>
</tr>
<tr>
<td class="atr" height="100">
<p><strong>The composition of your total payment</strong></p>
</td>
<td bgcolor="#DCDCDC"><p>• You are paid per completed task<p>• The platform guarantees minimum<br> earnings of £6 per hour worked</p><p>• The counting of hours begins when you<br> log in and ends when you log out</p><p>• AI will check whether you are actively<br> working while logged in</td>
<td bgcolor="#F2F0F0"><p>• You are paid per completed task<br> No guarantee of minimum payment</p></td>
</tr>
<tr>
<td class="atr" height="70">
<p><strong>Decision about task prices</strong></p>
</td>
<td bgcolor="#DCDCDC"><p>• The buyer suggests a price</p><p>• You can offer prices up to<br> 20% higher or lower</p><p>• The buyer chooses the taskers</p></td>
<td bgcolor="#F2F0F0"><p>• The buyer sets the price</p></td>
</tr>
<tr>
<td class="atr" height="70">
<p><strong>How much freedom you have to choose your working hours</strong></p>
</td>
<td bgcolor="#DCDCDC"><p>• The platform publishes available time slots</p><p>• You are free to login to work in any of<br> these slot when there is demand</p></td>
<td bgcolor="#F2F0F0"><p>• The platform publishes available time slots</p><p>• The platform in a given week assigns you<br> to time slots depending on demand</td>
</tr>
<tr>
<td class="atr" height="70">
<p><strong>Choice between types of tasks you can do</strong></p><p>• Explore human behaviour</p><p>• Improve AI</p><p>• Marketing research<br> Influence new products and brands</p>
</td>
<td bgcolor="#DCDCDC"><p>• The platform offers three types of task</p><p>• You choose what you want to do</p></td>
<td bgcolor="#F2F0F0"><p>• The platform assigns tasks as needed</p></td>
</tr>
</tbody>
</table>