-
The members of your account/organization are referred to as users. All current users in your account appear on the Users page. To get to it, click Profile in the lower left navigation bar.
On the Profile...
-
After being invited to the InsightStore, new users will receive two emails. To gain access, the invited user must follow the email instructions. Both messages will be sent from noreply@civicscience.com.
First email
The first email sent...
-
Created On: 10/04/2024
in Poll unit
We have demonstrated multiple configurations of the poll unit here .
-
The poll unit is a snippet of code downloaded from the InsightStore and placed in your website's HTML. The best placement is embedded directly into article content; however, other popular placements include below an article, in section pages, or the...
-
To improve the poll unit, we will occasionally conduct A/B tests for various characteristics. Whether an individual is in the A or B groups for the test depends on his or her respondent cookie identifier. Thus, the same user with the same computer...
-
Asynchronous JavaScript The async attribute on the poll unit integration code element instructs the browser to load the poll unit JavaScript library asynchronously without pausing the rendering of the page while the script is downloaded. ...
-
We are always improving the poll unit and developing new features and capabilities. To quickly make those features available, we may change the poll unit's HTML structure at any time and without notice. The customization settings described in thi...
-
Detailed user research has been conducted to create a poll unit experience that will delight respondents and encourage them to answer questions. Thus, some aspects of the poll unit cannot be adjusted. This section discusses some parts of the poll ...
-
The poll unit JavaScript function is called to load the instance into the container. The function accepts one argument: an object providing the poll unit settings. Here is a basic example: civicscience.widget({
target: "000",
container: "#ci...
-
Note: Whenever you see "civsci-id-123456789" , it must be replaced with your div identifier. Also, wherever we use a "000" value for a data-civicscience-widget attribute, that must be replaced with your poll unit target identifier, e...