Change Questionnaire Import/Export Format
A specific column and row format is used for importing and exporting questions for change questionnaires. The first row contains the column headers, and each subsequent row contains the question content and attributes. The import file must be saved in the .csv file format. The export file will be exported as a .csv file.
Format
The following format must be used for .csv file containing questions to be imported into a change questionnaire. The same format is used for questions exported from a change questionnaire. There must be a column in the file for each type of information, even if there are no entries for that column. The Question, Sequence Order, and State columns must have entries for each question.
Question | Response | Sequence Order | Comment | State | Category |
<text of each question> | <Response for decision question> | <Sequence number that specifies question order and sub-question hierarchy> | <Comments about the question> | <Lifecycle state of the question: Active or Inactive> | <Category of question response:
|
Example
Following is an example of a table containing questions that can, once saved as a .csv file, be imported into a change questionnaire.
Question | Response | Sequence Order | Comment | State | Category |
Is this change related to a product? | 1 | Question 1 comments | Active | Decision | |
Is it a software product? | Yes | 1.1 | Question 2 comments | Active | Decision |
Is it an app? | Yes | 1.1.1 | Question 3 comments | Active | Decision |
Is it a module? | No | 1.1.2 | Question 4 comments | Active | Decision |
Is it related to a service? | No | 1.2 | Question 5 comments | Active | Decision |
Question,Response,Sequence Order,Comments,State Is this change related to a product?,,1,Question 1 comments,Active Is it a software product?,Yes,1.1,Question 2 comments,Active Is it an app?,Yes,1.1.1,Question 3 comments,Active Is it a module?,No,1.1.2,Question 4 comments,Active Is it related to a service?,No,1.2,Question 5 comments,Active