Feat: add colors to default_config

This commit is contained in:
Bertrand Benjamin 2021-04-18 18:00:17 +02:00
parent 00d81d694a
commit 411f910ce6

View File

@ -22,13 +22,27 @@ competences: # Competences
abrv: Com abrv: Com
valid_scores: # valid_scores: #
BAD: 0 # Everything is bad BAD: # Everything is bad
FEW: 1 # Few good things value: 0
NEARLY: 2 # Nearly good but things are missing color: #E7472B
GOOD: 3 # Everything is good FEW: # Few good things
NOTFILLED: # The item is not scored yet value: 1
NOANSWER: . # Student gives no answer (count as 0) color: #FF712B
ABS: "a" # Student has absent (this score won't be impact the final mark) NEARLY: # Nearly good but things are missing
value: 2
color: #F2EC4C
GOOD: # Everything is good
value: 3
color: #68D42F
NOTFILLED: # The item is not scored yet
value: ""
color: white
NOANSWER: # Student gives no answer (count as 0)
value: "."
color: black
ABS: # Student has absent (this score won't be impact the final mark)
value: a
color: lightgray
csv_fields: # dataframe_field: csv_field csv_fields: # dataframe_field: csv_field
term: Trimestre term: Trimestre