Questions tagged [surveyjs]

SurveyJS is an open-source JavaScript library for creating surveys.

SurveyJS is an open-source JavaScript library for creating surveys.

148 questions
0
votes
0 answers

I would like to limit the number of radio buttons being generated by surveyCreator in surveyjs library when I select radiogroup question type

When I select the radio group option type, as in the attached image, the number of options given is six. I need to reduce the number of options to be 2,that is, item 1 and item 2 only and have one plus icon. RadioGroup option type. I have tried…
0
votes
0 answers

Complete button not showing up in SurveyJS

Hi I have configured SurveyJS latest version and after implementing I see that out of box "Complete" button is not showing up on the last page. Looks like I am missing some setting or configuration. Can someone suggest what needs to be done. I have…
APK
  • 1
  • 1
0
votes
0 answers

How to get a radio question answer text using jQuery in SurveyJS

I am trying to capture a radio type question answer when user completes the SurveyJS form. I can only able to get the radio type question answer value but I am looking for text value using jQuery... please share your thoughts on…
Sai Krishna
  • 197
  • 1
  • 13
0
votes
2 answers

Survey.js : default value in a matrix of radiobutton

Good morning, I got an issue with survey.js, I can't get to put a default value to my question, I want this : but I get this : with this code : questions: [ { name: "ph-avant", …
alexay68
  • 172
  • 10
0
votes
1 answer

How to remove surveyJS io surveycreator properties like Quiz/timer options?

How to remove surveyJS io surveycreator properties like Quiz/timer options? How to remove surveyJS io surveycreator properties like Quiz/timer options?
0
votes
1 answer

Change color in choices elements

How can I change the colors of each element of a choice, try this way but it remains the same. I tried to place the styles linearly but it didn't work
0
votes
1 answer

How to Change the Default text "The survey is empty.." to something else?

The survey js creator editor show "Change Servey editor text "The survey is empty. Drag an element from the toolbox or click the button below." to "Add here" as default text, I want to Change it to "Click on Add Question Button to Start creating…
0
votes
1 answer

How to access specific column value in specific row in surveyJS

I have a dynamic matrix (inside a panel) with 4 single line text columns and one boolean column. In another dynamic panel I have a second dynamic matrix that is supposed to show ONLY those items where in the first matrix the user set the boolean…
Jenny_cgn21
  • 33
  • 1
  • 6
0
votes
1 answer

Can I style the SurveyJs forms with tailwind css?

I don't know how to style the SurveyJs elements via Tailwind CSS. Can anyone guide me please?
essa azimi
  • 13
  • 1
0
votes
0 answers

How to carry over values, edit and save in new variable

I am trying to move certain data from one point to another within the survey using SurveyJS. I have a dynamic panel that contains 4 single input fields (e.g. "shares", number field) and I store this data in a JSON field called…
Jenny_cgn21
  • 33
  • 1
  • 6
0
votes
0 answers

In SurveyJS integration resets to first question

In the integration of SurveyJS to the site, questions when passing the survey sometimes reset to the first question Using the service is sometimes problematic because of this. https://disk.yandex.ru/i/Za8DRmGPyMHD0w https://collab.ru/anketa
0
votes
0 answers

How to do a range slider input displaying actual, min and max value

I'm trying to use range from Survey js. I would like have a range input displaying actual value, min and maximal possible value. Something like that. Image :…
0
votes
1 answer

Which function is triggered on options change in a question which is dependent on choices from another question

Details codes and description is inside this ticket. https://surveyjs.answerdesk.io/ticket/details/t12060/which-function-is-triggered-on-options-change-in-a-question-which-is-dependent-on It does not work in ``` "survey-angular":…
Prakash Khadka
  • 153
  • 2
  • 7
0
votes
1 answer

Docxtemplater - Javascript - hightlight undefined values

I'm using docxtemplater to create a word document based on JSON values (using surveyJS). In case some questions are not answered, the variable shows "undefined" in the final document. How can I make sure that any "undefined" output is highlighted? I…
0
votes
1 answer

Survey JS long loading times status code 302

I am trying to load survey.jquery.min.js and it is taking a long time. Is this something that I am doing wrong when calling it or is it a survey js issue? Called before