preignition/program-user-docs
accessiblesurveys
  • TRAINING COURSE
    • Introduction
    • Session 1- Creating a new survey
    • Session 2- Adding accessibility options to a Form
    • Session 3- Translating a Form into different languages
    • Session 4- Sharing your survey using the Survey Editor
    • Session 5- Analysing your survey responses and exporting your survey data
  • TUTORIALS
    • Introduction to creating a new survey
    • Introduction editing a form
    • Introduction to testing a form
    • Introduction to publishing a form
    • Introduction to Easy Read
    • Introduction to Sign Language
    • Introduction to form logic
    • Introduction to the Customer Portal
  • GUIDANCE NOTES
    • Survey App
      • Creating a new survey
      • Form Editor
        • Structuring a form
        • Adding questions to a form
          • Text based questions
          • Choice based questions
          • Rating, Slider, Order and Range questions
          • Media based questions
          • Introduction to free text fields
        • Testing a form
        • Publishing a form
        • Introduction to form logic
        • Advanced form logic
        • Using tooltips
        • Using Markdown
        • Adding an accessibility menu
        • Form Behaviour
        • Image Library
        • Easy Read
        • Sign Language
        • Translate forms
        • Using import/ export to translate forms
        • Access rights for forms
        • Sharing options across multiple questions
      • Survey Editor
        • Editing a survey
        • Distributing your survey
        • Survey respondent accounts
        • Redirection after completing survey
        • Language settings for surveys
        • Creating alias survey links
        • Survey batches
        • Presenting surveys
        • Survey access rights
        • Survey terms- advanced
        • Publishing surveys
      • Analytics
        • Introduction to survey analytics
        • Exporting Survey Data
    • Customer Portal
      • Portal
        • Profile
        • Subscription
      • Team
      • My Profile
      • Users
      • Using labels
  • FAQ
    • Data privacy and security
      • Why and how do we collect data?
      • How do we protect data?
      • What is GDPR?
      • What rights do individuals have under GDPR?
      • What obligations do controllers have under GDPR?
      • What obligations do processors have under GDPR?
      • Where is data stored?
      • How can I ensure that my surveys GDPR compliant?
      • How to Write GDPR-proof Privacy Policy for your Surveys
    • What is the best image size, ratio and format?
    • How to use free text
      • Convenient Class for Accessible Surveys Free Text Field
      • CSS tokens available in Markdown Free Text
      • Web-components available in Markdown Free Text
      • Accessibility Modes
    • FAQ about the Form Editor
      • How do I resolve warnings when publishing a form?
      • How can I get feedback about my survey?
    • Guide to producing Accessible Surveys
      • Producing your survey in Plain Language or Easy to Read
      • Producing your survey in sign languages
    • FAQ about survey data and analytics
      • How do I ensure that the data in my CSV file is properly formatted?
  • Release Notes
    • Form Builder
      • import/export
      • Section Container
    • Process Builder
    • Reporting
    • Survey
  • API
    • survey
    • member
Powered by GitBook
On this page
  • Introduction
  • Step 1
  • Step 2
  • Step 3
  • Step 4
  • Step 4
  • Step 5
  • Step 6
  1. GUIDANCE NOTES
  2. Survey App
  3. Form Editor

Using tooltips

Tooltips can be used to provide definitions of complex or technical words

PreviousAdvanced form logicNextUsing Markdown

Last updated 1 year ago

Introduction

Tooltips can be added to forms to explain words which are complex or difficult to understand.

It is best practice to use Tooltips sparingly and keep the descriptions short so they render well on smaller devices such as tablets and phones

Step 1

The first step is to provide definitions of any complex words in the form 'Glossary'

The 'Glossary' is visible in the left hand column in the form definition menu

Step 2

Select 'add new term' and give the term a unique name

The glossary term name must be unique, in small characters and no spaces

Step 3

Once you have defined a word in the form glossary you can add a Tooltip in the form itself.

Tooltips can be located in various places in a form including in a section title, a question label or a question option.

Step 4

Tooltips must be written in the following way:

<pwi-form-tooltip term=participate position=top>participate</pwi-form-tooltip>
Section
Description

<pwi-form-tooltip

Opening parenthesis

term=participate

Refers to the term name as defined in the form glossary. In this example the term name is 'participate'

position=top

Indicates where the tooltip should appear. If not mentioned, the app will automatically determine the positioning

>participate<

The word in the form which is having a tooltip attached to it

/pwi-form-tooltip>

Closing parenthesis

Step 4

Once you have added your Tooltip you can go to the 'Test' mode to test how it is working.

Step 5

It is possible to change the positioning of the Tooltip. In the example above we set the position as 'top'. However 'bottom', 'left' and 'right' are also possible options.

If a position is not mentioned, the app will determine the position automatically.

Step 6

Tooltip's can be added to option labels as shown below:

To add s Tooltip to an options label you must toggle on the 'Advanced' mode and select the option 'allow options to be written in markdown' as shown below:

Congratulations! You now know how to add Tooltip to explain words that are difficult to understand

An example of a tooltip being used to explain the meaning of the word 'complex'
Screenshot showing 'Glossary' in the Form Definition menu
Screenshot showing the input feild for a new glossary term
Screenshot showing a tooltip being added to a redio button label to explain the word 'participate'
Screenshot showing how the tooltip appears when the word 'participate' receives focus
Screenshot showing a tooltip being tested in the 'test' mode
Screenshot showing a tooltip being added to decribe the word 'Appples'
Screenshop showing how to add tooltips to option labels