Overview
This article explains how to use smileys as an answer scale in EFS Survey, providing both a simple method and a more customizable approach.
Information
Smileys are frequently used as a response scale for measuring satisfaction in surveys. This guide demonstrates how to implement smiley-based answer scales in EFS Survey.
Quick Method: Single Response List with Icons
The easiest way to implement smileys as an answer scale is to use the question type "Single response list with icons" in EFS Survey.
Custom Method: Using Smileys with Radio Buttons
For a more traditional look with radio buttons beneath the smileys, follow these steps:
Step 1: Upload Smiley Images
First, upload the smiley images to the media library in EFS Survey.
Step 2: Add Smiley Images to Answer Options
Replace the text of each answer option with the HTML code for the corresponding smiley image. For example, instead of "very satisfied", use:
<img src="images/griening.gif" width="32" height="32" border="0">
Replace "griening.gif" with the name of your uploaded smiley image file.
Step 3: Copy File Path (Alternative Method)
Alternatively, you can copy the file path directly from the media library.
Step 4: Verify Results
After saving your changes, you should see smileys instead of text descriptions for each answer option.
FAQ
Can I use custom smiley images?
Yes, you can upload and use your own custom smiley images as long as they are in a supported file format (e.g., GIF, PNG, JPG).
Is it possible to use smileys with other question types?
While the method described here works best with single response questions, you can adapt it for other question types that support custom HTML in answer options.
Comments
0 comments
Article is closed for comments.