You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/ApplicationRequirements.vue
//for renewal applications we do not need to perform any additional checks. The certification types should be correctly set in the draft application store.
151
+
this.router.push({ name: "declaration" });
149
152
} else {
150
153
let currentTypes =this.applicationStore.draftApplication.certificationTypes|| [];
Copy file name to clipboardExpand all lines: src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/ECEFiveYearRegistrantRequirements.vue
Copy file name to clipboardExpand all lines: src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/ECEFiveYearRenewalRequirements.vue
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@
14
14
<v-colcols="12">
15
15
<ECEHeadertitle="Character reference" />
16
16
<divclass="d-flex flex-column ga-3 my-6">
17
-
<p>You will need to provide a character reference. You'll enter their name and email. We'll contact them later after you submit your application.</p>
17
+
<p>You will need to provide a character reference. You'll enter their name and email. We'll contact them later
You need to have completed 400 hours of work experience and be able to provide references to verify the hours. If you worked at multiple locations, you
34
+
You need to have completed 400 hours of work experience and be able to provide references to verify the hours.
35
+
If you worked at multiple locations, you
34
36
can provide multiple references.
35
37
</p>
36
38
<p>The hours must:</p>
37
39
<ulclass="ml-10">
38
40
<li>Be related to the field of early childhood education</li>
39
41
<li>
40
-
Have been completed within the term of your current certificate (between {{ formattedLatestCertificationEffectiveDate }} and
42
+
Have been completed within the term of your current certificate (between {{
You need to have completed 400 hours of work experience and be able to provide references to verify the hours. If you worked at multiple locations, you
56
+
You need to have completed 400 hours of work experience and be able to provide references to verify the hours.
Copy file name to clipboardExpand all lines: src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/ECEFiveYearRequirements.vue
Copy file name to clipboardExpand all lines: src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/ECEIteRegistrantRequirements.vue
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
<v-row>
9
9
<v-colcols="12">
10
10
<ECEHeadertitle="Education for Infant and Toddler Educator (ITE)"></ECEHeader>
11
-
<p>You must have completed an infant and toddler educator training program.</p>
11
+
<p>You must have completed an infant and toddler educator program.</p>
<p>You will need to provide a character reference. You'll enter their name and email. We'll contact them later after you submit your application.</p>
59
+
<p>You will need to provide a character reference. You'll enter their name and email. We'll contact them later
60
+
after you submit your application.</p>
66
61
<p>The reference must be someone who:</p>
67
62
<ulclass="ml-10">
68
63
<li>Can speak to your character</li>
@@ -78,7 +73,8 @@
78
73
<ECEHeadertitle="Work experience" />
79
74
<divclass="d-flex flex-column ga-3 my-6">
80
75
<p>
81
-
You need to have completed 400 hours of work experience and be able to provide references to verify the hours. If you worked at multiple locations, you
76
+
You need to have completed 400 hours of work experience and be able to provide references to verify the hours.
77
+
If you worked at multiple locations, you
82
78
can provide multiple references.
83
79
</p>
84
80
<p>The hours must:</p>
@@ -97,31 +93,31 @@
97
93
<v-colv-if="expired"cols="12">
98
94
<ECEHeadertitle="Professional development" />
99
95
<divclass="d-flex flex-column ga-3 my-6">
100
-
<p>You must have completed at least 40 hours of professional development.</p>
101
-
<p>The course or workshop must:</p>
102
-
<ulclass="ml-10">
103
-
<li>Be relevant to the field of early childhood education</li>
104
-
<li>Have been completed within the last 5 years</li>
105
-
</ul>
106
-
<p>You'll need to provide the following information about each course or workshop:</p>
96
+
<p>To meet the professional development requirement, you need to have completed 40 hours of training.</p>
97
+
<h3>What courses or workshops are eligible?</h3>
98
+
<p>Each course or workshop must:</p>
107
99
<ulclass="ml-10">
108
-
<li>Name of the course or workshop</li>
109
-
<li>Name of the place where you took it</li>
110
-
<li>Dates when you started and completed it</li>
111
-
<li>How many hours it was</li>
112
-
<li>Contact information for the facilitator/instructor or a document to show you've completed the course</li>
100
+
<li>Be related to early childhood education</li>
101
+
<liv-if="!expired">
102
+
Have been completed within the dates of your current certificate:
Copy file name to clipboardExpand all lines: src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/ECEOneYearRequirements.vue
Copy file name to clipboardExpand all lines: src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/ECESneRegistrantRequirements.vue
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
<v-row>
9
9
<v-colcols="12">
10
10
<ECEHeadertitle="Education for Special Needs Educator (SNE)"></ECEHeader>
11
-
<p>You must have completed a special needs early childhood educator training program.</p>
11
+
<p>You must have completed a special needs educator program.</p>
Copy file name to clipboardExpand all lines: src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/ProfessionalDevelopmentCard.vue
0 commit comments