Feat: add colors to default_config
This commit is contained in:
parent
00d81d694a
commit
411f910ce6
@ -22,13 +22,27 @@ competences: # Competences
|
||||
abrv: Com
|
||||
|
||||
valid_scores: #
|
||||
BAD: 0 # Everything is bad
|
||||
FEW: 1 # Few good things
|
||||
NEARLY: 2 # Nearly good but things are missing
|
||||
GOOD: 3 # Everything is good
|
||||
NOTFILLED: # The item is not scored yet
|
||||
NOANSWER: . # Student gives no answer (count as 0)
|
||||
ABS: "a" # Student has absent (this score won't be impact the final mark)
|
||||
BAD: # Everything is bad
|
||||
value: 0
|
||||
color: #E7472B
|
||||
FEW: # Few good things
|
||||
value: 1
|
||||
color: #FF712B
|
||||
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
|
||||
term: Trimestre
|
||||
|
Loading…
Reference in New Issue
Block a user