← Main Site
On this page

Printing Output with insert

The insert statement outputs text in your SQE survey or questionnaire.

insert <TEXT>
insert Hello World!

Single Line Insert

To print multiple line text, use curly brackets:

insert {
<MULTIPLE LINES>
}
insert {
line 1
line 2 
}

Multiple Line Insert