%%{init: {'theme':'dark'}}%%
flowchart TD
A["Technology-Integrated Assessment"]
subgraph subgraph_2rvu6wpa7["First Order Factors"]
B("Assessment Purpose")
C("Duty of Care")
D("Technology Acceptance")
E("Assessment Design")
end
subgraph subgraph_p3azrijwm["Second Order Factors"]
F(["Assessment of Learning"])
G(["Assessment for Learning"])
H(["Assessment as Learning"])
I(["Bias"])
J(["Inclusion"])
K(["Relationships"])
L(["Ethical EdTech"])
M(["Performance Expectancy"])
N(["Effort Expectancy"])
O(["Social Influence"])
P(["Facilitating Conditions"])
Q(["Measurement Theory"])
R(["Academic Integrity"])
S(["Relevance"])
T(["Reciprocity"])
end
A --- B & C & D & E
B --- F
F --- G
G --- H
C --- I
I --- J
J --- K
K --- L
D --- M
M --- N
N --- O
O --- P
E --- Q
Q --- R
R --- S
S --- T
B:::purpose
C:::duty
D:::accept
E:::design
F:::purpose
G:::purpose
H:::purpose
I:::duty
J:::duty
K:::duty
L:::duty
M:::accept
N:::accept
O:::accept
P:::accept
Q:::design
R:::design
S:::design
T:::design
classDef purpose fill:#440154,color:#fff,stroke:#440154,stroke-width:4px
classDef duty fill:#3B528B,color:#fff,stroke:#3B528B,stroke-width:4px
classDef accept fill:#21918c,color:#fff,stroke:#21918c,stroke-width:4px
classDef design fill:#5EC962,color:#000,stroke:#5EC962,stroke-width:4px
style subgraph_2rvu6wpa7 fill:#BBDEFB
style subgraph_p3azrijwm fill:#C8E6C9