Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
heileman committed Sep 18, 2023
1 parent f76cc86 commit ca1af57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataTypes/Course.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ mutable struct Course <: AbstractCourse
cross_listed::Array{Course} # courses that are cross-listed with the course (same as "also offered as")
canonical_name::AbstractString # Standard name used to denote the course in the
# discipline, e.g., Psychology I
requisites::Array{Dict{Int, Requisite},1} # Array of requisite clauses, each clause in (requisite_course id, requisite_type) format
requisites::Array{Dict{Int, Requisite},1} # Array of requisite clauses, each clause in (requisite_course id, requisite_type) format is assumed to be clause in a DNF formula.
learning_outcomes::Array{LearningOutcome} # A list of learning outcomes associated with the course
metrics::Dict{String, Any} # Course-related metrics
metadata::Dict{String, Any} # Course-related metadata
Expand Down

0 comments on commit ca1af57

Please sign in to comment.