;;templates are in the form: questionType, templateName, templateSentence
;;each line must contain all 3 fields.  If it contains more or less fields, the line will be skipped
;;both admin and non admin questions must contain a template of question type "default" with a template name of "default"
;;admin
property,areThere,checkFor<#1>in<room>
property,determine,determineThe<#1>of<room>
property,checkCost,findOutHowMuch<room>CostsPerHour
default,default,findOutAbout<#1>in<room> ;;the default template that is used for admin questions

;;non admin
preference,measurement,ask<user>aboutDesired<#1>of<room>for<event>
preference,yesno,ask<user>if<#1>isDesiredIn<room>for<event>
distance,default,ask<user>aboutPreferenceRegarding<secondfield>for<event>
weight,importance,ask<user>aboutHowImportantHisPreferenceFor<#1>isFor<event>in<room>
weight,request,ask<user>aboutHowImportantHisRequestIsFor<room>for<event>
weight,userimportance,findOutWhatImportanceLevel<user>Has
default,default,ask<user>aboutPreferenceRegarding<#1>in<room>for<event> ;;the default template that is used for non admin questions