Interviewer - Server > Configuration and customization > Web configuration files > Settings for the Build activity > Default questionnaire type for new questionnaires
 
Default questionnaire type for new questionnaires
UNICOM Intelligence Interviewer - Server Admin supports questionnaire scripts written in the UNICOM Intelligence scripting language. When you create a new questionnaire using Build, the activity needs to know what scripting language it should use when generating a questionnaire script from the questionnaire definition file. Normally, Build obtains this information from the project's InterviewScriptType parameter in DPM, but this may not always be defined, in which case Build uses its internal setting for this parameter. This comes from the DefaultInterviewScriptType key in the Web.config file:
<appSettings>
  <add key="DefaultInterviewScriptType" value="Dimensions" />
</appSettings>
See also
Settings for the Build activity