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
1 answer

Is there any way to save survey results using SurveyJS as Json or text files?

I'm using SurveyJS to develop web survey. Currently, I was able to make the survey form I wanted to make but struggled to save the data on local computer once I have completed this survey. Do you have any idea to save the data as json or csv files…
ConnorKim
  • 1
  • 1
0
votes
1 answer

multiple pages with the same json questions using react

I have a problem with my JSON pages. For each page, I would have the same JSON questions but in my case when I modify the first page, all pages take the same value of the first page. How can I make an array for this or other solutions or…
RàMi
  • 3
  • 3
0
votes
0 answers

How to pass custom parameter in Suveyjs save results?

I want to pass custom parameter to surveyjs result data while saving. Currently 2 param available postId and SurveyResult, I want to pass the third one is it possible? How can i do that?
user2105662
  • 90
  • 1
  • 8
0
votes
1 answer

Handle visibleif on text change in surveyjs

I am using SurveyJS to render questionnaire. I have two elements, one textbox and other dropdown. Until there is value in textbox I want to hide dropdown. I am trying to use visibleIf to control this behaviour. eg: I tried below but none seems to…
aishwarya
  • 89
  • 1
  • 7
0
votes
1 answer

ReactJS need to call function from outside class component

I have some various third party code in which I need to be able to call function from outside //**Import** import React from 'react' // .... etc.. //**function I need to have call the function inside react component** function…
user9054710
0
votes
0 answers

React Parent page needs to call up each method on its children page

I have React application with Tabs that call up separate JS files. I'm using SurveyJS in which every survey has a complete button. On my Parent page, my Save button i need to have it call every JS file , .onComplete method Example of Parent page…
user9054710
0
votes
1 answer

SurveyJS : Disabling the automatic Thank You Message in React

I have implemented a SurveyJs (https://surveyjs.io) survey on our react application using survey-react (https://www.npmjs.com/package/survey-react). Everything works fine but when the survey is submitted we are POSTing the data to a DB using axios…
rodcunha
  • 387
  • 1
  • 16
0
votes
0 answers

How do you get Survey JS results in React?

I'm building a survey in react using Survey JS. After users choose a multiple choice option, I'm hoping to display a graph of all previous answers as per https://surveyjs.io/Examples/Library/?id=service-result&platform=Reactjs&theme=default var…
0
votes
0 answers

Error when trying to import local javascript file

i'm nearly embarrassed to ask this kinda basic question, but i can't find the error... I try to provide code from external libraries locally, but it won't work. The code works perfectly when loaded from an URL or injected directly into the HTML…
Lukas S
  • 315
  • 1
  • 3
  • 15
0
votes
1 answer

how can I connect surveyjs library to databse(Mysql)

using this example (Surveyjs Library) Surveyjs-recat-quickstart I do not know how can I connect my Mysql database on this example, knowing that I wanted to add a score for each type of question (for example radio question (item1_score = 2,…
RàMi
  • 3
  • 3
0
votes
1 answer

How to slide questions in Surveyjs automatically without pressing Continue button?

I am using SurveyJs in my web app. My first 3 pages contain HTML which I wanted to slide after some seconds like in the below sample site using SurveyJS: https://www.vivewellness.com/consultation/ In the above site, after you enter the name, 3-4…
saksham7
  • 19
  • 5
0
votes
1 answer

Get surveyjs questions from db

I am using surveyjs in vue, and I am trying to get my var json questions from my API. Using vue-resource, I make a GET request to the API, and save the response in questions and put it on var json export default { components: { …
victor
  • 75
  • 1
  • 7
0
votes
1 answer

How to implement SurveyJS builder to my Flask webapp

I need to implement a JQuery snippet that provides SurveyJS's builder to my Flask webapp but I don't know how to do that or if it is even possible. I have tried using Leaflet.JS to my code and it works as well as JQuery but when it comes to…
Adam Jones
  • 11
  • 1
0
votes
1 answer

change text of rows in type matrix surveyjs

I am building best employee survey project using surveyjs. When working in matrix type, I get trouble how to change text "employee1,employee2,employee3" with real name employee see picture. so far here is my code: var json = { title:…
bazcava
  • 23
  • 8
0
votes
2 answers

Adding an editor tab to SurveyJS - not able to bind to model

I'm experimenting with adding an application specific tab to SurveyJS, which isn't natively supported. What I've done so far is adding a Recipients Model, e.g.: import * as ko from "knockout"; export class RecipientsModel { public firstName:…
Chris Rockwell
  • 1,688
  • 2
  • 21
  • 36
1 2 3
9
10