Survey Management - SurveyJS Integration - |
12/12/2021 6:29:24 PM |
PHPRunner Tips and Tricks | |
![]()
One of these sources are the surveys, which can be for many reasons, mainly, of satisfaction, what they would like to find, etc. Another functionalities of this solution is the capture of information through "very" complex forms. Objetive Have a platform to be able to conduct surveys (of all kinds) with the following characteristics:
DEMO: https://fhumanes.com/surveyjs/ The administration user is: "admin" / "admin" If you are interested in this topic, you continue reading all the information by clicking on this link. |
|
![]() |
fhumanes author 12/12/2021 |
DEMO: https://fhumanes.com/surveyjs/ Data model
To use the example it is necessary to have the following plugin's (free) of my portal installed: Trumbowyg .- For the HTML content editing Functionality of the solution
(2) Export all the results of that survey to a CSV file so that it can be treated in Excel or in any other application. I have put the symbol ";" As a field delimiter, but you can customize it at the value you want. In the JSON field goes the definition of the survey that has been done on the surveyjs platform Very important: When you define the survey you have to take into account:
(1) You must configure with these 2 options KnockoutJS and Bootstrap
With the viewing option allows us to see the JSON data file graphically. |
![]() |
fhumanes author 12/15/2021 |
Update of SurveyJS !!!! In this example I have left 2 versions. The first, where the new forms are 100% integrated on the pages of PHPRunner and this second version that I have made by:
DEMO: https://fhumanes.com/surveyjs2/ The administration user is: "admin" / "admin" (the database is the same for the 2 applications) All the article can be read on this link. |