This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
5 changed files
with
520 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"tabWidth": 2, | ||
"useTabs": false, | ||
"singleQuote": true, | ||
"semi": true, | ||
"trailingComma": "es5", | ||
"bracketSameLine": true, | ||
"htmlWhitespaceSensitivity": "ignore" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Instructions | ||
|
||
Replace the following variables to customize your NPS Survey: | ||
|
||
| variable | description | required? | | ||
| ---------------- | --------------------------------------------------------------------------------------- | --------- | | ||
| `SURVEY_ID` | This ID will be used to log a custom event and custom attribute upon survey submission. | Yes | | ||
| `QUANT_QUESTION` | The initial question presented in the survey. | Yes | | ||
| `QUAL_QUESTION` | The followup question presented with a feedback textarea. | No | | ||
| `AVATAR_IMAGE` | An optional image to display on top of the survey. | No | | ||
| `THANKYOU_TEXT` | The "Thank You" message displayed after completing the survey. | No | | ||
| `SUBHEADER_TEXT` | An optional smaller text to display underneath the initial question. | No | | ||
| `CHOICES` | An ordered list of choice names. You can remove choices for fewer options. | No | | ||
|
||
# Demo | ||
|
||
<img alt="screenshot" src="screenshot.gif" height="500"/> |
Oops, something went wrong.