Skip to content

Commit ad1468a

Browse files
[auto-generated] Update plugin files
Check out the commits that caused these changes: moodlehq/moodleapp@f31eb83...5936cda
1 parent 9a7deb5 commit ad1468a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

templates/mobile.mustache

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{{=<% %>=}}
2+
<h1 class="text-center">Hello<span id="username"></span>!</h1>
3+
4+
<ion-list>
5+
<ion-item>
6+
<ion-label position="floating">What is the answer to the Ultimate Question of Life, The Universe, and Everything?</ion-label>
7+
<ion-input [(ngModel)]="CONTENT_OTHERDATA.answer"></ion-input>
8+
</ion-item>
9+
<ion-item *ngIf="CONTENT_OTHERDATA.answer === '42'">
10+
<ion-label>That is correct!</ion-label>
11+
</ion-item>
12+
<ion-item *ngIf="CONTENT_OTHERDATA.answer && CONTENT_OTHERDATA.answer !== '42'">
13+
<ion-label>That is not correct!</ion-label>
14+
</ion-item>
15+
</ion-list>

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
defined('MOODLE_INTERNAL') || die;
88

9-
$plugin->version = 2024021400;
9+
$plugin->version = 2024030500;
1010
$plugin->requires = 2016052300;
1111
$plugin->maturity = MATURITY_STABLE;
1212
$plugin->release = '4.4.0';

0 commit comments

Comments
 (0)