-
- Downloads
Merge branch 'livraison' into 'main'
Livraison See merge request !2
Showing
- .github/workflows/deploy.yaml 50 additions, 0 deletions.github/workflows/deploy.yaml
- Readme.md 1 addition, 1 deletionReadme.md
- documentation.md 4 additions, 0 deletionsdocumentation.md
- package.json 2 additions, 2 deletionspackage.json
- public/images/Score_A.png 0 additions, 0 deletionspublic/images/Score_A.png
- public/images/Score_B.png 0 additions, 0 deletionspublic/images/Score_B.png
- public/images/Score_C.png 0 additions, 0 deletionspublic/images/Score_C.png
- public/images/Score_D.png 0 additions, 0 deletionspublic/images/Score_D.png
- public/images/Score_E.png 0 additions, 0 deletionspublic/images/Score_E.png
- src/app/app.component.css 14 additions, 7 deletionssrc/app/app.component.css
- src/app/app.component.html 11 additions, 9 deletionssrc/app/app.component.html
- src/app/app.component.ts 5 additions, 5 deletionssrc/app/app.component.ts
- src/app/app.routes.ts 12 additions, 4 deletionssrc/app/app.routes.ts
- src/app/shared/assets/data/questions_final.json 87 additions, 496 deletionssrc/app/shared/assets/data/questions_final.json
- src/app/shared/services/autoeval-service.ts 81 additions, 0 deletionssrc/app/shared/services/autoeval-service.ts
- src/app/shared/services/progress-service.ts 41 additions, 59 deletionssrc/app/shared/services/progress-service.ts
- src/app/shared/services/quiz-service.ts 0 additions, 131 deletionssrc/app/shared/services/quiz-service.ts
- src/app/shared/types/interfaces.ts 6 additions, 9 deletionssrc/app/shared/types/interfaces.ts
- src/app/views/autoeval/autoeval-card/autoeval-card.component.css 3 additions, 2 deletions.../views/autoeval/autoeval-card/autoeval-card.component.css
- src/app/views/autoeval/autoeval-card/autoeval-card.component.html 5 additions, 0 deletions...views/autoeval/autoeval-card/autoeval-card.component.html
.github/workflows/deploy.yaml
0 → 100644
documentation.md
0 → 100644
... | @@ -27,7 +27,7 @@ | ... | @@ -27,7 +27,7 @@ |
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@angular-devkit/build-angular": "^19.1.5", | "@angular-devkit/build-angular": "^19.1.5", | ||
"@angular/cli": "^19.1.5", | "@angular/cli": "^19.1.4", | ||
"@angular/compiler-cli": "^19.1.4", | "@angular/compiler-cli": "^19.1.4", | ||
"@types/jasmine": "~5.1.0", | "@types/jasmine": "~5.1.0", | ||
"jasmine-core": "~5.2.0", | "jasmine-core": "~5.2.0", | ||
... | @@ -38,4 +38,4 @@ | ... | @@ -38,4 +38,4 @@ |
"karma-jasmine-html-reporter": "~2.1.0", | "karma-jasmine-html-reporter": "~2.1.0", | ||
"typescript": "~5.5.2" | "typescript": "~5.5.2" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
public/images/Score_A.png
0 → 100644
4.35 KiB
public/images/Score_B.png
0 → 100644
4.32 KiB
public/images/Score_C.png
0 → 100644
4.52 KiB
public/images/Score_D.png
0 → 100644
4.26 KiB
public/images/Score_E.png
0 → 100644
4.04 KiB
This diff is collapsed.
src/app/shared/services/autoeval-service.ts
0 → 100644