Skip to content

Style Quiz

Toby Hede edited this page May 7, 2015 · 3 revisions

Style Quiz

Algorithm

The new alogrithm is entirely based on matching attributes/tags in style quiz responses and products/variants.

Products have attributes and tags.

Style Quiz items and questions will also have tags.

Tags will be weighted according to importance.

Relevance is determined by matching response tags to product tags, sorted by weighting.

eg

QuizSelection = {
  color: 'black'
}

DressA = {
 color: 'black'
}

Weighting = {
 color: 10,
 shape: 5
}

We can collect the Top N most frequent tag or attributes from the user's response, and map to dresses that have these attributes.