District Curriculum Council

Meeting Agenda

Nov. 17, 2005



Tentative Agenda

• Review district text and instructional materials adoption process
• Discuss the CAHSEE graduation requirement and the need for a "Certificate of Completion"
• Review the district retention policy
• Begin discussion to develop a district policy for on-line courses
• Program Improvement update

Please submit additional agenda items before Wednesday, November 16.
 to mgarcia@husd.com, or bpape@husd.com.

 
<% Set directory = Nothing Set allagendafiles = Nothing Set allrecapfiles = Nothing Function findagenda(indate) findagenda = "" For each directoryfile in allagendafiles.files If Left(directoryfile.name,11) = indate Then findagenda = "Agenda" End If Next End Function Function findrecap(indate) findrecap = "" For each directoryfile in allrecapfiles.files If Left(directoryfile.name,12) = indate Then findrecap = "Minutes" End If Next End Function %>