diff --git a/recopytex/database/filesystem/default_config.yml b/recopytex/database/filesystem/default_config.yml index f960f30..9918a0d 100644 --- a/recopytex/database/filesystem/default_config.yml +++ b/recopytex/database/filesystem/default_config.yml @@ -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