// this file is copyright - Mike Capstick   
// do not alter as that may break your quiz 
//  total number of questions in this test  
 maxterms=5
title='Ponga en orden las etapas de desarrollo psicosexual'
// Initialise question and answer  arrays and question number
  tilearray=new Array(maxterms)
// load  arrays with a set of questions and  answers 
 tilearray[0] ='oral ' 
 tilearray[1] ='anal' 
 tilearray[2] ='fálica' 
 tilearray[3] ='latente' 
 tilearray[4] ='genital' 

