Library

Video Player is loading.
 
Current Time 0:00
Duration -:-
Loaded: 0%
 
x1.00


Back

Games & Quizzes

Training Mode - Typing
Fill the gaps to the Lyric - Best method
Training Mode - Picking
Pick the correct word to fill in the gap
Fill In The Blank
Find the missing words in a sentence Requires 5 vocabulary annotations
Vocabulary Match
Match the words to the definitions Requires 10 vocabulary annotations

You may need to watch a part of the video to unlock quizzes

Don't forget to Sign In to save your points

Challenge Accomplished

PERFECT HITS +NaN
HITS +NaN
LONGEST STREAK +NaN
TOTAL +
- //

We couldn't find definitions for the word you were looking for.
Or maybe the current language is not supported

  • 00:03

    Have you ever taken a survey that asks you to "check all that apply"?

  • 00:08

    Some people may check one response, or none, or all of the responses. That may be

  • 00:15

    an interesting way to ask a question, but it can be a nightmare if you do not know

  • 00:19

    how to handle that kind of data in IBM SPSS Statistics software, we are going to

  • 00:25

    dive deeper into how to handle multiple response items in SPSS.

  • 00:42

    Some questions can have only one answer. We asked teachers "where is your school

  • 00:49

    located?" Because the school can be located in only one place, there can only

  • 00:56

    be one answer. Now, this is clean and easy to use. As a researcher, each respondent

  • 01:05

    can only choose one option, so the results will be percentages that add up

  • 01:10

    to 100%. But other questions allow for multiple answers. Using this powerful

  • 01:17

    strategy in a survey can create problems for us later on, so we want to plan ahead

  • 01:23

    on how to treat these multiple response items in SPSS. In this question, we ask:

  • 01:30

    " at your school what sorts of curriculum modifications

  • 01:34

    are available for the deaf and hard-of-hearing students?" However, we add

  • 01:39

    the caveat "check all that apply". A given respondent may check all of the options,

  • 01:45

    or only some of the options, or none of the options. Perhaps 68% of schools offer

  • 01:53

    modified course instruction, 51% offer alternative forms of coursework, 30%

  • 02:00

    offer extended exam time - and now we're way over 100% - so, how can we display

  • 02:07

    these findings in a way that makes sense of the data? When you use multiple

  • 02:13

    response items, remember this important tip: (in this case we're asking people

  • 02:18

    about the types of pets that they own) think about whether a possible answer

  • 02:23

    could be zero or none. If it is, then include that "none of the above" option, so

  • 02:32

    that if a respondent does not have an answer, the non-responses are not treated

  • 02:36

    as missing data, but rather are recorded as legitimate zero values. Anytime that

  • 02:43

    you include "check all that apply", you need to treat the answer options in a

  • 02:48

    very specific way. You will use the multiple response option in SPSS

  • 02:54

    for this example we will use the GSS2016.sav dataset. This is a very

  • 03:02

    useful real-world data set for the General Social Survey - a cross-section of

  • 03:09

    the American public from the year 2016 - provided by the National Opinion

  • 03:14

    Research Center at the University of Chicago. It is free to download and I

  • 03:19

    will include a link. We are going to be examining some multiple responses

  • 03:27

    related to how often people attended an art exhibit in the last year, and if they

  • 03:34

    did not attend an art exhibit, why not? Let's look at some simple frequencies.

  • 03:40

    First, so that we will have them as a reference, go to Analyze -> Descriptive

  • 03:46

    Statistics -> Frequencies. We will examine two questions: "did the respondent go to

  • 03:56

    an art exhibit in the last 12 months?" (that is a yes or no question)

  • 04:01

    and "What was the most important factor in NOT attending an art exhibit?" in which

  • 04:07

    they can choose only one response from a list. Move these two variables into the

  • 04:12

    variables box and click OK. We can see that roughly one-third of people

  • 04:20

    attended an art exhibit in the last 12 months. In the second question, those who

  • 04:26

    did not attend an art exhibit were asked to the single most important factor why not?

  • 04:30

    We see that the most common objections are Time and Cost, but that

  • 04:38

    only tells us about the most important reason. Some of the lesser important

  • 04:43

    reasons may still be important factors. By asking about only the most important,

  • 04:50

    we lose all of the information about the second, and third, and fourth most

  • 04:54

    important reasons. So, we may follow our question about the single most important

  • 04:59

    reason with a question in which we offer a list of reasons and ask people to

  • 05:04

    check all that apply. People might answer yes or no,

  • 05:08

    to any, all, or none of these items. We will use a multiple response set to

  • 05:15

    analyze these data. When you use the multiple response option in SPSS, you

  • 05:21

    need to specify one particular response as the response that will count. Now the

  • 05:28

    simplest way to do this is to code your data as 0's and 1's where 0 = no,

  • 05:34

    and 1 = yes. Only response 1 is counted as an affirmative response.

  • 05:43

    When we look at the value labels for these items, we see that only response 1

  • 05:49

    indicates that this was a reason for not attending an art exhibit.

  • 05:53

    All of the other responses indicate something else. In fact, responses 0, 8, & 9, are missing

  • 06:02

    values. Those missing cases will not be included in our final analysis.

  • 06:08

    Our first step, then, is to create a variable set out of the possible item responses.

  • 06:13

    Go to Analyze -> Multiple Response -> Define Variable Set... I'm going to expand to this

  • 06:23

    window so that we can see the variable names a little better. Here we will tell

  • 06:28

    SPSS which items need to be combined for our multiple response set. We will move

  • 06:35

    any variable that relates to a reason why someone did not attend an art

  • 06:39

    exhibit: it costs too much, could not find anyone to go with,

  • 06:43

    not interested, did not want to go to that location,

  • 06:48

    lack of time, too difficult to get there, and other reason. Move all of the

  • 06:55

    relevant variables into the Variables in Set: box. The variables will be coded as

  • 07:02

    dichotomies with the counted value of 1. All other responses including missing

  • 07:09

    values will be treated as not counting for this question. We will name this set

  • 07:14

    of responses something that will help us remember what it is: why did people not

  • 07:19

    attend an art exhibit? We will call it "Artless."

  • 07:25

    Click Add to create the multiple response set. Close. Now at this point, we might expect to see

  • 07:34

    our output window, but nothing really happens and that is because all that we

  • 07:41

    have done so far is to DEFINE our variable set. Now we need to tell SPSS

  • 07:46

    what to DO with it. We need a frequency table. Go to Analyze -> Multiple Response ->

  • 07:55

    and notice that we have two analysis options" frequencies or crosstabs.

  • 08:04

    We're going to use Frequencies. Move the Artless response set into the box: Table(s) for:

  • 08:10

    We are going to get a frequency table for the items. Click OK. In the

  • 08:18

    output, we are given the number of people who responded to each item, the percent

  • 08:23

    of responses, and the percent of cases. We are most interested in the" percent of

  • 08:30

    cases" because we want to know how many people chose each response, we would

  • 08:36

    interpret these findings as 28.2% of people cited cost

  • 08:42

    as one reason that they did not go to an art exhibit and 14.7%

  • 08:47

    did not go because they did not have anyone to go with. Not having the

  • 08:53

    time to go - or not making the time to go - was the reason given by 60.9%

  • 08:59

    of respondents. Of course, someone who said they did not have the

  • 09:03

    time to go, might also have indicated that they did not have the money, either.

  • 09:07

    But now we have a richer source of data to better understand these respondents'

  • 09:13

    motivation - or lack of motivation - for attending art exhibits. One thing that I

  • 09:20

    DON'T like about this table is that it's difficult to read and interpret.

  • 09:26

    These data would be better displayed with a Pareto bar chart. To display these

  • 09:31

    findings, we're going to switch over to Excel and

  • 09:34

    create this bar chart. If you want to learn the steps to do that, check out the

  • 09:39

    next video.

All

The example sentences of DESCRIPTIVE in videos (15 in total of 72)

that wh-determiner is verb, 3rd person singular present descriptive adjective of preposition or subordinating conjunction how wh-adverb an determiner artist noun, singular or mass reaches verb, 3rd person singular present his possessive pronoun voice noun, singular or mass that wh-determiner is verb, 3rd person singular present descriptive adjective in preposition or subordinating conjunction the determiner way noun, singular or mass that preposition or subordinating conjunction it personal pronoun tells verb, 3rd person singular present
first proper noun, singular , so adverb that preposition or subordinating conjunction we personal pronoun will modal have verb, base form them personal pronoun as preposition or subordinating conjunction a determiner reference noun, singular or mass , go verb, base form to to analyze verb, base form - > noun, singular or mass descriptive proper noun, singular
however adverb , where wh-adverb a determiner descriptive adjective name noun, singular or mass would modal not adverb add verb, base form much adjective value noun, singular or mass , its possessive pronoun common adjective to to simply adverb name verb, base form
first proper noun, singular , provide verb, base form a determiner descriptive adjective name noun, singular or mass for preposition or subordinating conjunction the determiner report noun, singular or mass so adverb that preposition or subordinating conjunction you personal pronoun can modal easily adverb identify verb, base form it personal pronoun .
what wh-pronoun does verb, 3rd person singular present to to be verb, base form descriptive adjective mean noun, singular or mass well adverb it personal pronoun means noun, plural that preposition or subordinating conjunction you personal pronoun actually adverb have verb, non-3rd person singular present to to describe verb, base form
audio noun, singular or mass descriptive adjective versions noun, plural of preposition or subordinating conjunction content noun, singular or mass so preposition or subordinating conjunction i personal pronoun find verb, non-3rd person singular present it personal pronoun really adverb useful adjective i personal pronoun think verb, non-3rd person singular present it personal pronoun 's verb, 3rd person singular present interesting adjective
whole adjective descriptive adjective runarounds proper noun, singular , like preposition or subordinating conjunction ' afe proper noun, singular " wife noun, singular or mass " becoming verb, gerund or present participle noni proper noun, singular naa proper noun, singular wane noun, singular or mass " a determiner woman noun, singular or mass of preposition or subordinating conjunction a determiner man noun, singular or mass " .
the determiner more adverb, comparative precise adjective you personal pronoun can modal be verb, base form with preposition or subordinating conjunction your possessive pronoun language noun, singular or mass , the determiner more adverb, comparative descriptive adjective you personal pronoun can modal be verb, base form
if preposition or subordinating conjunction you're proper noun, singular asked verb, past tense for preposition or subordinating conjunction a determiner descriptive adjective essay noun, singular or mass and coordinating conjunction an determiner opinion noun, singular or mass , make verb, base form sure adjective you personal pronoun do verb, non-3rd person singular present both determiner .
you personal pronoun just adverb don verb, non-3rd person singular present t proper noun, singular list noun, singular or mass that determiner type noun, singular or mass of preposition or subordinating conjunction descriptive adjective term noun, singular or mass with preposition or subordinating conjunction the determiner ingredient noun, singular or mass in preposition or subordinating conjunction the determiner ingredient noun, singular or mass
go verb, base form to to your possessive pronoun bookstore noun, singular or mass and coordinating conjunction ask verb, base form for preposition or subordinating conjunction a determiner descriptive adjective dictionary adjective because preposition or subordinating conjunction you're proper noun, singular studying verb, gerund or present participle esl proper noun, singular , and coordinating conjunction
this determiner would modal be verb, base form an determiner example noun, singular or mass of preposition or subordinating conjunction descriptive adjective statistics noun, plural because preposition or subordinating conjunction we personal pronoun 're verb, non-3rd person singular present merely adverb organizing verb, gerund or present participle all determiner of preposition or subordinating conjunction our possessive pronoun
steampunk proper noun, singular is verb, 3rd person singular present great adjective to to write verb, base form because preposition or subordinating conjunction we personal pronoun can modal finally adverb flex verb, base form our possessive pronoun descriptive adjective muscles noun, plural and coordinating conjunction play verb, base form
it personal pronoun 's verb, 3rd person singular present called verb, past participle the determiner golden adjective lancehead proper noun, singular , and coordinating conjunction the determiner name noun, singular or mass is verb, 3rd person singular present quite adverb descriptive adjective proper noun, singular the determiner snake noun, singular or mass is verb, 3rd person singular present
the determiner filename proper noun, singular , the determiner descriptive proper noun, singular , the determiner quotation proper noun, singular , the determiner lie proper noun, singular , the determiner clickbait proper noun, singular , the determiner creative proper noun, singular and coordinating conjunction the determiner gibberish proper noun, singular .

Use "descriptive" in a sentence | "descriptive" example sentences

How to use "descriptive" in a sentence?

  • A good writer gets better only by learning to cut, to remove the ornamental, the descriptive, the narrative, and especially the deeply felt and meaningful. What remains? The story remains.
    -David Mamet-
  • He looks like a man.' 'How descriptive,' Susan said in a droll tone. 'Remind me never to advise you to seek work as a novelist.
    -Julia Quinn-
  • The great art of films does not consist of descriptive movement of face and body but in the movements of thought and soul transmitted in a kind of intense isolation.
    -Louise Brooks-
  • A book on the new physics, if not purely descriptive of experimental work, must essentially be mathematical.
    -Paul Dirac-
  • Words have a universe of qualities other than those of descriptive relation: Hardness, Density, Sound-Shape, Vector-Force, & Degrees of Transparency/Opacity.
    -Clark Coolidge-
  • I was stupid, the official descriptive phrase for happy.
    -Daniel Handler-
  • Critics who treat adult as a term of approval, instead of as a merely descriptive term, cannot be adult themselves.
    -C. S. Lewis-
  • I've always thought of fat as just a descriptive word
    -Camryn Manheim-

Definition and meaning of DESCRIPTIVE

What does "descriptive mean?"

/dəˈskriptiv/

adjective
Telling what something is like or looks like.

What are synonyms of "descriptive"?
Some common synonyms of "descriptive" are:
  • illustrative,
  • expressive,
  • pictorial,
  • depictive,
  • graphic,
  • picturesque,
  • vivid,
  • striking,
  • explanatory,
  • elucidatory,
  • explicative,
  • exegetic,
  • expository,
  • detailed,
  • lively,

You can find detailed definitions of them on this page.