View Source Zoonk.Content.StepOption (Zoonk v0.3.0-alpha)

StepOption schema.

Link to this section Summary

Link to this section Types

@type t() :: %Zoonk.Content.StepOption{
  __meta__: term(),
  correct?: term(),
  feedback: term(),
  id: term(),
  image: term(),
  inserted_at: term(),
  lesson_step: term(),
  lesson_step_id: term(),
  title: term(),
  updated_at: term()
}