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 = {
3838 scaleMin : 1 ,
3939 type : 'YES_NO' ,
4040 weight : 25 ,
41+ sortOrder : 0 ,
4142 } ,
4243 {
4344 description :
@@ -49,6 +50,7 @@ export const MockScorecard: ScorecardInfo = {
4950 scaleMin : 1 ,
5051 type : 'YES_NO' ,
5152 weight : 25 ,
53+ sortOrder : 1 ,
5254 } ,
5355 {
5456 description : 'Were the specifications clear?' ,
@@ -59,6 +61,7 @@ export const MockScorecard: ScorecardInfo = {
5961 scaleMin : 1 ,
6062 type : 'SCALE' ,
6163 weight : 25 ,
64+ sortOrder : 2 ,
6265 } ,
6366 {
6467 description : 'Here comes another question' ,
@@ -69,6 +72,7 @@ export const MockScorecard: ScorecardInfo = {
6972 scaleMin : 1 ,
7073 type : 'SCALE' ,
7174 weight : 25 ,
75+ sortOrder : 3 ,
7276 } ,
7377 ] ,
7478 sortOrder : 1 ,
@@ -88,6 +92,7 @@ export const MockScorecard: ScorecardInfo = {
8892 scaleMin : 1 ,
8993 type : 'SCALE' ,
9094 weight : 50 ,
95+ sortOrder : 0 ,
9196 } ,
9297 {
9398 description :
@@ -99,6 +104,7 @@ export const MockScorecard: ScorecardInfo = {
99104 scaleMin : 1 ,
100105 type : 'SCALE' ,
101106 weight : 50 ,
107+ sortOrder : 1 ,
102108 } ,
103109 ] ,
104110 sortOrder : 2 ,
@@ -126,6 +132,7 @@ export const MockScorecard: ScorecardInfo = {
126132 scaleMin : 1 ,
127133 type : 'SCALE' ,
128134 weight : 50 ,
135+ sortOrder : 0 ,
129136 } ,
130137 {
131138 description :
@@ -137,6 +144,7 @@ export const MockScorecard: ScorecardInfo = {
137144 scaleMin : 1 ,
138145 type : 'SCALE' ,
139146 weight : 50 ,
147+ sortOrder : 1 ,
140148 } ,
141149 ] ,
142150 sortOrder : 1 ,
@@ -156,6 +164,7 @@ export const MockScorecard: ScorecardInfo = {
156164 scaleMin : 1 ,
157165 type : 'SCALE' ,
158166 weight : 50 ,
167+ sortOrder : 0 ,
159168 } ,
160169 {
161170 description :
@@ -168,6 +177,7 @@ export const MockScorecard: ScorecardInfo = {
168177 scaleMin : 1 ,
169178 type : 'SCALE' ,
170179 weight : 50 ,
180+ sortOrder : 1 ,
171181 } ,
172182 ] ,
173183 sortOrder : 2 ,
You can’t perform that action at this time.
0 commit comments