Hallo Gunther!
Ich glaube ich bin ganz dicht dran -- aber ganz funzt es noch nicht *richtig*.
Ich habe die Funktion:
$('button.item').click(function(){
$("dd").each(function(){
$("span").shuffle();
});
});
Und die Definition der Fragen sieht so aus, wie von Gunnar vorgeschlagen:
<dl>
<dt>Welche Substanz ist wichtig für die Toleranzentwicklung?</dt>
<dd>
<span><input type="radio" name="q301" id="q301a" value="true"/><label for="q301a">cAMP</label></span>
<span><input type="radio" name="q301" id="q301b" value="false"/><label for="q301b">MAO</label></span>
<span><input type="radio" name="q301" id="q301c" value="false"/><label for="q301c">GABA</label></span>
<span><input type="radio" name="q301" id="q301d" value="false"/><label for="q301d">NMDA</label></span>
</dd>
.
.
</dl>
Jetzt werden allerdings die Radiobuttons und die Antworten Spaltenweise gemischt?! So in der Art:
o Antwortoption1
Antwortoption2 o
o Antwortoption3
Antwortoption4 o
So, jetzt aber .... ;-)
Kurz vor'm Ziel...
Danke und viele Grüße,
André