File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
src/apps/review/src/mock-datas Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ export const MockScorecard: ScorecardInfo = {
38
38
scaleMin : 1 ,
39
39
type : 'YES_NO' ,
40
40
weight : 25 ,
41
+ sortOrder : 0 ,
41
42
} ,
42
43
{
43
44
description :
@@ -49,6 +50,7 @@ export const MockScorecard: ScorecardInfo = {
49
50
scaleMin : 1 ,
50
51
type : 'YES_NO' ,
51
52
weight : 25 ,
53
+ sortOrder : 1 ,
52
54
} ,
53
55
{
54
56
description : 'Were the specifications clear?' ,
@@ -59,6 +61,7 @@ export const MockScorecard: ScorecardInfo = {
59
61
scaleMin : 1 ,
60
62
type : 'SCALE' ,
61
63
weight : 25 ,
64
+ sortOrder : 2 ,
62
65
} ,
63
66
{
64
67
description : 'Here comes another question' ,
@@ -69,6 +72,7 @@ export const MockScorecard: ScorecardInfo = {
69
72
scaleMin : 1 ,
70
73
type : 'SCALE' ,
71
74
weight : 25 ,
75
+ sortOrder : 3 ,
72
76
} ,
73
77
] ,
74
78
sortOrder : 1 ,
@@ -88,6 +92,7 @@ export const MockScorecard: ScorecardInfo = {
88
92
scaleMin : 1 ,
89
93
type : 'SCALE' ,
90
94
weight : 50 ,
95
+ sortOrder : 0 ,
91
96
} ,
92
97
{
93
98
description :
@@ -99,6 +104,7 @@ export const MockScorecard: ScorecardInfo = {
99
104
scaleMin : 1 ,
100
105
type : 'SCALE' ,
101
106
weight : 50 ,
107
+ sortOrder : 1 ,
102
108
} ,
103
109
] ,
104
110
sortOrder : 2 ,
@@ -126,6 +132,7 @@ export const MockScorecard: ScorecardInfo = {
126
132
scaleMin : 1 ,
127
133
type : 'SCALE' ,
128
134
weight : 50 ,
135
+ sortOrder : 0 ,
129
136
} ,
130
137
{
131
138
description :
@@ -137,6 +144,7 @@ export const MockScorecard: ScorecardInfo = {
137
144
scaleMin : 1 ,
138
145
type : 'SCALE' ,
139
146
weight : 50 ,
147
+ sortOrder : 1 ,
140
148
} ,
141
149
] ,
142
150
sortOrder : 1 ,
@@ -156,6 +164,7 @@ export const MockScorecard: ScorecardInfo = {
156
164
scaleMin : 1 ,
157
165
type : 'SCALE' ,
158
166
weight : 50 ,
167
+ sortOrder : 0 ,
159
168
} ,
160
169
{
161
170
description :
@@ -168,6 +177,7 @@ export const MockScorecard: ScorecardInfo = {
168
177
scaleMin : 1 ,
169
178
type : 'SCALE' ,
170
179
weight : 50 ,
180
+ sortOrder : 1 ,
171
181
} ,
172
182
] ,
173
183
sortOrder : 2 ,
You can’t perform that action at this time.
0 commit comments