Skip to content

Commit

Permalink
config.yml: change conditional-score-outputs to conditional-score-output
Browse files Browse the repository at this point in the history
  • Loading branch information
ericherman committed Mar 6, 2024
1 parent 136367a commit 09a19bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ display-score-details: true
display-score-top-result: true

# In a branch of the tree, should the target node be set depending on
# the updated value of conditional-score-outputs?
# the updated value of conditional-score-output?
conditional-navigation: false

# Some text message to always display after the score results
Expand Down Expand Up @@ -74,7 +74,7 @@ score-variables:
# (2) message (mandatory): message to display when one of the condition is met
# (3) anything else is a "condition", which lists variables and their minimal
# values for the condition to be met.
conditional-score-outputs:
conditional-score-output:
cas-1: # free-form
notification: "is-success"
priority: 1
Expand Down

0 comments on commit 09a19bc

Please sign in to comment.