Standardized Test Accommodation Request Form

Standardized Test Accommodation Request

For College Admissions and Placement Exams (e.g., SAT/ACT)

Review the generated document below before submitting.

Official Accommodation Request Form

(This template requires supporting documentation.)

Section A: Applicant & Test Information

Student/Applicant Name: N/A
Date of Birth: N/A
Testing ID (if assigned): N/A
Exam Date Requested: N/A
Exam Type: N/A

Section B: Disability and Diagnosis

Primary Disability Category: N/A
Date of Initial Diagnosis: N/A
Current School Plan (if applicable): N/A

*Professional Verifier Signature Required*

Section C: Requested Accommodations

No accommodations selected.

Applicant & Diagnosis Details

Please ensure these details match your official school records and documentation.

Applicant Information

Disability and Documentation

Select Requested Accommodations

Check all accommodations documented in the student's current school plan (IEP or 504 Plan).

Timing and Scheduling

Presentation and Format

Response and Setting

Documentation Checklist

⚠️ All official requests require these supporting documents. Missing items may result in denial.

Required Supporting Materials

No accommodations selected.

'; } else { dispAccommod.innerHTML = '
    ' + selected.map(item => `
  • ${item}
  • `).join('') + '
'; } }; // --- UI Utilities --- window.reqSwitchTab = function(tabId) { // Buttons document.querySelectorAll('.req-tab-btn').forEach(b => b.classList.remove('active')); const activeBtn = [...document.querySelectorAll('.req-tab-btn')].find(b => b.getAttribute('onclick').includes(tabId)); if(activeBtn) activeBtn.classList.add('active'); // Panes document.querySelectorAll('.req-pane').forEach(p => { p.classList.remove('active'); p.style.display = 'none'; }); const pane = document.getElementById(tabId); pane.style.display = 'block'; setTimeout(() => pane.classList.add('active'), 10); }; window.reqGeneratePDF = function() { // Ensure all data is pulled before generating reqUpdateForm(); const element = document.getElementById('printable-form'); const opt = { margin: 0.75, filename: `Accommodation_Request_${document.getElementById('inp-name').value.replace(/\s/g, '_')}.pdf`, image: { type: 'jpeg', quality: 0.98 }, html2canvas: { scale: 2 }, jsPDF: { unit: 'in', format: 'letter', orientation: 'portrait' } }; html2pdf().set(opt).from(element).save(); }; })();
Scroll to Top