Question

Question#

App: travel_quiz

Quiz question with score attribute mappings for neighbourhood matching.

Fields#

Field

Type

Description

quiz

ForeignKey(Quiz)

Parent quiz

text

TextField

Question text

question_type

CharField

Question type (scale, choice)

order

PositiveIntegerField

Display ordering

score_attribute_high

CharField

Attribute boosted for high answers

score_attribute_low

CharField

Attribute boosted for low answers

is_active

BooleanField

Whether question is active

Relationships#

  • Quiz

  • QuestionChoice