#811- LaGrange Certified Aide: M-F, 7:45am-3:15pm (7 hrs/day) when school is in session (2024)

Posted: 04/19/2024

Education

QUALIFICATIONS: This position requires a person capable of working with student(s) with special education needs (emotional, learning, cognitive, physical, behavioral, or orthopedic needs). Capable of effectively handling aggressive and potentially violent outbursts and behavior. Capable of physically restraining a child if necessary as well as the ability to assist with toileting and/or changing of diapers. Interpersonal skills to deal courteously, cooperatively and effectively with students, co-workers, teachers, administrators and the public. Background in behavior management desirable. Experience through college training, or work experience with persons having handicap conditions is desirable. A special area of interest should be a strong desire to work with special education students. The applicant must be licensed or qualified to receive certification as a Special Education Aide per DPI regulations. A High School diploma is required. In addition, passing all portions of the District Teacher Aide Test is required. The following special traits are strongly recommended in the successful applicant:
1. Physical Strength
2. Exceptional Emotional Control
3. The ability to Exercise Good Judgment in potentially volatile situations.

COMPENSATION: Wage will be in compliance with the employee handbook for the time worked. The position is Monday through Friday, M-F, 7:45am-3:15pm (7 hrs/day) when school is in session

DUTIES: Work with child(ren) in special education programs as assigned, providing instructional and behavioral management follow through. Watch for potentially hazardous situations that may occur in the special/regular education classrooms and work environment. Supervise student(s) throughout the day and/or before school and at lunch time/recess. Provide behavior management strategies and techniques in the regular education setting/work environment. Other duties as assigned by the principal or teacher.

HOW TO APPLY: All applicants must complete the Support Staff online application and a cover letter at https://wecan.waspa.org before the application deadline.


APPLICATION DEADLINE: Until Filled

NOTICE OF NON-DISCRIMINATION: NOTICE OF NON-DISCRIMINATION: The Tomah Area School District does not discriminate on the basis of race, color, religion, national origin, ancestry, creed, pregnancy, marital status, parental status, sexual orientation, sex (including transgender status, change of sex or gender identity) or physical, mental, emotional, or learning disability (“Protected Classes”) in admission to, access to, treatment in, or employment in its programs and activities. The Coordinator of the District’s efforts to comply with Title IX of the Education Amendments of 1972 is Dr. Paul Skofronick, 1310 Townline Road, Tomah, WI 54660 – phone: (608) 374-7011. Any inquiries regarding the application of the District’s non-discrimination policy may be referred to the U.S. Department of Education, Office for Civil Rights.

Si necesita Ud. ayuda en la traducción de este documento, por favor llama la especialista de ELL del distrito a 374-7014.

#811- LaGrange Certified Aide: M-F, 7...

Tomah Area School District

Melissa McKittrick

Additional Postings available from Tomah Area School District

Lemonweir Elementary - 5th Grade Teacher

Miller Elementary - Self-Contained Special Education EBD Teacher

Tomah High School: Volleyball Varsity Head Coach

Tomah Area School District: Elementary Instructional Coach

Tomah Area School District: Secondary Instructional Coach (2 Positions)

#804- Miller Certified Aide: M-F 7:45am-3:30pm (7.25 hrs./day) when school is in session

Tomah High School: School Counselor

Special Education - Occupational Therapist (Full-Time or Part-Time)

Tomah High School: Social Studies Teacher

#806 - Robert Kupper Learning Center Non Certified Aide: Monday-Friday, 7:30 am - 3:30pm (7.5 hrs/day) when school is in session.

Tomah High School: Volleyball Varsity Assistant Coach

Tomah High School: Volleyball Junior Varsity Coach

Tomah High School: Volleyball C Team Coach

#808- Warrens Certified Aide: M-F, 7:15am-3:15pm (7.5 hrs/day) when school is in session

#807- Lemonweir Certified Aide: M-F, 7:15am-3:00pm (7.25 hrs/day) when school is in session (45/15 Calendar).

Camp Douglas Elementary: Long-Term Substitute 2nd Grade Teacher

#809- Clerk LaGrange Elementary – M-F, 7:15am-3:45pm (8 hrs/days) when school is in session. Additional hours may be requested at the beginning and the end of the school year.

Business Directory Events Calendar Military Discounts Member To Member Deals MarketSpace Job Postings Contact Us Join The Chamber

"; $('#gz-info-calendarformat').addClass('in'); if (!($('#gz-info-calendarformat .modal-backdrop').length)) { $('#gz-info-calendarformat').prepend(backdropElem); } else { $('#gz-info-calendarformat .modal-backdrop').addClass('in'); } }); $('#gz-info-calendarformat').on('hidden.bs.modal', function (e) { $('#gz-info-calendarformat').removeClass('in'); $('#gz-info-calendarformat .modal-backdrop').remove(); }); if ($modal[0]) { $('.calendarLink').click(function (e) { $('#gz-info-calendarformat').modal('hide'); }); } })($('#gz-info-calendarformat .modal-content')); // Constructs the Find Members type ahead suggestion engine. Tokenizes on the Name item in the remote return object. Case Sensitive usage. var members = new Bloodhound({ datumTokenizer: Bloodhound.tokenizers.whitespace, queryTokenizer: Bloodhound.tokenizers.whitespace, remote: { url: MNI.BaseUrl + '/list/find?q=%searchTerm', wildcard: '%searchTerm', replace: function () { var q = MNI.BaseUrl + '/list/find?q=' + encodeURIComponent($('.gz-search-keyword').val()); var categoryId = $('#catgId').val(); var quickLinkId = $('#qlId').val(); if (categoryId) { q += "&catgId=" + encodeURIComponent(categoryId); } if (quickLinkId) { q += "&qlid=" + encodeURIComponent(quickLinkId); } return q; } } }); // Initializing the typeahead using the Bloodhound remote dataset. Display the Name and Type from the dataset via the suggestion template. Case sensitive. $('.member-typeahead').typeahead({ hint: false, }, { display: 'Name', source: members, limit: Infinity, templates: { suggestion: function (data) { return '

' + data.Name + '' + data.Type + '

' } } }); $('.member-typeahead').on('typeahead:selected', function (evt, item) { var openInNewWindow = MNI.Page.MemberPagePopup var doAction = openInNewWindow ? MNI.openNewWindow : MNI.redirectTo; switch (item.ResultType) { case 1: // AutocompleteSearchResultType.Category doAction(MNI.Path.Category(item.SlugWithID)); break; case 2: // AutocompleteSearchResultType.QuickLink doAction(MNI.Path.QuickLink(item.SlugWithID)); break; case 3: // AutocompleteSearchResultType.Member if (item.MemberPageAction == 1) { MNI.logHitStat("mbrws", item.ID).then(function () { var location = item.WebParticipation < 10 ? MNI.Path.MemberKeywordSearch(item.Name) : MNI.Path.Member(item.SlugWithID); doAction(location); }); } else { var location = item.WebParticipation < 10 ? MNI.Path.MemberKeywordSearch(item.Name) : MNI.Path.Member(item.SlugWithID); doAction(location); } break; } }) $('#category-select').change(function () { // Store the category ID in a hidden field so the remote fetch can use it when necessary var categoryId = $('#category-select option:selected').val(); $('#catgId').val(categoryId); // Don't rely on prior locally cached data when the category is changed. $('.member-typeahead').typeahead('destroy'); $('.member-typeahead').typeahead({ hint: false, }, { display: 'Name', source: members, limit: Infinity, templates: { suggestion: function (data) { return '

' + data.Name + '' + data.Type + '

' } } }); }); MNI.Plugins.AutoComplete.Init('#mn-search-geoip input', { path: '/' + MNI.MemberFilterUrl + '/find-geographic' }); }); })(MNI.jQuery);

#811- LaGrange Certified Aide: M-F, 7:45am-3:15pm (7 hrs/day) when school is in session (2024)
Top Articles
Latest Posts
Article information

Author: Cheryll Lueilwitz

Last Updated:

Views: 6257

Rating: 4.3 / 5 (74 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Cheryll Lueilwitz

Birthday: 1997-12-23

Address: 4653 O'Kon Hill, Lake Juanstad, AR 65469

Phone: +494124489301

Job: Marketing Representative

Hobby: Reading, Ice skating, Foraging, BASE jumping, Hiking, Skateboarding, Kayaking

Introduction: My name is Cheryll Lueilwitz, I am a sparkling, clean, super, lucky, joyous, outstanding, lucky person who loves writing and wants to share my knowledge and understanding with you.