Skip to content

Commit

Permalink
Merge pull request #106 from rwth-acis/rate_responses
Browse files Browse the repository at this point in the history
option to check if response should have a rating
  • Loading branch information
AlexanderNeumann authored Oct 16, 2023
2 parents ca8be84 + 19730e1 commit 1108f24
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/metamodel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2165,7 +2165,7 @@
}
},
"left": 3246.333333333333,
"top": 5630.333333333332,
"top": 5632.333333333332,
"width": 150,
"height": 100,
"zIndex": 16059,
Expand Down Expand Up @@ -2273,6 +2273,20 @@
"name": "",
"value": "list"
}
},
"02f10f2ddc5ad49fb427d09d": {
"id": "02f10f2ddc5ad49fb427d09d",
"name": "Attribute",
"key": {
"id": "02f10f2ddc5ad49fb427d09d[key]",
"name": "",
"value": "Rateable"
},
"value": {
"id": "02f10f2ddc5ad49fb427d09d[value]",
"name": "",
"value": "boolean"
}
}
}
}
Expand Down

0 comments on commit 1108f24

Please sign in to comment.