Difference between revisions of "Features/Questionaires"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
== Interfaces and questionaires == | == Interfaces and questionaires == | ||
Normal questionare is a link that creates a new record that an anonoumous user populates. | |||
Returning questionaires will be sent to a specific user, and contains access token for an existing record. | |||
=== Instructions === | === Instructions === |
Revision as of 19:26, 10 November 2024
Usages
Questionaires are used for data collection for external parties.
TS questionaires can be used in two modes
- A public page everyone with a link can access
- Specific requests sent to a user to add information to a record
Access are given by adding an interface to an existing entity and defining accces to fields.
Interfaces and questionaires
Normal questionare is a link that creates a new record that an anonoumous user populates.
Returning questionaires will be sent to a specific user, and contains access token for an existing record.
Instructions
Learn how to set up a questionaires and Interfaces