Skip to content

uitr-lab/js-survey-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-survey-runner

Render forms and surveys with javascript from json definition

You can create a form/survey json definition, using the builder user interface at https://survey.uitrlab.ok.ubc.ca/survey-tool-demo/

Simple usage

├── documentRoot
│   ├── dist
│   │   ├── form.js
│   └── survey.json
<script src="dist/form.js"></script>
<script type="text/javascript">

(function(){ 

   document.body.appendChild((new SurveyRenderer()).render("survey.json"));

})();

</script>

TODO

  • Internal naming consistency: the names node, section and page are used and it is confusing and not consistent

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published