You can insert free zones to your survey without data collection, for example for promotional messages,
Questions type without data collection
[Tp = captcha] Captcha test
Use captcha question to check that user is not a robot (72+4).
You can formulate your question as you want and put the operation where you want using the captcha tag :72+4
[Tp = HTML] Pure HTML
Complex Html
Responsive Image Gallery copied from w3schools
Resize the browser window to see the effect.
Add a description of the image here
Add a description of the image here
Add a description of the image here
Add a description of the image here
This example use media queries to re-arrange the images on different screen sizes: for screens larger than 700px wide, it will show four images side by side, for screens smaller than 700px, it will show two images side by side. For screens smaller than 500px, the images will stack vertically (100%).
You will learn more about media queries and responsive web design later in our CSS Tutorial.
A youtube Video (example frame)
videos
[Tp = SlideShow] Slide show
we have added a SlideShow question type that simplifies their elaboration (below 2 examples):
[Tp = Popup] Popup
Testeur de popup
Here's how to launch Popups:
with a link
here
or with a button
and you can also recall the autoshow popup
Note:
the popupQuestion function has 3 arguments: popupQuestion(idQuestionPopupToPopup, opacity, inMousePosition)
- opacity: (0 to 1) manages the opacity of the background.
- inMousePosition;
if true, position popup relative to mouse position, otherwise center relative to visible area.