var qk = {
	'enums' : {
		'byname' : {
			'questions' : {
				'text': 1,
				'number': 2,
				'checkbox': 3,
				'textarea': 4,
				'name': 5,
				'email': 6,
				'phone': 7,
				'timestamp': 8,
				'select': 9,
				'radio': 10,
				'multiselect': 11,
				'address': 12
			},
			'question_property_size': {
				'small': 1,
				'medium': 2,
				'large': 3
			},
			'question_property_timestamp' : {
				'both': 1,
				'date_only': 2,
				'time_only': 3
			}
		},
		'bykey' : {
			'questions' : {
				1:'text',
				2:'number',
				3:'checkbox',
				4:'textarea',
				5:'name',
				6:'email',
				7:'phone',
				8:'timestamp',
				9:'select',
				10:'radio',
				11:'multiselect',
				12:'address'
			},
			'question_property_size': {
				1:'small',
				2:'medium',
				3:'large'
			},
			'question_property_timestamp' : {
				1: 'both',
				2: 'date_only',
				3: 'time_only'
			}
		}
	}
}

