Help Center

Simple Survey Toolbar

The Simple Survey Toolbar is a specialized BlueConic plugin that adds a survey insert icon to the toolbar of the BlueConic content editor. This enables you to build surveys for users to fill out on your channels. A survey consists of one or more questions with one or more scored answers. The visitor will get to see the questions one at a time. Answers, scores, and totals are stored in properties of the visitors profile.

To view the results of a survey, add a Survey Results insight to a dashboard.

Note: To install the Simple Survey Toolbar plugin, follow the instructions for adding a plugin in our Knowledge Base or contact your Customer Success Manager.

Adding a survey

To add a survey, click "Insert Object" in an existing dialogue and choose the option "Survey."

How do I add a simple survey to my BlueConic site?

Inserting a survey inserts an empty canvas in the editor and will open a tabbed lightbox with form controls. The lightbox itself can be repositioned on the page by dragging it using the drag bar on its left side.

The lightbox contains these tabs:

 The following sections discuss each tab in detail.

Editing in the lightbox will automatically update the preview on the editing canvas. When you are done editing close the lightbox, click OK to confirm the edit and finally click Save to save the changed dialogue.

Overview

On this tab you construct your survey by adding questions.

How do I create a survey in BlueConic and add questions?

Click the Add Question button to add a new question to the survey. To edit a question, click its text, this will take you to the Question Details tab. To change the order of the questions, hover over the question, grab its handle on the left and drag the question to its intended location.

To delete a question, hover over its name and click the delete icon that appears on the right.

Link with profile property

Set calculation in
Select the profile property that will hold the total sum of the answer scores for all questions, for example "7".
Store results in
Select the profile property that will hold the textual questions and answers of the survey, for example "What is your name? - King Arthur", "What is your quest? - To find the Holy Grail", etc.

Question Details

This tab automatically opens when you click on a question on the Overview tab and enables you to edit the details of the selected question. Note that the active question is also displayed on the page. Changes to the question or its answers are reflected on the page so you can see how the result will look.

How do I format and add questions to a BlueConic survey?

Available options:

Required / Optional
Select whether answering the question is required or optional. If a question is required the visitor cannot proceed to the next question or finish the survey without selecting an answer first.
Question
Enter the text for the question.
Expert settings
Click to toggle expert settings for this question:

How do I manage expert settings in a BlueConic survey?

Instructions for user
Enter optional text to display to the user.
Set to profile property
Select the profile property to hold the textual answers to this particular question. The score of the answer will be stored in a profile property with the same id as the selected profile property with "_score" appended. For example: if you store the answer in a profile property "Survey 1" with id "survey_1", the answer score will be stored in a profile property named "survey_1_score".
Multiple answers possible
Check the box to allow a visitor to select multiple answers for the selected question.

Navigating between questions

There are a couple of options to navigate between questions:

  • Click the navigation arrow buttons at the bottom of the Question Details tab to go to the next or the previous question.
  • Open the Overview tab and click the question you want to go to.

Styling

On the Styling tab you can modify the look of your survey.

How to edit or modify the style CSS and look of an online survey with BlueConic?

Available options:

Custom CSS URL
Optionally enter the URL to load custom CSS from. The CSS from the URL is loaded before the Custom CSS Code.
Custom CSS code

Optionally enter custom CSS to style the trigger and the message. This CSS will overrule CSS loaded from the URL. The HTML of the toaster schematically looks like this:

<div class="bcAssessment">
  <fieldset>
    <label>...</label>
    <ul>
      <li>
        <input type="radio" />
        <label>...</label>
      </li>
      ...
    </ul>
 <fieldset>
</div>

So to style the list you will want to prefix your CSS rules with div.bcToaster

As an example, the CSS below will style the labels with a green text color:

div.bcAssessment li label {
  color: green;
}
Button label
Enter the text for the button that submits the answer to the question.

After Submit

On this tab you specify what happens after the user clicks the button to submit the form.

What happens once a customer submits a BlueConic survey?

Available options

Redirect to web page
Enter the web page URL where the user will be redirected after successfully submitting the last question of the survey. Note that URLs need to be prefixed with http:// or https:// unless you specify a relative URL.
Inline message
Edit the message to display after successfully submitting the last question of the survey. The survey will be replaced by this message.
Close overlay
When the user successfully submits the last question of the survey, it will close the lightbox it is in. This assumes that you placed the survey in a dialogue of the type "Lightbox."

Was this article helpful?
0 out of 0 found this helpful