Hello everyone,
I implemented a Custom CBC Exercice using "free Format". There are 12 tasks and 3 concepts per tasks. Below the concepts I added information regarding an attribute. Furthermore I added a Dual-Response None. The code for the Dual-Response is placed in the footer of the CBC task (not in the HTML code).
Here is the code for the dual response in the footer:
<center><div style="margin: 25px 15px 15px 15px;">
<p> <font size="3" color=""> <b>Würden Sie von Ihrem aktuellen Stromtarif zu dem ausgewählten Stromtarif wechseln?</b></font></p></b>
</div>
</center>
<center>
<input name="cbcTaskRandom1_none" type="radio" value="1" id="ja">
<label for="ja"><b>Ja</b></label>
<input name="cbcTaskRandom1_none" type="radio" value="2" id="nein">
<label for="nein"><b>Nein</b></label>
</center>
I did run a pretest using the swatooth hosting service. The data collection works just fine. If I use google chrome the display of CBC tasks looks good. If I test the survey in firefox, the radio buttons of the Dual-response in the footer are blurred.
How do I get the radio buttons for the browser firefox sharp?
Thanks!