diff --git a/tiddlers/content/_Coursework.tid b/tiddlers/content/_Coursework.tid
index ed48289..45c9175 100644
--- a/tiddlers/content/_Coursework.tid
+++ b/tiddlers/content/_Coursework.tid
@@ -16,6 +16,16 @@
$list>
+! Review Exercises
+
+<$list filter="[tag[review]tag[toc]!tag[hidden]sort[title]]">
+<$set name="strippedTitle" filter="[all[current]split[/]last[]]">
+<$link><>$link>
+$set>
+$list>
+
+
+
editor : getText(): author
+
+' set the author field in the book
+editor -> book : setAuthor(author)
+
+@enduml
+
+
+[[plantuml[
+@startuml
+' use strict UML mode
+skinparam style strictuml
+
+participant "BookEditor" as editor <