Switch to unified view

a/OSSEval/methodology/fixtures/initial_data.yaml b/OSSEval/methodology/fixtures/initial_data.yaml
1
- model: methodology.QuestionType
1
- model: methodology.QuestionType
2
  pk: 1
2
  pk: 1
3
  fields:
3
  fields:
4
    name: "Single choice"
4
    name: "Single choice"
5
- model: methodology.QuestionType
5
  pk: 2
6
  pk: 2
6
  fields:
7
  fields:
7
    name: "Multiple choice"
8
    name: "Multiple choice"
9
- model: methodology.QuestionType
8
  pk: 3
10
  pk: 3
9
  fields:
11
  fields:
10
    name: "Free text"
12
    name: "Free text"
11
    
13