Skip to content

Commit

Permalink
docs: Update config parameter description in Trial action for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Jan 6, 2025
1 parent 73934bb commit d39686c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/experiment/actions/trial.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Trial(BaseAction): # pylint: disable=too-few-public-methods
html (Optional[str]): HTML to be displayed in this view
feedback_form (Optional[Form]): array of form elements
title (Optional(str)): page title - defaults to empty
config (Optional[Config]): dictionary with following settings
config (Optional[Config]): configuration for the trial with options for response time, auto advance, listen first, show continue button, and continue label
style (FrontendStyle): style class to add to elements in form and playback
neutral: first element is blue, second is yellow, third is teal
neutral-inverted: first element is yellow, second is blue, third is teal
Expand Down

0 comments on commit d39686c

Please sign in to comment.