How to add a video in the questionnaire?
A user can add a video in the questionnaire by clicking on the highlighted option from the rich editor box.
The video can be uploaded to the EyeQuestion server by clicking on "Upload" button.
After adding the video on the server click on ok to add it in the questionnaire.
It is also possible for the video to be played automatically when the panelist enters the screen containing it. If you would like to use this option, feel free to reach out to our support team via email.
How to Add a Sound File in the Questionnaire
First upload the audio file in the EyeQuestion server. In order to do that, click on Design > Products> Edit button.
Click on the highlighted icon to upload the audio file on the server.
Click on the question text where you want to add the file and click on HTML.
Add the following code: <audio controls="">< <source src="/eq/sites/1/html/sounds/water-191999.mp3" type="audio/mp3" /></audio>
Replace the text highlighted between "" to the complete name of your uploaded sound file.
You can copy the name from the product information screen where you have imported it:
In order to play the sound automatically, use the following code: <audio autoplay="" controls="">< <source src="/eq/sites/1/html/sounds/water-191999.mp3" type="audio/mp3" /></audio>
The image can be uploaded in one of the following format:
.jpg
.jpeg
.png
The audio should be in the .mp3 format and video in the .mp4 format.
How to Add a Document as a Hyperlink
Apart from media such as images, audio or video, t
here is also the possibility to attach other files to a questionnaire. First, the file has to be uploaded to the server. This can be done by going to Design>Products>Edit button and by selecting the file that needs to be uploaded.
After this is done, open the question to which you would like to add the file to and set up your desired text for the panelist to see, this string of text will also act as a direct link to the file. In the below example, we will be using a text based link to download a document (you can also use an image), which we have put in a custom documents folder.
The first thing we have to do is to set up the text that will act as a hyperlink.
Click More>HTML button on the rich text editor to display the HTML box .
Use the code added below and customize the text highlighted by your needs.
<h2 style="text-align: center"><a href="/eq/customer/documents/Instructions.pdf">Please click here to download the document</a></h2>
After saving the changes in your HTML box, the text will be transformed into a clickable link containing the document.