Hi,
i need to make a script available to an entire groups of questions. This script works on answer ids (i.e on their SGQA codes).
is there a way to refer to the actual SGQA,
for having something like (e.g. for the answer 11448X7X1423sq26):
var this.QQ = ???
if ($( '#answer11448X7X'+this.QQ+'sq26' ).attr('checked') == false ) {
$( '#question'+this.QQ+' li:eq(62)' ).hide();
$( '#answer11448X7X'+this.GQ+'a29' ).attr('checked', false);
}
thanks
gL