A company collects customer feedback in three forms: a structured table with customer ID and rating (1-5), free-text comments, and audio recordings of phone calls. Which of the following correctly orders these data from least structured to most structured?
Trap 1: Structured table, free-text comments, audio recordings
Incorrect. This orders structured first, which is most structured, not least.
Trap 2: Free-text comments, structured table, audio recordings
Incorrect. This places free-text (unstructured) before structured table, but then places audio after structured, mixing order.
Trap 3: Audio recordings, structured table, free-text comments
Incorrect. This places audio (unstructured) first, then structured table, then free-text (unstructured) last, which is not from least to most structured.
- A
Audio recordings, free-text comments, structured table
Correct. Audio and free-text are both unstructured; the structured table is most structured.
- B
Structured table, free-text comments, audio recordings
Why wrong: Incorrect. This orders structured first, which is most structured, not least.
- C
Free-text comments, structured table, audio recordings
Why wrong: Incorrect. This places free-text (unstructured) before structured table, but then places audio after structured, mixing order.
- D
Audio recordings, structured table, free-text comments
Why wrong: Incorrect. This places audio (unstructured) first, then structured table, then free-text (unstructured) last, which is not from least to most structured.