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

Public Event Entry Requirements

Roanoke County Public Schools Notice to Guests for Events at All Roanoke County Middle and High Schools

To provide a safe environment for all, effective January 2, 2024, Roanoke County Public Schools (RCPS) middle and high schools will introduce the following procedures for guest events (these include athletic competitions, performances, concerts and any event where the public is invited to attend):

  • Only clear bags allowed (exceptions made for small clutches 4.5” x 6.5”, medical supplies, and diaper bags may be searched)
  • No outside food or drinks allowed
  • All elementary and middle school age students must be accompanied by an adult at all times
  • No re-entry for ticketed events (exception for events with all-day passes)

These restrictions exclude players, participants, officials, and authorized individuals.

Event staff, with the support of school administrators, will enforce these procedures.  Those violating these procedures may be denied entry or may be asked to leave school property.