You are on page 1of 3

Word document can a have a header this header applies to all the pages

;
; Add comments to the survey by starting a line with a semicolon.
; Comments are not displayed in the survey.
;
; To add a page break to the survey, simply add a Page Break in word.
; Either Ctrl+Enter or Insert|Break, Page Break
; Any text that is at the begining (before a question) a question will be
; imported as a INTRO text
This is an Intro Text Block. Items like rules and deadlines for the survey can go
here.
We currently support Bold Italic Underline Subscript Superscript
; Sections are used to separate areas within a page.
; They begin with S. or s.
S. Example Word Import Document
;
;
;
;
;

Each question must start with a question heading.


This is used to determine where a question starts as opposed to an HTML snippet.
A question heading must be a number e.g.
1. This is my question text

1. This is a choose one question. An Other may be added by adding a series of


underscores to a choice. The number of underscores determines the size of the box
input box. You can format the answer options (Bold, Italic etc.)
Choice 1
Choice 2
Choice 3
Other _______________________________

Word doc can also have a footer

Word document can a have a header this header applies to all the pages
S. This is another Heading
2. You may also design a choose one question using plain text. You can mark the
question mandatory (required) by inserting the tag {REQUIRED} You can also
randomize the option by inserting the tag {RANDOMIZE}
( ) Choice 1
( ) Choice 2
( ) Choice 3
( ) Other __________
;
;
;
;
;
;

You can add branching logic to the options by putting the keywords
TERMINATE and THANK_YOU within braces like the one below
In this example below
Choice 1 branches to Q4
Choice 2 TERMINATES (Quota Complete) the survey
Choice 3 goes to the THANK_YOU page

3. This is a choose many question. An Other may be added by adding a series of


underscores to a choice.
[ ] Choice 1 {Q4}
[ ] Choice 2
{TERMINATE}
[ ] Choice 3 {THANK_YOU}
; Choose Many 4. You may also design a choose many question with the Other Option
[ ] Choice 1
[ ] Choice 2
[ ] Choice 3
[ ] Other __________
5. To get a Drop Down or menu (List of states or other longer lists for example)
put in this tag at the end of the question : {SELECT_MENU}
Item1
tem2
Item 3
Item 4
Item 5
6. To create Drop Downs with MULTPLE SELECT, use the [ ] Bar braces to
identify the options make sure to put in the tag {SELECT_MENU} somewhere in
the question text.
[ ] Choice 1
[ ] Choice 2
[ ] Choice 3
[ ] Choice 4
7. This is a comment question. The number of underscores
_________________
Word doc can also have a footer

Word document can a have a header this header applies to all the pages
8. This is a fill in the blank question with multiple topics. The number of
underscores determines the length. All the items are created as Text. You may
change the type in the question property pane.
Item 1 _________________
Item 2 _________________
Item 3 _________________
9. This is a essay question. The number of underscores determines the length. The
number of lines determines the height.
_______________________________________
_______________________________________
_______________________________________
10. This is a choose one matrix question. Again the choices may also be
represented one per line
Topic 1
Choice 1
Topic 2
Choice 2
Topic 3
Choice 3
11. This is a choose many matrix question. Again the choices may also be
represented in plain text using [ ]
Topic Checbox 1
[ ] Choice 1
Topic Chexbox 2
[ ] Choice 2
Topic Checkbkx 3
[ ] Choice 3
12. This is a text matrix question. The number of underscores determines the
length. The number of lines determines the height.
Topic 1
_____________
Topic 2
_____________
Topic 3
_____________

Word doc can also have a footer

You might also like