niusouti.com

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 designQuestionnaires can be a simple way to get to know your

题目
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.


相似考题
更多“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 ”相关问题
  • 第1题:

    能正确进行字符串赋值、赋初值的语句组是()。

    A、chars[5]={a,e,i,o,u};

    B、char*s;s=“good!“;

    C、chars[5]=“good!“;

    D、chars[5]=“good!“;


    参考答案:B

  • 第2题:

    随机文件使用( )语句写数据。

    A.Input#

    B.Write#

    C.Put

    D.Get


    参考答案:C

  • 第3题:

    与下列语句组等效的语句组是: 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;s="Olympic";

  • 第4题:

    随机文件使用( )语句读数据。

    A.Input#

    B.Write#

    C.Put

    D.Get


    参考答案:D

  • 第5题:

    以下能正确进行字符串赋值、赋初值的语句是______。

    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";


    正确答案:C

  • 第6题:

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

    A.GoodMoring!

    B.Moring!

    C.Good

    D.Moring!Good


    A