Question T1017
Visible to All Users

Regarding add image along with question and answer

created 6 years ago (modified 6 years ago)

Hello,

I have gone through with this link https://surveyjs.io/Examples/Library/?id=survey-markdown-radiogroup&platform=jQuery&theme=default and want to add image along with question or answer. This example using image link if we see json but if we use survey tool with following steps:

a) Drag radio buttons
b) I want to put images with radio buttons.
c) Drag image picker in front of each radio option. (Is this possible in current version?)

Also I want to know can we add question along with sub question?

Please suggest.

Thanks,

Show previous comments (43)

    you are right.

    Its working fine let me modify my survey demo page.

    Thanks,

      Here is the necessary code:

      JavaScript
      SurveyEditor.removeAdorners(\[ "title", "item\-title", "choices\-label", "choices\-draggable", "label", "rating\-item", "select\-choices" ]);

      Thanks, Serge
      SurveyJS Team

        Thank You Serge.

        Its working good now :)