2021-11-19 13:20:00 +01:00
|
|
|
<ion-header collapsible>
|
2021-03-16 16:25:03 +01:00
|
|
|
<ion-toolbar>
|
|
|
|
<ion-buttons slot="start">
|
2021-04-27 15:21:09 +02:00
|
|
|
<ion-back-button [text]="'core.back' | translate"></ion-back-button>
|
2021-03-16 16:25:03 +01:00
|
|
|
</ion-buttons>
|
2021-05-20 11:00:24 +02:00
|
|
|
<h1>
|
2021-03-31 09:20:15 +02:00
|
|
|
<core-format-text [text]="title" contextLevel="module" [contextInstanceId]="module.id"></core-format-text>
|
2021-05-20 11:00:24 +02:00
|
|
|
</h1>
|
2021-03-16 16:25:03 +01:00
|
|
|
|
|
|
|
<ion-buttons slot="end">
|
|
|
|
<!-- The buttons defined by the component will be added in here. -->
|
|
|
|
</ion-buttons>
|
|
|
|
</ion-toolbar>
|
|
|
|
</ion-header>
|
|
|
|
<ion-content>
|
|
|
|
<ion-refresher slot="fixed" [disabled]="!activityComponent?.loaded" (ionRefresh)="activityComponent?.doRefresh($event.target)">
|
|
|
|
<ion-refresher-content pullingText="{{ 'core.pulltorefresh' | translate }}"></ion-refresher-content>
|
|
|
|
</ion-refresher>
|
|
|
|
|
|
|
|
<addon-mod-survey-index [module]="module" [courseId]="courseId" (dataRetrieved)="updateData($event)"></addon-mod-survey-index>
|
|
|
|
</ion-content>
|