This commit is contained in:
parent
806bc993da
commit
c29906f306
5 changed files with 77 additions and 54 deletions
|
|
@ -51,6 +51,7 @@ tabs:
|
|||
label: Étapes
|
||||
type: pages
|
||||
sortBy: stepIndex asc
|
||||
create: false
|
||||
templates:
|
||||
- client-brief
|
||||
- proposal
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ function getGlobalEvaluation($numberedGrade) {
|
|||
[2, 4, "D", $DTLGrades->findBy("letter", "D")->mention()->value(), $DTLGrades->findBy("letter", "D")->comment()->value()],
|
||||
[4, 6, "C", $DTLGrades->findBy("letter", "C")->mention()->value(), $DTLGrades->findBy("letter", "C")->comment()->value()],
|
||||
[6, 8, "B", $DTLGrades->findBy("letter", "B")->mention()->value(), $DTLGrades->findBy("letter", "B")->comment()->value()],
|
||||
[8, 10, "A", $DTLGrades->findBy("letter", "A")->mention()->value(), $DTLGrades->findBy("letter", "A")->comment()->value()],
|
||||
[8, 11, "A", $DTLGrades->findBy("letter", "A")->mention()->value(), $DTLGrades->findBy("letter", "A")->comment()->value()],
|
||||
];
|
||||
|
||||
foreach ($gradeMapping as [$min, $max, $letter, $mention, $comment]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue