Cyphi.Section (Cyphi v0.1.0)

Provides struct and type for a Section

Summary

Types

t()

@type t() :: %Cyphi.Section{
  id: integer() | nil,
  instructions: String.t() | nil,
  level: integer() | nil,
  module_id: integer() | nil,
  name: String.t() | nil,
  optional_for_completion: boolean() | nil,
  personalized: boolean() | nil,
  position: integer() | nil,
  referenced_course_id: integer() | nil,
  type: String.t() | nil
}