document.addEventListener('DOMContentLoaded', function() {
let NZDollar = new Intl.NumberFormat('en-NZ', {
style: 'currency',
currency: 'NZD',
});
const onlineSubjects = document.getElementById('online_subjects');
const onlineStudents = document.getElementById('online_students');
const onlineStudentsWriting = document.getElementById('online_students_writing');
const onlineDisplay = document.getElementById('costDisplay');
const manualSubjects = document.getElementById('manual_subjects');
const manualDisplay = document.getElementById('manual_costDisplay');
function calculateOnline() {
let numSubjects = onlineSubjects.value;
let numStudents = onlineStudents.value;
let numStudentsWriting = onlineStudentsWriting.value;
let onlineCost = numSubjects > 0 ? 300 + (30 * numSubjects) + (2.5 * numStudents) + (3.5 * numStudentsWriting) : 0;
onlineDisplay.value = NZDollar.format(onlineCost);
}
onlineSubjects.addEventListener('change', calculateOnline);
onlineStudents.addEventListener('change', calculateOnline);
onlineStudentsWriting.addEventListener('change', calculateOnline);
function calculateManual() {
let numSubjects = manualSubjects.value;
let manualCost = numSubjects > 0 ? 300 + (30 * numSubjects) : 0;
manualDisplay.value = NZDollar.format(manualCost);
}
manualSubjects.addEventListener('change', calculateManual);
});
*All prices include GST
Subscription and tests
The service costs $300 for the yearly subscription. Each subject area costs $30. You choose the number of subject areas you require.
Online Testing
Students sit the tests online. No paper tests to pay for and no data entry to manage!
For most online testing there is a $2.50 charge per student, per test. For PAT Tuhituhi | PAT Writing, the charge is $3.50 per test.
| Number of subjects | |
| Number of tests (PAT Tuhituhi | PAT Writing) | |
| Number of tests (All other PATs) | |
| Total cost for NZCER Assist and online testing Note: Total cost is based on details provided | |
Manual Entry
Schools purchase paper tests and answer sheets and manually enter the results into NZCER Assist.
| Number of subjects | |
| Total cost for NZCER Assist and manual entryNote: Total cost is based on details provided | |