I know there is code to do this
jQuery('inputjtype="checkbox"]').eq(0).prop('checked',true);
but this doesn’t work if the multiple response question is randomised. As it just puts it into the first option that appears rather than option 1.
SetChoiceValue doesn’t seem to work either only works for single response.
Is there code to reference the actual option code?