Questionnaires can be a simple way to get to know your audience's opinions. Though it is easy to write a questionnaire, you need a lot of skill and experience to write a good one. Luckily, good design Questionnaires can be a simple way to get to know your audiences opinions. Though it is easy to write a questionnaire, you need a lot of skill and experience to write a good one. Luckily, good design skills can be learned in a short time.Keep Your Questionnaire Simple and Visually AttractiveKeep your questionnaire short and simple. A short and simple questionnaire is more likely to be completed and returned. It is also important to make your questionnaire as attractive as possible. You should keep the following design elements in mind:Text: Choose a font style. that is easy to read, and make sure the font size is large enough for your respondents to read.Paragraphs: Long paragraphs can be daunting for readers, so try to keep your blocks of text to a handful of lines.White space: Ensure that there is space between questions and sections and dont make margins too small.Keep Questions Brief and Easy to UnderstandBe brief and direct with your questions. Do not use any unnecessary words and phrases. Brief questions that use simple language are easy to read and understand, so the participants wont find it difficult to fill in the questionnaire.Make Sure Questions Are In the Right OrderYou should start your questionnaire with general questions and then move to specific ones. Try to avoid jumping back and forth between general and specific questions.Use Open-Ended Questions ProperlyOpen-ended questions mean respondents can answer freely using their own words. They can provide more detailed information, but they take more time and effort to answer and can be more difficult to analyze. You should not use too many open-ended questions in one questionnaire.In a word, taking the time to develop a well-designed and participant “friendly questionnaire will give you useful data that can help you make the right decisions.21. The questionnaire contains following elements except() A. testB. paragraphC. address22. In order to keep your questionnaire visually attractive, you should().A. choose different font styles in a questionnaireB. write long paragraphs instead of short onesC. leave enough space between questions and sections23. You should start your questionnaire with()questions and then move to ones.A. general, specificB. specific, generalC. short, long24. What could be the best title for this passage?A. Designing an Effective Questionnaire.B. Questionnaire is the best way to collect data from many people.C. Questionnaire benefits our life.25. Which of the following statements is NOT true?A. Questionnaire design skills can be learned in a short time.B. Open-ended questions cannot provide more detailed inform. better not use too many open-ended questions in one questionnaire.C. Its worth taking the time to develop a well-designed and participant-friendly questionnaire.

Questionnaires can be a simple way to get to know your audience's opinions. Though it is easy to write a questionnaire, you need a lot of skill and experience to write a good one. Luckily, good design

Questionnaires can be a simple way to get to know your audience's opinions. Though it is easy to write a questionnaire, you need a lot of skill and experience to write a good one. Luckily, good design skills can be learned in a short time.

Keep Your Questionnaire Simple and Visually Attractive

Keep your questionnaire short and simple. A short and simple questionnaire is more likely to be completed and returned. It is also important to make your questionnaire as attractive as possible. You should keep the following design elements in mind:

Text: Choose a font style. that is easy to read, and make sure the font size is large enough for your respondents to read.

Paragraphs: Long paragraphs can be daunting for readers, so try to keep your blocks of text to a handful of lines.

White space: Ensure that there is space between questions and sections and don't make margins too small.

Keep Questions Brief and Easy to Understand

Be brief and direct with your questions. Do not use any unnecessary words and phrases. Brief questions that use simple language are easy to read and understand, so the participants won't find it difficult to fill in the questionnaire.

Make Sure Questions Are In the Right Order

You should start your questionnaire with general questions and then move to specific ones. Try to avoid jumping back and forth between general and specific questions.

Use Open-Ended Questions Properly

Open-ended questions mean respondents can answer freely using their own words. They can provide more detailed information, but they take more time and effort to answer and can be more difficult to analyze. You should not use too many open-ended questions in one questionnaire.

In a word, taking the time to develop a well-designed and participant “friendly questionnaire will give you useful data that can help you make the right decisions.

21. The questionnaire contains following elements except() 

A. test

B. paragraph

C. address

22. In order to keep your questionnaire visually attractive, you should().

A. choose different font styles in a questionnaire

B. write long paragraphs instead of short ones

C. leave enough space between questions and sections

23. You should start your questionnaire with()questions and then move to ones.

A. general, specific

B. specific, general

C. short, long

24. What could be the best title for this passage?

A. Designing an Effective Questionnaire.

B. Questionnaire is the best way to collect data from many people.

C. Questionnaire benefits our life.

25. Which of the following statements is NOT true?

A. Questionnaire design skills can be learned in a short time.

B. Open-ended questions cannot provide more detailed inform. better not use too many open-ended questions in one questionnaire.

C. It's worth taking the time to develop a well-designed and participant-friendly questionnaire.


相关考题:

如果MIB对象的访问属性为reAD-write,SNMP访问模式为reAD-write时,可进行的操作有() A.GetB.Get、TrApC.Get、SetD.Get、Set和TrAp

What's ( )job? Are ( ) British?A. your, yourB. you, yourC. your, you

You don’t look________; you’d better see a doctor. A.miceB.wellC.kindD.good

以下能将字符串“good!”正确地存放在字符数组s中,或使指针;能指向这个字符串的是(33)。A.char s[4]={'g','o','o','d','!')B.char s[5];s="good!";C.int s[5]="good!";D.char *s;s="good!:;

能正确进行字符串赋值、赋初值的语句组是()。 A、chars[5]={a,e,i,o,u};B、char*s;s=“good!“;C、chars[5]=“good!“;D、chars[5]=“good!“;

随机文件使用( )语句读数据。 A.Input#B.Write#C.PutD.Get

随机文件使用( )语句写数据。 A.Input#B.Write#C.PutD.Get

以下能正确进行字符串赋值、赋初值的语句是______。A.char s[5]:{'a','e','i','o','u'};B.char *s; s="good";C.char s[5]="good";D.char s[5]; s="good";

与下列语句组等效的语句组是: document.write ("123<br>"); document.write ("456");A.for (document) { write ("123<br>"); write ("456"); }B.with (document) { write ("123<br>"); write ("456"); }C.foreach (document) { write ("123<br>"); write ("456"); }D.while (document) { write ("123<br>"); write ("456"); }

执行以下程序段后,输出结果是() 。 char s[20]= "Good",t[]="Moring!"; strcat(s,t); puts(s);A.GoodMoring!B.Moring!C.GoodD.Moring!Good