Skip To Main Content

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

Navigation

Breadcrumb

About the Library

Important Information:

This video explains to our RCPS families how to access the newest books added to our school library catalog
as well as address any restriction requests for the specific children of individual families.

About the Library
Destiny Link
Follett Shelf
E-books

 

Librarian
Page Fairchilds 

pfairchilds@rcps.us  (540) 776-7320  Ext. 22030

Hours 
8:20AM to 2:25PM

Check Out Periods and Book Limits
Limit – 3 books checked out at any given time.

Fiction and Nonfiction - 4 weeks
Reference Collection - 1 week

For More Information 
See the Hidden Valley High School Canvas Space for more information as well as tutorials on how to use our online catalog or our databases.

Policies and Procedures
The Roanoke County Public Schools Internet Policy applies whenever a student is using a computer at school.

Mission and Vision
The mission of the Roanoke County Public School Library program is to provide quality learning experiences designed to equip students with the skills to adapt and thrive in a changing global environment. The libraries extend and enhance the classroom experience: a place where students, teachers, and librarians can explore, learn, create, and collaborate. Librarians foster a love of reading and learning in addition to modeling and utilizing current technologies to assist students in becoming proficient and responsible users of information.

The vision of the Roanoke County Public School Library program is to empower students to learn technology and 21st-century skills incorporating collaboration, communication, creativity, critical thinking, and citizenship. 

Roanoke County Book Selection Policy
The Roanoke County Public Schools library program has a book selection policy for our schools that supports the curriculum, incorporates current educational trends, and considers the needs, interests, and diversity of our students.

When selecting books for purchase, school librarians consider professional reviews and recommended reading ages. Nonfiction books are selected based on accuracy, scope, reliability, format, points of interest, and potential use. Materials on opposing sides of controversial issues are purchased so that students may develop critical thinking skills. Fiction books are selected based on the needs of the collection, popularity, quality, curriculum-connections, and professional book reviews. Recommendations from students and staff members are encouraged and honored when possible.  Donated books must meet the same criteria as newly purchased books.