Skip to content

Commit 4fd7772

Browse files
committed
Edit input text
1 parent 3bc32a8 commit 4fd7772

1 file changed

Lines changed: 17 additions & 10 deletions

File tree

content/en/docs/developerportal/collaborate/product-insights.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,23 @@ Clicking the mini-survey in a row on the list shows its [survey details](#survey
8484

8585
#### 2.1.3 Settings Tab {#settings}
8686

87-
On the **Settings** tab of **Survey Overview**, you can generate a Survey API Key & enable Test Mode for project members.
87+
On the **Settings** tab of **Survey Overview**, you can enable test mode, and view or generate API keys.
8888

89-
**API Keys** Generate an API key if there is not one available. You need to use the API key as input when you configure the App Insights – Mini-Surveys module in Studio Pro to implement the mini-survey. You need only one API key per app.
89+
* **Test Mode - For All Users** – After you enable this test mode, all users will become the testers of your survey. They will see the survey every time it is triggered. Their responses will not be saved, and therefore will not pollute the true survey results. You can view their responses on the [Test data](#test-data) tab of the survey details page.
90+
91+
* To enable this test mode, open your app in Studio Pro. In the **App Explorer**, go to **Marketplace modules > AppInsights_MiniSurvey > _SETUP > 2. Set API Key & mode.**, and set the **TEST_MODE** constant to **True**.
92+
93+
* **Test Mode - For Project Members** – After you enable this test mode, all team members of the app will become the testers of your survey. They will see the survey every time it is triggered. Their responses will not be saved, and therefore will not pollute the true survey results. You can view their responses on the [Test data](#test-data) tab of the survey details page.
9094

91-
**Test Mode - For All Users**, This can only be enable using the TEST_MODE constant in the module in your App. You can find this in your App at Marketplace modules > AppInsights_MiniSurvey > _SETUP > 2. Set API Key & mode. The results are collected in the [Test data](#test-data) tab of the survey details page and will not pollute your main Survey Data collection.
95+
{{% alert color="info" %}}This test mode only works for app team members who are authenticated through Mendix SSO.{{% /alert %}}
9296

93-
**Test Mode - For Project Members**, which marks the app team members as testers. Testers see the survey every time it is triggered, and their responses are not saved. You can view all the test data on the [Test data](#test-data) tab of the survey details page.
97+
* To enable this test mode, select **Yes** for **Test Mode - For Project Members** here.
98+
99+
* **API Keys** – You can view API keys here, or generate an API key if there is none available. You need to use the API key as input when you configure the App Insights – Mini-Surveys module in Studio Pro to implement the mini-survey. You need only one API key per app.
100+
101+
* To generate an API key, click **Generate API Key** here.
102+
* To view an existing API key, click the eye icon in the **View** column in the table.
94103

95-
{{% alert color="info" %}}If an app team member is not authenticated through Mendix SSO, this setting does not work for them.{{% /alert %}}
96104

97105
### 2.2 Survey Details {#survey-details}
98106

@@ -189,11 +197,10 @@ Before the start time of the mini-survey is reached, you should implement the su
189197

190198
To obtain an API key for the implementation, follow these steps:
191199

192-
1. On the [Survey Overview](#survey-overview) page, click the settings tab.
193-
194-
2. The [App Insights Settings](#product-insights-settings) page opens:
195-
196-
* If there is already an active API key, it is shown on the list. If it is suitable to use, click **View** to show the API key, then copy it and save it for later use.
200+
1. On the [Survey Overview](#survey-overview) page.
201+
2. Go to the [Setting](#settings) tab.
202+
3. Check the **API Keys** section:
203+
* If there is already an active API key, it is shown on the table. If it is suitable to use, click **View** to show the API key, then copy it and save it for later use.
197204
* If there is no active API key that you can use, generate one as follows:
198205

199206
1. Click **Generate API Key**.

0 commit comments

Comments
 (0)