# Classic Kano survey analysis

The original way Noriaki Kano devised to analyse a survey was to use a lookup table to classify each pair of responses per feature and then tally the results:

![Source: Kano et al. (1984), translated](/files/3wHq7AUmiaCkbnimuh7n)

## Using the lookup table

In the classic analysis, you look up the category of the combination of a respondent's functional and dysfunctional answers.

| **Functional** ↓ | **Dysfunctional** → |        |         |        |         |
| :--------------: | :-----------------: | :----: | :-----: | :----: | :-----: |
|                  |         Like        | Expect | Neutral | Accept | Dislike |
|       Like       |          Q          |    A   |    A    |    A   |    O    |
|      Expect      |          R          |    I   |    I    |    I   |    N    |
|      Neutral     |          R          |    I   |    I    |    I   |    N    |
|      Accept      |          R          |    I   |    I    |    I   |    N    |
|      Dislike     |          R          |    R   |    R    |    R   |    Q    |

## Tallying the results

When you have determined the category of each response, tally them up. For each feature, count the number of times they have been attributed the Natural, One-Dimensional, Attractive, Indifferent, Reverse and Questionable categories.

For a survey with 25 respondents, the results could be:

|            |   N   |    O   |  A  |  I  |  R  |  Q  |
| ---------- | :---: | :----: | :-: | :-: | :-: | :-: |
| Feature #1 |   9   | **10** |  1  |  2  |  3  |  0  |
| Feature #2 | **9** |    5   |  4  |  2  |  4  |  1  |
| ...        |       |        |     |     |     |     |

The classic way to determine the final category of the feature is to simply look at what category has the majority. For feature 1, that’d be One-Dimensional. For the second feature, that would be that it’s a Natural.

When you're ready with your analysis, you can begin [interpreting the results](/applying-your-kano-study-results/prioritizing.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kano-model.proofofthepudding.be/step-by-step-guide-to-kano-study/4-analysing-the-results/lookup-table-analysis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
