flowchart TB
subgraph SENT[""Maya completed the Photosynthesis Quiz, scoring 9/10, in Biology 101.""]
direction LR
Actor["Maya
ACTOR"]:::actor
Verb["completed
VERB"]:::verb
Object["the Photosynthesis Quiz
OBJECT ACTIVITY · type: quiz"]:::object
Actor --- Verb --- Object
end
Result["scored 9/10
RESULT"]:::result
Context["Biology 101, Section 2
CONTEXT"]:::context
Object --> Result
Object --> Context
classDef actor fill:#2a9d8f,stroke:#1f7a6f,color:#fff,font-size:15px
classDef verb fill:#3d7fc1,stroke:#2a5c91,color:#fff,font-size:15px
classDef object fill:#7b6cc4,stroke:#544a91,color:#fff,font-size:15px
classDef result fill:#e9a23b,stroke:#b8791f,color:#222,font-size:15px
classDef context fill:#4c956c,stroke:#2f6b48,color:#fff,font-size:15px
linkStyle default stroke:#999,stroke-width:2px