web-platform-dx / developer-research

Development of research on developer needs to inform improvements in Web Platform Developer Experience
30 stars 3 forks source link

Guidance and tools for analyzing freeform survey responses #10

Open foolip opened 1 year ago

foolip commented 1 year ago

In some surveys we ask developers open ended questions and allow freeform text responses. This can be very useful when we're looking for what's top of mind on a particular topic, and can give us output like this, from the MDN Browser Compatibility Report 2020:

image

The has a section on Categorizing Responses which explains how it was done.

State of CSS also has freeform questions, and we might want to ask freeform questions in MDN short surveys.

A basic method for analyzing results like these is:

Based on that, it's then possible to treat the responses similar to the results of a multiple choice question.

This method could be improved by tooling to help get the broad strokes right in at least two ways:

Both the guidance and the tools is something this group could provide to make this more effective.