fix enrollment logic, add financial aid, fix class distribution
Tests / PHPUnit (push) Failing after 1m6s
Tests / PHPUnit (push) Failing after 1m6s
This commit is contained in:
@@ -48,8 +48,7 @@ After the registration period ends, parents will be invited to join WhatsApp gra
|
||||
'title' => 'Tuition',
|
||||
'body' => 'All parents will be asked to <u>pay tuition for the year</u> or come to an agreement with the administration about an interest-free installment plan where <u>payments are made at the beginning of each month starting October 1st</u>. Accepted methods of payments are cash, check and debit/credit card. Tuition covers school expenses related to operations, purchase of books/supplies/materials, organizing events for students, etc... The school is committed to offer high quality services while maintaining low cost of operations so that tuition is affordable by the majority of parents. <u>Annual</u> tuition for this school year is as follows:
|
||||
|
||||
<u>Kindergarten & Grades 1 – 9</u>: <strong>$370</strong> per child + <strong>$220</strong> per additional child
|
||||
<u>Youth</u>: $200
|
||||
<u>All students</u>: <strong>$380</strong> for the first child + <strong>$280</strong> for each additional child
|
||||
|
||||
Examples:
|
||||
<table border="1" cellspacing="0" cellpadding="8" style="border-collapse: collapse; text-align: center; width: 100%;">
|
||||
@@ -67,22 +66,16 @@ Examples:
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td># kids in K & Grades 1–9</td>
|
||||
<td># of children</td>
|
||||
<td>1</td>
|
||||
<td>2</td>
|
||||
<td>3</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td># kids in Youth</td>
|
||||
<td>0</td>
|
||||
<td>0</td>
|
||||
<td>1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Total Tuition</td>
|
||||
<td><strong>$370</strong></td>
|
||||
<td><strong>$370 + $220 = $590</strong></td>
|
||||
<td><strong>$370 + 2×$220 + $200 = $1010</strong></td>
|
||||
<td><strong>$380</strong></td>
|
||||
<td><strong>$380 + $280 = $660</strong></td>
|
||||
<td><strong>$380 + 2×$280 = $940</strong></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>'
|
||||
|
||||
Reference in New Issue
Block a user