forked from bibixx/zdaj-se-pjatk-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodeling_and_analysis_of_it_systems.json
72 lines (72 loc) · 1.55 KB
/
modeling_and_analysis_of_it_systems.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"$schema": "schemas/subject.json",
"title": "Modeling and Analysis of IT Systems",
"id": "modeling_and_analysis_of_it_systems",
"data": [
{
"question": "Assosiations can be directly implemented in Java",
"id": 3628,
"numberOfComments": 0,
"answers": [
{
"answer": "Yes",
"correct": false
},
{
"answer": "No",
"correct": true
}
],
"comments": []
},
{
"question": "Associations from the object model are implemented as tables in the relational mode",
"id": 3629,
"numberOfComments": 0,
"answers": [
{
"answer": "Yes",
"correct": false
},
{
"answer": "No",
"correct": true
}
],
"comments": []
},
{
"question": "Directional associations are always more useful than bidirectional associations",
"id": 3630,
"numberOfComments": 0,
"answers": [
{
"answer": "Yes",
"correct": false
},
{
"answer": "No",
"correct": true
}
],
"comments": []
},
{
"question": "An association is a group of connections within the same semantics and structure",
"id": 3631,
"numberOfComments": 0,
"answers": [
{
"answer": "Yes",
"correct": true
},
{
"answer": "No",
"correct": false
}
],
"comments": []
}
],
"updatedAt": 1705528642695
}