forked from ls1intum/Artemis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAnswerOption.json
43 lines (43 loc) · 1.04 KB
/
AnswerOption.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
35
36
37
38
39
40
41
42
43
{
"name": "AnswerOption",
"fields": [
{
"fieldName": "text",
"fieldType": "String"
},
{
"fieldName": "hint",
"fieldType": "String"
},
{
"fieldName": "explanation",
"fieldType": "String"
},
{
"fieldName": "isCorrect",
"fieldType": "Boolean"
},
{
"fieldName": "invalid",
"fieldType": "Boolean"
}
],
"relationships": [
{
"relationshipType": "many-to-one",
"otherEntityName": "multipleChoiceQuestion",
"otherEntityRelationshipName": "answerOptions",
"relationshipName": "quizQuestion",
"otherEntityField": "id"
}
],
"changelogDate": "20190315161921",
"entityTableName": "answer_option",
"dto": "no",
"pagination": "no",
"service": "no",
"jpaMetamodelFiltering": false,
"fluentMethods": true,
"clientRootFolder": "",
"applications": "*"
}