Hi all,
I'd like to move the multiple choice buttons (accept / reject) to within the body of the question text, do you know if this is possible? At the moment I have this:
The table is set up using HTML. But would prefer to have this:
Is this possible to do using JS? I'd prefer not to split the question into multiple questions as it would mean splitting hundreds of questions.
Many thanks,
Chris
Solved
Moving multiple choice buttons within a question?
Best answer by rondev
In the multi choice question text html view just paste the below code, where you want to show the multi choice button:
After this, paste the below code in the JS of the multi choice question:
var el = jQuery('#'+this.questionId+' .QuestionBody').detach();
jQuery('#'+this.questionId+' #customoption').html(el);
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
