@@ -8,7 +8,8 @@ module.exports = {
'!studentid',
'picrul',
'taskid',
- 'score'
+ 'score',
+ 'answers'
]
},
destroy: {
@@ -25,7 +26,8 @@ module.exports = {
'studentid',
show: {
@@ -44,7 +46,8 @@ module.exports = {
studentid : 'studentid',
picrul : 'picrul',
taskid: 'taskid',
- score: 'score'
+ score: 'score',
+ answers:'answers'
}
service: 'query',