For each Questionnaire you have access to the raw response data.
NOTE: In this section you can only see the Questionnaires that have at least one response.
From raw data page, you are able to create dynamic editable boards, export data and import data in order to use them as you wish (e.g reporting purposes):
First, you have to select the columns/data that you want to see for each Questionnaire Instance. Simply click on the edit button on the top right corner of the panel and the following dialog will appear:
You can select which columns you want to appear by selecting them using the left checkboxes.
You can also re-order the columns in the order you want them to appear in the table.
You should be able to see the data now:
You can always look into the past to see data days or months ago by choosing the right date range from the date picker on the top right corner.
You can add tags on each questionnaire instance so that you can connect the instance with a set of specific words.
NOTE: Tags can be only words, not sentences.
By clicking on the "Add Tag" button on the right, you can add new tags or select existing ones (from other instances or questionnaires).
At any moment you can see the full details of a questionnaire by clicking on the details button on the right side of each list item:
And see all the details:
During tests you might generate data that need clean-up. You can click on the ❌ button on the right side of the list item:
And confirming on the prompt dialog:
NOTE: This action cannot be undone.
You can always export all your data by clicking on the "Export Data" button on the top right corner. On export you will be asked the format of the file and the data that you want to be included for each instance.
NOTE: All the data of the selected date range will be exported.
Finally, you can import data from other sources into e-satisfaction using CSV files. Simply click on the "Import Data" button on the top right corner of the panel and import the file in the displayed dialog.
The file should include different columns for responses and metadata for each instance. Each row should represent an instance. Here are the supported columns:
Example csv:
question.asdfe321,question.asdf2134,metadata.responder.gender,metadata.questionnaire.order_id
10,9,male,TR123
8,10,female,TR345
You can also use the extra columns the questionnaire instances have to make sure your data are considered created when they have to. In more detail, we support the following columns:
Example csv:
question.asdfe321,question.asdf2134,metadata.responder.gender,metadata.questionnaire.order_id,created_time,submitted_time
10,9,male,TR123,2020-02-23T13:50:00+03:00,2020-02-23T13:55:00+03:00
8,10,female,TR345,2020-03-25T16:50:00+03:00,2020-03-25T16:55:00+03:00
Import process will take into consideration and process questionnaire instances that include at least 1 response on any question provided. All instances that have no responses (either no columns or no values in the columns) will be ignored by the import process.