Interviewer - Server Admin > Administration and maintenance > Changing the order of activity groups in the activities list
 
Changing the order of activity groups in the activities list
Activities in the activity list are grouped according to their function, and the groups are then displayed in the order in which those tasks are carried out in a standard project life cycle. So, for example, all activities to do with generating a questionnaire appear in one group while activities to do with analyzing data appear in another group, and the questionnaire building group is displayed before the data analysis group. See ApplicationSettings Element for information on setting activity types for individual activities.
The order of activity groups in the activities list is controlled by the apporder.xml file in UNICOM Intelligence Interviewer - Server Admin's bin folder (usually C:\InetPub\wwwroot\SPSSMR\\DimensionNet\Bin), as follows.
?xml version="1.0" encoding="UTF-8"?
<ApplicationOrder>
  <Appid="design"/>
  <Appid="manage"/>
  <Appid="datacollection"/>
  <Appid="reports"/>
 <Appid="other"/>
</ApplicationOrder>
To display activity groups in a different order just edit this file.
See also
Customizing UNICOM Intelligence Interviewer - Server Admin
Administration and maintenance