Learn how Aftercare models your survey data and provides analytics
Survey
: Contains the survey name and description. Is made up of many questions
.
Question
: Contains the question text and many responseElements
- the answers provided by respondents for this particular question.
Response
: Is made up of all the responseElements
for a single respondent’s response to a survey.
ResponseElement
: One question/answer pair from a respondent’s response to a survey.
responseElement
) to a particular question within a survey, we can analyze the themes and trends across your survey responses.
Top-level themes for responses to the question: 'How did you hear about us?'
Sub-themes for responses under the 'Tech Platforms' category
Responses under the 'Product Hunt' category
identifiers
:
surveyIdentifier
: A string that uniquely identifies the survey across your organization. (e.g. “Survey_01”)
questionIdentifier
: A string that uniquely identifies a question for a particular survey. (e.g. “Q1”)
responseIdentifier
: A string that uniquely identifies one respondent’s entire response to a survey. This means that if a respondent answers multiple questions within the same survey, they should all have the same responseIdentifier. (e.g. “7a54b8da-f65d-4946-9c9a-f202e0cc29c8”)
surveyIdentifier
and surveyName
:surveyIdentifier
: A string that uniquely identifies the survey across your
organization. Think of it as you would any ID for an object in a database.
(e.g. “Survey_01”)surveyName
: The name of the survey as it will appear in the Aftercare platform
for tracking usage or analytics. You want it to be easy to understand so you
can easily tell surveys apart from each other. (e.g. “Brand Tracking XYZ”)