Skip to content

Commit

Permalink
Fix test and display of stability axiom
Browse files Browse the repository at this point in the history
  • Loading branch information
miawlu committed Apr 28, 2024
1 parent 1faa78b commit a27e03b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion survey/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ class Questions(Page):
@staticmethod
def vars_for_template(player: Player):
return dict(
num_axiom_questions=5, # They need to come first in form_fields
num_axiom_questions=6, # They need to come first in form_fields
)

@staticmethod
Expand Down
3 changes: 2 additions & 1 deletion survey/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ def play_round(self):
"dummy_player_axiom": "Strongly Disagree",
"symmetry_axiom": "Strongly Agree",
"efficiency_axiom": "Agree",
"linearity_axiom": "Neutral",
"linearity_additivity_axiom": "Neutral",
"linearity_HD1_axiom": "Prefer not to say",
"stability_axiom": "Disagree",
}
yield Questions, answers

0 comments on commit a27e03b

Please sign in to comment.