You can edit almost every page by Creating an account. Otherwise, see the FAQ.

SurveyJS

From EverybodyWiki Bios & Wiki


SurveyJS
Original author(s)Devsoft Baltic OÜ
Developer(s)Andrew Telnov
Initial releaseSeptember 25, 2015; 8 years ago (2015-09-25)
Repositorygithub.com/surveyjs/survey-library
Written inJavaScript
Engine
    LicenseMIT License
    Websitesurveyjs.io

    Search SurveyJS on Amazon.

    SurveyJS is a free and open source front-end web development library for web-based statistical survey applications written in JavaScript. The library supports several popular front-end frameworks, including Angular 2, jQuery, Knockout (web framework), React.js, Vue.js. As of January 2021 the library's codebase has been independently forked over 500 times and its react-flavored npm package has reached a volume of over 11,000 weekly downloads.[1][2]

    History[edit]

    SurveyJS started out as a beta release open-source project, published on the collaborative version control site GitHub in August 2015.[3] In April 2018 the project officially became production-ready.[4] In the following month it was announced that the library has become available in the form of a free and open-source pugin for the WordPress content management system.[5]

    During the 8th Joint International Semantic Technology Conference, JIST 2018, held in Awaji, Japan, in November 2018, researchesrs from Fujitsu Ltd., presented their study on the topic of Practical use of Knowledge Graph with Case Studies using Semantic Web Publishing tools. To demonstrate their findings, they implemented a prototype using the SurveyJS library. The scientific paper documenting the implementation was later selected as one of only 6 papers out of 75 to be published in the peer-reviewed conference proceedings book.[6]

    In the 2020 book Re-imagining University Assessment in a Digital World, four professors from Deakin University discuss leveraging the SurveyJS library to build a 360-degree feedback tool for the needs of higher education.[7]

    Basic features[edit]

    SurveyJS features a collection of standard input widgets, including text and numeric fields, drop-down list boxes, radio buttons, check boxes, rating fields and more. Additionally, the library can be extended with custom input widgets. Forms and surveys can be delivered eaither in on a single or multiple pages. Response validation can be enforced either through basic conditions, regex, or SurveyJS' own expression engine. The expression engine is based on PEG.js, an open source parsing expression grammar library. Expressions can be used for input validation, conditional display rules for pages and questions, calculated field values, and survey flow.[8] There are several features which enable surveys to run in the form of quizzes or exams. Most notably the question order can be randomized and there are optional time limits per page or quiz. Survey questions can be optionally translated in up to 40 different languages. SurveyJS will automatically display the language, which matches the web client's locale.

    Extensibility[edit]

    SurveyJS includes an API, which allows the library to be extended in several ways:

    • Custom data fields can be added to the question, page, and survey data models
    • User-defined question types and input widgets can be added
    • Custom functions can be registered with SurveyJS' expression engine

    Data format and multimedia storage[edit]

    Both the survey definitions and the user responses are formatted as JSON documents. Image or video based questions are available out-of-the-box. Additionally there is a widget, which allows respondents to upload files and submit them with the rest of the answers. In both cases images and documents are being stored within the JSON documents in the form of Base64 strings.

    Related Software[edit]

    The original authors of the library, Devsoft Baltic, offer a suite of paid products, which complement the functionalities of the SurveyJS library. Those include a WYSIWYG survey editor application, a data analytics application, and a SaaS platform for survey delivery and response collection.

    See also[edit]

    Some use of "" in your query was not closed by a matching "".Some use of "" in your query was not closed by a matching "".

    References[edit]

    1. [1] List of codebase forks on GitHub
    2. [2] npm stats for SurveyJS react library
    3. [3] GitHub Insights
    4. [4] Article about SurveyJS officially becoming production-ready.
    5. [5] Article announcing Wordpress plugin
    6. [6] Book: Semantic Technology - 8th Joint International Conference Proceedings
    7. [7] Book: Re-imagining University Assessment in a Digital World
    8. [8] Official documentation


    This article "SurveyJS" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:SurveyJS. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.