%%{init: {"flowchart": {"useMaxWidth": true, "htmlLabels": false, "nodeSpacing": 30, "rankSpacing": 45, "padding": 24}, "themeVariables": {"fontSize": "16px", "edgeLabelBackground": "#ffffff"}}}%%
flowchart LR
W1["WEEK 1<br/>knowledge,<br/>arguments, claims"] --> W2["WEEK 2<br/>deduction, validity,<br/>practice"]
W2 --> W3["WEEK 3<br/>fallacies,<br/>review, midterm"]
W3 --> W4["WEEK 4<br/>fallacies,<br/>misinformation,<br/>persuasion"]
W4 --> W5["WEEK 5<br/>causation, reading<br/>a study, final exam"]
style W1 fill:#1e293b,color:#f9fafb,stroke:#1e293b
style W2 fill:#4a7c6f,color:#f9fafb,stroke:#4a7c6f
style W3 fill:#4a7c6f,color:#f9fafb,stroke:#4a7c6f
style W4 fill:#4a7c6f,color:#f9fafb,stroke:#4a7c6f
style W5 fill:#b44527,color:#f9fafb,stroke:#b44527