const psychometric = 
{
"Psychometric": {
  "pageHead":{
		"exitIcon"	: "${lexis.exitIcon}",
		"topMenu"	: "${lexis.topMenu}",
		"menuIcon"  : "${lexis.menuIcon}"
	},
	
	"pageMain":{
	  "mainTop":	"${lexis.aeternaTitle}",
	  "mainMid":
	  {
	  	"preamble":
			"<div class='text'> <p>Welcome to the ÆTERNA augmentation and enhancement centre's</p><p class='largeText' style='text-align:center;'><b>Psychological Assessment Instrument</b></p><p>(Psychometric tests)</p><br /></div>",
		
		"formSheet": {
			"legend":
				"<div class='text'><p>Would you like to participate in the following battery of assessments?</p></div>",
			"formtype" : "text",
			"layout"   : "inlineText",
			"formInput": [
			  { 
				"label":"Please enter <span style='font-style:normal'>'YES'</span> or <span style='font-style:normal'>'NO'</span> in the box.<sup>3</sup>",
				"input":{
		            "ID"        : "txtInput", 
		            "name"      : "txtInput",
		            "formType"  : "text",
		            "boxSize"   : "12",
		            "prompt"    : "${lexis.placeholder}"
		          }	
			 }]
         }
	   }
	},

 	"pageClose":{
 		"btnText"	: "Proceed",
 		"return"  : "txtInput.value",
 		"next"		: "Likert.0.1",
 		"exit"    : "xit"
  	},

	"pageFoot" :{
	  "content": "3. Please note that by entering 'YES' in the space above, you agree to our data policy and you acknowledge that you understand your rights and agree that your participation in the assessment(s) listed is voluntary. You may withdraw from the study at any time for any reason."	
	}
},


"Likert.0.1": 
 {
  "pageHead":{
		"exitIcon"	: "${lexis.exitIcon}",
		"topMenu"	  : "${lexis.topMenu}",
		"menuIcon"  : "${lexis.menuIcon}"
	},
	
	"pageMain":{
	  "mainTop"  : "<div class='topTitle largeText boldText-600'>Psychometric Tests - Likert</div>",
	  "mainMid"  :{

		   "task":
				{		
			  "taskItem":"Li-01",	  
			  "type" : "Psychometric",
			  "nomen": "Likert"
				},

		   "rangeSlider": 
			  {
		 	    "li01":"I am the life of the party.",
		 	    "li02":"I feel little concern for others.",
		 	    "li03":"I am always prepared.",
		 	    "li04":"I get stressed out easily.",
		 	    "li05":"I have a rich vocabulary."
		 	   },
				"returnValue":"{'li01':li01.valueAsNumber, 'li02':li02.valueAsNumber, 'li03':li03.valueAsNumber, 'li04':li04.valueAsNumber, 'li05':li05.valueAsNumber}",
		}
	},
	"pageClose":{
 		"btnText"	: "Proceed",
 		"return"  : "txtInput.value",
 		"next"		: "Likert.0.2",
 		"exit"    : "xit"
  	},
},

"2.3.2": 
{
 "controlFlow":
	{
	  "comment_1": "3.7.2 - Likert ques. group #2",
	  "GoTo": "2.3.3",
	  "NoGo":	"9.9.9"
	},
 "panelHeader": "",	
 "panelBody":
	{ 
	 "task":
		 {
			"taskItem":"P-02",
	  	"type" : "Psychometric",
	  	"nomen": "Likert"
		}, 

	 "spacer":"3.0rem auto",
 	 
 	 "sliders": {
 	    "li06":"I don't talk a lot.",
 	    "li07":"I am interested in people.",
 	    "li08":"I leave my belongings around",
 	    "li09":"I am relaxed most of the time.",
 	 	"li10":"I have difficulty understanding abstract ideas."
 	   },
		"returnValue":"{'li06':li06.valueAsNumber, 'li07':li07.valueAsNumber, 'li08':li08.valueAsNumber, 'li09':li09.valueAsNumber, 'li10':li10.valueAsNumber}",

	  "btnText"		:"Next"
	}
},

"2.3.3": 
{
 "controlFlow":
	{
	  "comment_1": "3.7.3 - Likert ques. group #3",
	  "GoTo": "2.3.4",
	  "NoGo":	"9.9.9"
	},
 "panelHeader": "",
 "panelBody":
	{
	 "task":
		{
		 "taskItem":"P-03",
	  	 "type" : "Psychometric",
	  	 "nomen": "Likert"
		},

	 "spacer":"3.0rem auto",
 	 
 	 "sliders": {
 	    "li11":"I feel comfortable around people.",
 	    "li12":"I insult people.",
 	    "li13":"I pay attention to details.",
 	    "li14":"I worry about things.",
 	 	"li15":"I have a vivid imagination."
 	   },
		"returnValue":"{'li11':li11.valueAsNumber, 'li12':li12.valueAsNumber, 'li13':li13.valueAsNumber, 'li14':li14.valueAsNumber, 'li15':li15.valueAsNumber}",

	  "btnText"		:"Next"
	}
},

"2.3.4": 
{
 "controlFlow":
	{
	  "comment_1": "3.7.3 - Likert ques. group #4",
	  "GoTo": "2.3.5"
	},
 "panelHeader": "",
 "panelBody":
	{
	 "task":
		{
		  "taskItem":"P-04",
	  	  "type" : "Psychometric",
	  	  "nomen": "Likert"
		}, 

	 "spacer":"3.0rem auto",
 	 
 	 "sliders": {
 	    "li16":"I keep in the background.",
 	    "li17":"I sympathize with others' feelings.",
 	    "li18":"I make a mess of things.",
 	    "li19":"I seldom feel blue.",
 	 	"li20":"I am not interested in abstract ideas."
 	   },
		"returnValue":"{'li16':li16.valueAsNumber, 'li17':li17.valueAsNumber, 'li18':li18.valueAsNumber, 'li19':li19.valueAsNumber, 'li20':li20.valueAsNumber}",

	  "btnText"		:"Next"
	}
},

"2.3.5": 
{
 "controlFlow":
	{
	  "comment_1": "3.7.3 - Psychometrics ques. group #5",
	  "GoTo": "2.3.6"
	},
 "panelHeader": "",
 "panelBody":
	{
	 "task":
	  {
		"taskItem":"P-05",
	  	"type" : "Psychometric",
	  	"nomen": "Likert"
		}, 

	 "spacer":"3.0rem auto",
 	 
 	 "sliders": {
 	    "li21":"I start conversations.",
 	    "li22":"I not interested in other peoples' problems.",
 	    "li23":"I get chores done right away.",
 	    "li24":"I am easily disturbed.",
 	 	"li25":"I have excellent ideas."
 	   },
		"returnValue":"{'li21':li21.valueAsNumber, 'li22':li22.valueAsNumber, 'li23':li23.valueAsNumber, 'li24':li24.valueAsNumber, 'li25':li25.valueAsNumber}",

	  "btnText"		:"Next"
	}
},

"2.3.6": 
{
 "controlFlow":
	{
	  "comment_1": "2.3.6 - Psychometric ques.",
	  "GoTo": "2.3.7"
	},
 "panelHeader": "",
 "panelBody":
	{
	 "task":
	  {
		"taskItem":"P-06",
	  	"type" : "Psychometric",
	  	"nomen": "Likert"
	   }, 

	 "spacer":"3.0rem auto",
 	 
 	 "sliders": {
 	    "li26":"I have little to say.",
 	    "li27":"I have a soft heart.",
 	    "li28":"I often forget to put things back in their proper place.",
 	    "li29":"I get upset easily.",
 	 	  "li30":"I do not have good imagination."
 	   },
		"returnValue":"{'li26':li26.valueAsNumber, 'li27':li27.valueAsNumber, 'li28':li28.valueAsNumber, 'li29':li29.valueAsNumber, 'li30':li30.valueAsNumber}",

	  "btnText"		:"Next"
	}
},

"2.3.7": 
{
 "controlFlow":
	{
	  "comment_1": "2.3.7 ",
	  "GoTo": "2.3.8"
	},
 "panelHeader": "",
 "panelBody":
	{
	 "task":
		{
		 "taskItem":"P-07",
	  	 "type" : "Psychometric",
	  	 "nomen": "Likert"
		},

	 "spacer":"3.0rem auto",
 	 
 	 "sliders": {
 	    "li31":"I talk to a lot of different people at parties.",
 	    "li32":"I am not really interested in others.",
 	    "li33":"I like order.",
 	    "li34":"I change my mood a lot.",
 	 	  "li35":"I am quick to understand things."
 	   },
		"returnValue":"{'li31':li31.valueAsNumber, 'li32':li32.valueAsNumber, 'li33':li33.valueAsNumber, 'li34':li34.valueAsNumber, 'li35':li35.valueAsNumber}",

	  "btnText"		:"Next"
	}
},

"2.3.8": 
{
 "controlFlow":
	{
	  "comment_1": "2.3.8 - Psychometrics ques. group #8",
	  "GoTo": "2.3.9"
	},
 "panelHeader": "",
 "panelBody":
	{
	 "task":
	   {
		"taskItem":"P-08",
	  	"type" : "Psychometric",
	  	"nomen": "Likert"
		}, 

	 "spacer":"3.0rem auto",
 	 
 	 "sliders": {
 	    "li36":"I don't like to draw attention to myself.",
 	    "li37":"I take time out for others.",
 	    "li38":"I shirk my duties.",
 	    "li39":"I have frequent mood swings.",
 	 	  "li40":"I use difficult words."
 	   },
		"returnValue":"{'li36':li36.valueAsNumber, 'li37':li37.valueAsNumber, 'li38':li38.valueAsNumber, 'li39':li39.valueAsNumber, 'li40':li40.valueAsNumber}",

	  "btnText"		:"Next"
	}
},

"2.3.9": 
{
 "controlFlow":
	{
	  "comment_1": "2.3.9 - Psychometrics ques. group #9",
	  "GoTo": "2.3.10"
	},
 "panelHeader": "",
 "panelBody":
	{
	 "task":
	   {
		"taskItem":"P-09",
	  	"type" : "Psychometric",
	  	"nomen": "Likert"
		}, 

	 "spacer":"3.0rem auto",
 	 
 	 "sliders": {
 	    "li41":"I don't mind being the center of attention.",
 	    "li42":"I feel others' emotions.",
 	    "li43":"I follow a schedule.",
 	    "li44":"I get irritated easily.",
 	 	  "li45":"I spend time reflecting on things."
 	   },
		"returnValue":"{'li41':li41.valueAsNumber, 'li42':li42.valueAsNumber, 'li43':li43.valueAsNumber, 'li44':li44.valueAsNumber, 'li45':li45.valueAsNumber}",

	  "btnText"		:"Next"
	}
},

"2.3.10": 
{
 "controlFlow":
	{
	  "comment_1": "2.3.10 ",
	  "GoTo": "2.4.1"
	},
 "panelHeader": "",
 "panelBody":
	{
	 "task":
	   {
		"taskItem":"P-10",
	  	"type" : "Psychometric",
	  	"nomen": "Likert"
		}, 

	 "spacer":"3.0rem auto",

 	 "sliders": {
 	    "li46":"I am quiet aroung strangers.",
 	    "li47":"I make people feel at ease.",
 	    "li48":"I am exacting at my work.",
 	    "li49":"I often feel blue.",
 	 	  "li50":"I am full of ideas."
 	   },
		"returnValue":"{'li46':li46.valueAsNumber, 'li47':li47.valueAsNumber, 'li48':li48.valueAsNumber, 'li49':li49.valueAsNumber, 'li50':li50.valueAsNumber}",

	  "btnText"		:"Next"
	}
  }
}