I am mapping out the content in an academic program with the following levels:
- Program Objectives
- Course Objectives
- Module Objectives
- Assessments
- Module Objectives
- Course Objectives
I have a separate table for each of these levels.
Starting at the bottom, an assessment in one of the courses is connected up to one more Module Objectives. Each MO is linked up to one or more Course Objectives. Each CO is linked up to one or more Program Objectives.
I'd like to visualize these connections. It seems the flowchart extension is what I need, except it only works with self-linked records. In other words, I would need to combine all 4 levels into a single table. This is problematic because I need the levels on separate Tables.
I considered copying/pasting the primary fields and the fields that link each to the other level over into a new Table that I could use for flowchart purposes. I haven't tried it to make sure it would work yet, but even if it does, my next issue will be keeping redundant information up-to-date as this is a working document and information changes regularly. I could probably develop a complicated series of automations to sync the 4 Tables with the new redundant info flowchart Table, but before going down that rabbit hole I figured I'd check in with the community.
Is there a better way to do this?