//Heading displayed on the quiz page
pageHeading="Module 4 Self-Test"

//Questions
qa = new Array()
qa[0] = new Question("All Title 5 variances must be listed on the engineer's plan for construction of the system.",
 "true",
 "false",
  0)
qa[1] = new Question("How far in advance must a Board of Health variance hearing be posted?",
 "24 hours",
 "48 hours",
 "7 days",
 "l4 days",
  1)
qa[2] = new Question("An applicant wishes to add a bedroom to an existing house. The owner has the septic system inspected and it is deemed to be failed. Significant variances from Title 5 will be needed to upgrade the system. The Board of Health decides to allow the upgrade and addition of the bedroom with the provision that the applicant install an advanced treatment device costing $7000. When the applicant discovers the cost, he decides to cancel the building project and not upgrade the septic system. Can the Board of Health now order the owner to upgrade the septic system, even without construction of the bedroom?",
 "yes",
 "no",
  0)
qa[3] = new Question("Are abutters legally required to be notified of a Board of Health hearing where only variances from local regulations are being requested?",
 "yes",
 "no",
  1)
qa[4] = new Question("Which of the following statements about manifest injustice are true, choose all that apply :",
 "In cases where there is no increase in flow to the septic system, the Board of Health may consider the cost of various upgrade options in deciding whether to grant a variance.",
 "For new construction, the board's decision must deny the applicant substantially all beneficial use of the property in order to be manifestly unjust.",
 "For increases in flow to an existing system, the Board should consider whether it is possible to upgrade the system in full compliance with Title 5 if increased flows are not allowed.",
 "The relevant facts and circumstances of each individual case should be considered.",
  "All of the above", 
  4)
qa[5] = new Question("An applicant who wishes to increase flow to an existing system must only demonstrate that he meets maximum feasible compliance in order to be entitled to whatever variances are necessary to upgrade the system.",
 "true",
 "false",
  1)
qa[6] = new Question("Which of the following are acceptable conditions for the Board of Health to place on a variance approval?:",
 "restrictions on use of the dwelling",
 "periodic monitoring of effluent quality",
 "relocation of a neighbor's well",
 "having the design engineer certify that the system was installed according to the approved plan",
 "all of the above",
  4)
qa[7] = new Question("Can a Title 5 variance hearing be held if the board does not have evidence that the abutters have been notified?",
 "yes",
 "no",
  1)
qa[8] = new Question("Full compliance with Title 5 is generally presumed to be necessary to protect public health and the environment.",
 "true",
 "false",
  0)
qa[9] = new Question("If a hearing is continued, must the abutters be notified again of the date for the next hearing?",
 "yes",
 "no",
  1)
qa[10] = new Question("What is not a legitimate reason to continue a hearing? :",
 "The Board requests that the applicant provide additional, specific information.",
 "An abutter requests time to have his professional consultant review the applicant's plans.",
 "Members of the Board have mixed feelings about approving the project and would like to have time to discuss the matter amongst themselves privately.",
 "The applicant's engineer has a scheduling conflict and requests a continuance.",
 "The Board wants additional time to review documents that the applicant has presented in support of his request.",
 "The Board wants additional time to review documents that an abutter has presented to argue against approval of the project.",
  2)
qa[11] = new Question("All approvals or denials of a variance must be made in writing and should be accompanied by a set of findings that state the board's rationale for their decision.",
 "true",
 "false",
  0)

