Coding Data MKTG 121 EXAM

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:02 PM on 4/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

9 Terms

1
New cards

coding

transforming raw data into symbols / numbers

2
New cards

coding closed ended questions - single response questions

  • one variable per question,

  • assign numbers to each answer

  • example: yes = 1, no = 0

3
New cards

coding closed ended questions - rating scales

  • numbers represent intensity

  • example: 1 = unfavorable —> 7 = favorable

4
New cards

coding closed ended questions - check all that apply

  • create multiple variables (one per option

  • code:

  • 1 = selected

  • 0 = not selected

5
New cards

coding open ended questions - two types

factual open ended and exploratory open ended

6
New cards

coding factual open ended

  • ex: what year were you born?

  • seeks specific numeric answers

  • record exact values (don’t group yet)

  • preserves higher level of measurement (ratio)

7
New cards

coding exploratory open ended

  • people answer using their own words

  • multiple possible answers

  • more complex and subjective

  • steps:

1) identify all responses

2) develop categories (mutually exclusive, exhaustive, include “other” if needed)

3) assign codes to categories (use multiple coders)

4) compare coder results

  • resolves disagreements

  • measure reliability

8
New cards

dichotomous variable

a variable that has only two possible values.

Most common examples:

  • Yes / No → (1 / 0)

  • Selected / Not selected → (1 / 0)

  • True / False

9
New cards

Exhaustive

means every possible response must fit into a category.

  • If responses are left uncoded → categories are not exhaustive

  • That’s a breakdown in the coding system, not the coder’s math or variable type

So:

  • Mutually exclusive = no overlap

  • Exhaustive = nothing left out