forked from ls1intum/Artemis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSubmittedAnswer.json
34 lines (34 loc) · 966 Bytes
/
SubmittedAnswer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "SubmittedAnswer",
"fields": [
{
"fieldName": "scoreInPoints",
"fieldType": "Double"
}
],
"relationships": [
{
"relationshipType": "many-to-one",
"otherEntityName": "quizQuestion",
"otherEntityRelationshipName": "submittedAnswer",
"relationshipName": "quizQuestion",
"otherEntityField": "id"
},
{
"relationshipType": "many-to-one",
"otherEntityName": "quizSubmission",
"otherEntityRelationshipName": "submittedAnswers",
"relationshipName": "submission",
"otherEntityField": "id"
}
],
"changelogDate": "20190315161918",
"entityTableName": "submitted_answer",
"dto": "no",
"pagination": "no",
"service": "no",
"jpaMetamodelFiltering": false,
"fluentMethods": true,
"clientRootFolder": "",
"applications": "*"
}