File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
templates/local/mobile/latest Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 78
78
}}
79
79
{ {=<% %>= } }
80
80
<div >
81
- <core-course-module-info [module] =" module" description =" <%intro%>" component =" mod_questionnaire" componentId = " <%cmid%> "
82
- [courseId] =" courseId" ></core-course-module-info >
81
+ <core-course-module-info *ngIf = " module " [module] =" module" description =" <%intro%>" component =" mod_questionnaire"
82
+ componentId = " <%cmid%> " [courseId] =" courseId" ></core-course-module-info >
83
83
<%#notifications%>
84
84
<ion-card >
85
85
<ion-card-content >
92
92
<ion-card-content >
93
93
<%#resume%>
94
94
<ion-button expand =" block" core-site-plugins-new-content component =" mod_questionnaire"
95
- method =" mobile_view_activity" [args] =" { cmid: <% cmid%> , action: ' resume' } " >
95
+ method =" mobile_view_activity" [args] =" { cmid: <% cmid%> , action: ' resume' } " [ptrEnabled] = " false " >
96
96
{ { ' plugin.mod_questionnaire.resumesurvey' | translate } }
97
97
</ion-button >
98
98
<%/resume%>
99
99
<%^resume%>
100
100
<ion-button expand =" block" core-site-plugins-new-content component =" mod_questionnaire"
101
- method =" mobile_view_activity" [args] =" { cmid: <% cmid%> , action: ' respond' } " >
101
+ method =" mobile_view_activity" [args] =" { cmid: <% cmid%> , action: ' respond' } " [ptrEnabled] = " false " >
102
102
{ { ' plugin.mod_questionnaire.answerquestions' | translate } }
103
103
</ion-button >
104
104
<%/resume%>
Original file line number Diff line number Diff line change 159
159
} "
160
160
[useOtherData] =" null"
161
161
[preSets] =" { getFromCache: 0, saveToCache: 0} "
162
- refreshOnSuccess =" true"
162
+ refreshOnSuccess =" true" [ptrEnabled] = " false "
163
163
samePage =" true" type =" submit"
164
164
>
165
165
<ion-icon name =" fas-chevron-left" slot =" start" aria-hidden =" true" ></ion-icon >
181
181
} "
182
182
[useOtherData] =" null"
183
183
[preSets] =" { getFromCache: 0, saveToCache: 0} "
184
- refreshOnSuccess =" true"
184
+ refreshOnSuccess =" true" [ptrEnabled] = " false "
185
185
samePage =" true" type =" submit"
186
186
>
187
187
<ion-icon name =" fas-chevron-right" slot =" end" aria-hidden =" true" ></ion-icon >
209
209
} "
210
210
[useOtherData] =" null"
211
211
[preSets] =" { getFromCache: 0, saveToCache: 0} "
212
- refreshOnSuccess =" true"
212
+ refreshOnSuccess =" true" [ptrEnabled] = " false "
213
213
samePage =" true" type =" submit"
214
214
>{ { ' plugin.mod_questionnaire.savechanges' | translate } }</ion-button >
215
215
<%/completed%><%/nextpage%>
You can’t perform that action at this time.
0 commit comments