-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adaptive learning: Explain course competency view (#9511)
- Loading branch information
1 parent
22b206e
commit a0d7a97
Showing
8 changed files
with
188 additions
and
11 deletions.
There are no files selected for viewing
Binary file added
BIN
+2.13 MB
src/main/resources/public/videos/course-competencies/create-competencies.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.39 MB
...ources/public/videos/course-competencies/create-course-competency-relations.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions
9
...webapp/app/course/competencies/competency-management/competency-management.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 59 additions & 0 deletions
59
...ts/course-competency-explanation-modal/course-competency-explanation-modal.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<div class="course-competency-explanation-modal"> | ||
<div class="col p-3"> | ||
<div class="row m-0"> | ||
<span class="col p-0 h5 m-0 align-self-center" jhiTranslate="artemisApp.courseCompetency.featureExplanation.title"></span> | ||
<fa-icon id="close-button" (click)="closeModal()" [icon]="closeIcon" class="col-md-auto h5 clickable m-0 p-1 pe-0" /> | ||
</div> | ||
</div> | ||
<hr class="m-0" /> | ||
<div class="h-100 p-3"> | ||
<div> | ||
<h5 jhiTranslate="artemisApp.courseCompetency.featureExplanation.adaptiveLearning.title1"></h5> | ||
<p jhiTranslate="artemisApp.courseCompetency.featureExplanation.adaptiveLearning.paragraph1"></p> | ||
<p jhiTranslate="artemisApp.courseCompetency.featureExplanation.adaptiveLearning.paragraph2"></p> | ||
|
||
<h5 jhiTranslate="artemisApp.courseCompetency.featureExplanation.adaptiveLearning.title2"></h5> | ||
<p jhiTranslate="artemisApp.courseCompetency.featureExplanation.adaptiveLearning.paragraph3"></p> | ||
<p jhiTranslate="artemisApp.courseCompetency.featureExplanation.adaptiveLearning.paragraph4"></p> | ||
</div> | ||
<hr /> | ||
<div> | ||
<h5 jhiTranslate="artemisApp.courseCompetency.featureExplanation.courseCompetencyCreation.title"></h5> | ||
<p jhiTranslate="artemisApp.courseCompetency.featureExplanation.courseCompetencyCreation.paragraph1"></p> | ||
<p jhiTranslate="artemisApp.courseCompetency.featureExplanation.courseCompetencyCreation.paragraph2"></p> | ||
<p jhiTranslate="artemisApp.courseCompetency.featureExplanation.courseCompetencyCreation.paragraph3"></p> | ||
<p jhiTranslate="artemisApp.courseCompetency.featureExplanation.courseCompetencyCreation.paragraph4"></p> | ||
<img src="public/videos/course-competencies/create-competencies.gif" alt="How to create a course competency" /> | ||
<p jhiTranslate="artemisApp.courseCompetency.featureExplanation.courseCompetencyCreation.paragraph5" [translateValues]="{ link: DOCUMENTATION_LINK }"></p> | ||
</div> | ||
<hr /> | ||
<div> | ||
<h5 jhiTranslate="artemisApp.courseCompetency.featureExplanation.courseCompetencyRelations.title"></h5> | ||
<p jhiTranslate="artemisApp.courseCompetency.featureExplanation.courseCompetencyRelations.paragraph1"></p> | ||
|
||
<strong><p jhiTranslate="artemisApp.courseCompetency.featureExplanation.courseCompetencyRelations.paragraph2"></p> </strong> | ||
<p jhiTranslate="artemisApp.courseCompetency.featureExplanation.courseCompetencyRelations.paragraph3"></p> | ||
<p jhiTranslate="artemisApp.courseCompetency.featureExplanation.courseCompetencyRelations.paragraph4"></p> | ||
<img src="public/videos/course-competencies/create-course-competency-relations.gif" alt="How to create a course competency" /> | ||
|
||
<div class="mt-3"> | ||
<h6 jhiTranslate="artemisApp.courseCompetency.featureExplanation.courseCompetencyRelations.relationTitle1"></h6> | ||
<p jhiTranslate="artemisApp.courseCompetency.featureExplanation.courseCompetencyRelations.relationParagraph1"></p> | ||
<strong><p jhiTranslate="artemisApp.courseCompetency.featureExplanation.courseCompetencyRelations.exampleLabel"></p> </strong> | ||
<p jhiTranslate="artemisApp.courseCompetency.featureExplanation.courseCompetencyRelations.relationParagraph2"></p> | ||
</div> | ||
<div> | ||
<h6 jhiTranslate="artemisApp.courseCompetency.featureExplanation.courseCompetencyRelations.relationTitle2"></h6> | ||
<p jhiTranslate="artemisApp.courseCompetency.featureExplanation.courseCompetencyRelations.relationParagraph3"></p> | ||
<strong><p jhiTranslate="artemisApp.courseCompetency.featureExplanation.courseCompetencyRelations.exampleLabel"></p> </strong> | ||
<p jhiTranslate="artemisApp.courseCompetency.featureExplanation.courseCompetencyRelations.relationParagraph4"></p> | ||
</div> | ||
<div> | ||
<h6 jhiTranslate="artemisApp.courseCompetency.featureExplanation.courseCompetencyRelations.relationTitle3"></h6> | ||
<p jhiTranslate="artemisApp.courseCompetency.featureExplanation.courseCompetencyRelations.relationParagraph5"></p> | ||
<strong><p jhiTranslate="artemisApp.courseCompetency.featureExplanation.courseCompetencyRelations.exampleLabel"></p> </strong> | ||
<p class="mb-0" jhiTranslate="artemisApp.courseCompetency.featureExplanation.courseCompetencyRelations.relationParagraph6"></p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
24 changes: 24 additions & 0 deletions
24
...ents/course-competency-explanation-modal/course-competency-explanation-modal.component.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import { Component, inject } from '@angular/core'; | ||
import { FontAwesomeModule } from '@fortawesome/angular-fontawesome'; | ||
import { faXmark } from '@fortawesome/free-solid-svg-icons'; | ||
import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'; | ||
import { CompetencyGraphComponent } from 'app/course/learning-paths/components/competency-graph/competency-graph.component'; | ||
import { TranslateDirective } from 'app/shared/language/translate.directive'; | ||
|
||
@Component({ | ||
selector: 'jhi-course-competency-explanation-modal', | ||
standalone: true, | ||
imports: [CompetencyGraphComponent, TranslateDirective, FontAwesomeModule], | ||
templateUrl: './course-competency-explanation-modal.component.html', | ||
}) | ||
export class CourseCompetencyExplanationModalComponent { | ||
protected readonly closeIcon = faXmark; | ||
|
||
protected readonly DOCUMENTATION_LINK = 'https://docs.artemis.cit.tum.de/user/adaptive-learning/'; | ||
|
||
private readonly activeModal = inject(NgbActiveModal); | ||
|
||
protected closeModal(): void { | ||
this.activeModal.close(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.