Feat: add colors to default_config
This commit is contained in:
parent
00d81d694a
commit
411f910ce6
@ -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
|
||||||
|
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
|
NOTFILLED: # The item is not scored yet
|
||||||
NOANSWER: . # Student gives no answer (count as 0)
|
value: ""
|
||||||
ABS: "a" # Student has absent (this score won't be impact the final mark)
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user