Skip To Main Content

Toggle Close Container

Utility Nav - Mobile

District Schools Mobile

District Home Link

Mobile Main Nav

Header - Client: Exam Days

.

In this section, a client-side script is provided to offer information about the current day and the next school or exam day. This JavaScript program relies on input data concerning school holidays, days off, and exam days.

  1. Start of the School Year Date (updateStartOfYearDate): This variable can be modified to reflect the actual start date of the school year. For example, if the school year starts on September 1st, 2024, the client can change the date like this: 
    var updateStartOfYearDate = new Date("2024-09-01");
     
  2. List of Days Off (updateListOfDaysOff): This list contains pairs of dates and descriptions of days off. The client can add, remove, or modify days off and their descriptions. Each date should be in the format "YYYY-MM-DD", and the description can be any string. For example, to add another day off on December 1st, 2024, with the description "National Holiday", the client can do this:
    var updateListOfDaysOff = [
        new Date("2024-05-12"), "Parent-Teacher Conferences",
        new Date("2024-10-04"), "Fall Break",
        new Date("2024-12-01"), "National Holiday"
    ];

     
  3. List of Exams (updateListOfExams): This list contains pairs of dates and descriptions of exams. Similar to the list of days off, the client can add, remove, or modify exams and their descriptions. For example, to add another exam on June 15th, 2024, with the description "Mathematics Exam", the client can do this: 
    var updateListOfExams = [
        new Date("2024-05-13"), "Final Exam for Subject X",
        new Date("2024-10-05"), "Final Exam for Subject Y",
        new Date("2024-06-15"), "Mathematics Exam"
    ];

     

Header Holder

Logo Container

Header Right Column

Utility Nav - Desktop

District Home Link

Schools Nav Desktop

Toggle Menu Container

Navigation

Breadcrumb

Center for Engineering

As part of the Roanoke County Governor's STEM Academy at BCAT, the Center for Engineering offers a four-year advanced curriculum integrating math, science, and technology as a study of the profession of engineering. The Center’s curriculum focuses on the development of science and mathematics disciplinary content and the use of that knowledge in problem solving through a design-based approach that is the hallmark of the engineering discipline. Students develop technical and analytical skills along with written and oral communcation skills in a collaborative and hands-on learning environment. Students who are not enrolled in Geometry in the 8th grade MUST take Geometry in summer school before admission.

Goals and Objectives:

• To establish a foundation for the understanding of engineering as a profession;

• To introduce and cultivate the development of engineering analysis, problem solving, and design skills;

• To integrate mathematical and scientific concepts into practical engineering applications;

• To provide individual and group hands-on learning experiences for students;

• To offer real-world engineering experiences through mentoring/internships in a professional setting.

Course of Study

  • Introduction to Engineering I, II
  • Engineering Methods
  • Engineering Research
  • Engineering Economy
  • Engineering Design
  • Egineering Internship
  • Pre-Calculus / AP Calculus
  • Advanced Chemistry
  • Integrated Physics

For further questions, please call or email:

Tammy Sauls - Supervisor of Science
540-562-3900 EXT 10254
tbsauls@rcps.us

or

Ted Wertz - Director of the Center for Engineering
540-562-3900 EXT 29000
lwertz@rcps.us