Evaluate User Input

A page with support for user input stores all data that was submitted by a user via html forms in the database if the style formUserInput was used. This data can be downloaded from the database via the export page in the admin menu.

The WebApp provides only a very simple predefined style showUserInput to display this data. No other component or style to display or evaluate the data is provided because this heavly depends on the experiment. It is, however not very difficult to build a style or component which handles the evaluation of user input data.

To access the data stored in the database the UserInput service is provided. This service provides a small set of functions that allow to access and filter the user input data. Please refer to the documentation of the source code of the class UserInput for more details.

A good starting point for creating a custom style or component that handles user input data with the UserInput service is the style showUserInput. It might make sense to use this style as a template for building a more complex style.