Miss Hyosaka's Teacher Policies(continued)

  1. Homework policy
    1. Homework is assigned every night and occasionally on the weekend.
    2. Homework completed in the math notebook is to be headed with date, lesson number and problems completed. 
    3. Homework will be checked every day. 
    4. If you cannot do a problem, copy the problem into your notebook and leave four blank lines for the solution.
  2. Attendance/ Absences
    1. If you are absent it is your responsibility to complete assignments during your absence.  For every day that you are absent you will have a day to complete the work. 
    2. Please make an appointment to go over missed material.
  3. Teacher availability:
    1. I am available after school on most days and some mornings. Please check before class if you need to stay for help. Do not come in the morning without an appointment.
    2. Test reviews are offered for all math groups on the day of a test providing no conflicts arise.  The review sessions are done from 8:00 to 8:30.  A student will not be permitted to enter after 8:15.  It is the student’s responsibility to inform parents of test reviews.

Any questions please contact Miss Hyosaka at 469-5041 ext. 3302.

 

I also encourage parents to contact us through e-mail at:          

hyosakak@stpetschool.org                              



/* Live Date Script- © Dynamic Drive (www.dynamicdrive.com) For full source code, installation instructions, 100's more DHTML scripts, and Terms Of Use, visit http://www.dynamicdrive.com */ var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday") var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December") function getthedate(){ var mydate=new Date() var year=mydate.getYear() if (year < 1000) year+=1900 var day=mydate.getDay() var month=mydate.getMonth() var daym=mydate.getDate() if (daym<10) daym="0"+daym var hours=mydate.getHours() var minutes=mydate.getMinutes() var seconds=mydate.getSeconds() var dn="AM" if (hours>=12) dn="PM" if (hours>12){ hours=hours-12 } if (hours==0) hours=12 if (minutes<=9) minutes="0"+minutes if (seconds<=9) seconds="0"+seconds //change font size here var cdate="<medium><font color='000000' face='Arial'><b>"+dayarray[day]+", "+montharray[month]+" "+daym+", "+year+" "+hours+":"+minutes+":"+seconds+" "+dn +"</b></font></medium>" if (document.all) document.all.clock.innerHTML=cdate else if (document.getElementById) document.getElementById("clock").innerHTML=cdate else document.write(cdate) } if (!document.all&&!document.getElementById) getthedate() function goforit(){ if (document.all||document.getElementById) setInterval("getthedate()",1000) } | 2010 © St. Petronille Catholic School privacy policy all rights reserved