Topic Overview:

How to Argue - Induction & Abduction

We continue our look at philosophical reasoning by introducing two more types: induction and abduction. Hank explains their strengths and weaknesses, as well as counterarguments and the Socratic method.

Markup: title, image, content fields:

  <p>
  <h4><Field title /></h4>
  <If field="image" exists>
    <div><Field image /></div>
  </If>
  <div><Field content /></div>
  </p>


Topic Content Table:

Quizzes
Status

Markup: 'topic_content_table' fields:

  <Field topic_content_table />


Topic Video:

Markup: 'video' fields:

  <Field topic_video />


Video settings:

Video exists: Yes
Video enabled: Yes
Video auto start: Yes
Video show controls: Yes
Video pause when window left: Yes
Allow video resume position: Yes
Video URL: https://youtu.be/-wrCpLJ1XAw
Video shown: Video available after completed sub-steps.
  • Topic auto-completion: Yes
  • Completion delay: 5s
  • Show Mark Complete Button: Yes

Markup: 'topic_video', 'topic_video_url', 'topic_video_exist', 'topic_video_enabled', 'topic_video_shown', 'topic_video_auto_complete_delay', 'topic_video_auto_start', 'topic_video_show_controls', 'topic_video_auto_complete', 'topic_video_show_complete_button', 'topic_video_focus_pause', 'topic_video_track_time' fields:

  <div>
    <strong>Video exists:</strong>
    <If field="topic_video_exists">
      Yes
    <Else />
      No
    </If>
  </div>
  <div>
    <strong>Video enabled:</strong>
    <If field="topic_video_enabled">
      Yes
    <Else />
      No
    </If>
  </div>
  <div>
    <strong>Video auto start:</strong>
    <If field="topic_video_auto_start">
      Yes
    <Else />
      No
    </If>
  </div>
  <div>
    <strong>Video show controls:</strong>
    <If field="topic_video_show_controls">
      Yes
    <Else />
      No
    </If>
  </div>
  <div>
    <strong>Video pause when window left:</strong>
    <If field="topic_video_focus_pause">
      Yes
    <Else />
      No
    </If>
  </div>
  <div>
    <strong>Allow video resume position:</strong>
    <If field="topic_video_track_time">
      Yes
    <Else />
      No
    </If>
  </div>
  <div>
    <strong>Video URL: </strong>
    <Field topic_video_url/>
  </div>
  <div>
    <strong>Video shown:</strong>
    <If field="topic_video_shown" is value="before">
      Video available before completed sub-steps.
    <Else if  field="topic_video_shown" is value="after" />
      Video available after completed sub-steps.
      <ul>
        <li>
          Topic auto-completion:
          <If field="topic_video_auto_complete">
            Yes
          <Else />
            No
          </If>
        </li>
        <li>
          Completion delay: <Field  topic_video_auto_complete_delay/>s
        </li>
        <li>
          Show Mark Complete Button:
          <If field="topic_video_show_complete_button">
            Yes
          <Else />
            No
          </If>
        </li>
      </ul>
    </If>
  </div>