Remove Prüfungsresultate add Trainerunterlagen, teams link
This commit is contained in:
parent
da0d316b55
commit
2cdf2cc689
|
|
@ -37,6 +37,10 @@ function userCountStatusForCircle(userId: number, translationKey: string) {
|
|||
return competenceStore.calcStatusCount(grouped[translationKey] as []);
|
||||
}
|
||||
|
||||
function openTeamsLink(){
|
||||
window.open('https://vbvbern.sharepoint.com/sites/myVBV-AFA_K-CI', '_blank')
|
||||
}
|
||||
|
||||
const circles = computed(() => {
|
||||
const learningPathCircles = learningPathStore
|
||||
.learningPathForUser(props.courseSlug, userStore.id)
|
||||
|
|
@ -102,17 +106,15 @@ function setActiveClasses(translationKey: string) {
|
|||
</div>
|
||||
<!-- Status -->
|
||||
<div class="mb-4 grid grid-rows-2 gap-4 lg:grid-cols-2 lg:grid-rows-none">
|
||||
<AssignmentsTile :course-session="courseSession" />
|
||||
<div class="bg-white px-6 py-5">
|
||||
<div class="bg-white px-6 py-5 relative">
|
||||
<h3 class="heading-3 mb-4 flex items-center gap-2">
|
||||
<it-icon-test-large class="h-16 w-16"></it-icon-test-large>
|
||||
<div>{{ $t("general.examResult", 2) }}</div>
|
||||
<div>{{ $t("Trainerunterlagen") }}</div>
|
||||
</h3>
|
||||
<div class="mb-4">
|
||||
<ItProgress :status-count="data.transferProgress"></ItProgress>
|
||||
</div>
|
||||
<p>{{ $t("cockpit.examsDone") }}</p>
|
||||
<p>{{$t("In MS Teams findest du die Trainerunterlagen und kannst deine offenen Fragen klären.")}}</p>
|
||||
<button class="btn-secondary absolute bottom-5 left-6 " @click="openTeamsLink()">{{$t("MS Teams öffnen")}}</button>
|
||||
</div>
|
||||
<AssignmentsTile :course-session="courseSession"/>
|
||||
|
||||
</div>
|
||||
<!-- Feedback -->
|
||||
<FeedbackSummary
|
||||
|
|
|
|||
Loading…
Reference in New Issue