// this file is copyright - Mike Capstick   
// it adds the quiz questions and answers 
// load  arrays with a set of questions and  answers 
banksize=15;
questions=new Array();
 questions[1] ='What is a ray?~Part of a line that is made up of one end point.~something that is nuclear in nature.~a 90 degree angle~a flat closed surface.~A';
 questions[2] ='What is a cone?~a closed line on a plane.~intersecting lines on a plane.~a 3D object with a circular base and a central point at its vertex.~part of a line that has two points.~C';
 questions[3] ='What is a vertex?~the end points on a line.~The part of a line between two points.~the side of a triangle.~a common point in an angle.~D';
 questions[4] ='A pentagon is~a triangle with at least two sides of equal length.~a flat closed surface with 5 equal sides.~lines of a plane that never intersect.~a 3D rectangular shaped box.~B';
 questions[5] ='A quadrilateral is~the distance around a figure.~an exact location in space, represented by a dot.~any four sided figure whose sum of the angles totals 360 degrees.~a closed shape with three or more straight lines.~C';
 questions[6] ='What angle is greater than 90 degrees but less than 180 degrees?~acute~isosceles~equilateral~obtuse~D';
 questions[7] ='What type of triangle has two sides of equal length?~isosceles~acute~equilateral~obtuse~A';
 questions[8] ='What is a scalene triangle?~a triangle containing a 90 degree angle.~a triangle that has sides of unequal length.~a triangle that has two sides of equal length.~two triangles sitting side by side.~B';
 questions[9] ='A right angle is an angle that is exactly~180 degrees.~45 degrees.~360 degrees.~90 degrees.~D';
 questions[10] ='A parallelogram is with all four sides of equal length is called a ~rhombus.~square.~trapezoid.~octagon.~A';
 questions[11] ='How can you find the volume of a cube?~length x width.~length x width divided by height.~length x width x height.~filling it up with water using a measuring cup.~C';
 questions[12] ='What is a symmetry line?~an imaginary line along which a figure can be folded so that the two parts match.~an imaginary line across the top part of a pyramid shape.~a flat surface with all four sides of equal length.~a flat surface with onlparallel sides.~A';
 questions[13] ='What is the formula to find the perimeter of a square?~length x width.~square the sides.~add the four sides together.~subtract one side from the sum of the remaining three.~C';
 questions[14] ='Figures that have the same size and shape are called~octagons.~polygons.~hexagons.~congruent figures.~D';
 questions[15] ='What is formed by two rays with the same end point?~an oval~an angle.~a square.~a circle.~B';
