InseeFr / Stromae

Data collection services for XForms questionnaires powered by Orbeon
MIT License
4 stars 20 forks source link
forms statistics surveys transverse-component

Stromae V3

Web application for the management of questionnaires powered by Lunatic (https://github.com/InseeFr/Lunatic)

Documentation de Stromae

View a survey

You can view a questionnaire in stromae by going to https://url-of-application/visualize.

Then you just have to add the survey url, metadata url (not mandatory), data url (not mandatory) and nomenclatures urls.

Nomenclatures are not mandatory too, they are used by suggester component to allow autocompletion on large lists.

You must add nomenclature as follow :

{
"idNomenclature1":"https://url_of_the_nomenclature1.json",
"idNomenclature2":"https://url_of_the_nomenclature2.json",
...
}

with "idNomenclature1" is the nomenclature id given in the survey for suggester component.

Style

We use the French design system

Docker

You can use Docker image to run StromaeV3.

Generic Pages, optional pages and components overload

There is 3 generic pages :

You can add also specify additional optional page in the metadata.json.

There is 2 generic components :

Thanks the metadata.json, you can customize these pages and components. You must follow the rules of the French design system when you customize those components.

These pages can be written in VTL x Markdown.