Topic Overview:

How to Argue - Philosophical Reasoning

Before we dive into the big questions of philosophy, you need to know how to argue properly. We’ll start with an overview of philosophical reasoning and breakdown of how deductive arguments work (and sometimes don’t work).

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 Step number in Course - WITHOUT Quizzes counted:

- Topic is Course's step number: 5

Markup: topic_step_number_course field:

  <h4>Step number:</h4>
  - Topic is Course's step number: <Field topic_step_number_course />


Topic Step number in Course - WITH Quizzes counted:

- Topic is Course's step number: 6

Markup: topic_step_number_course_q field:

  <h4>Step number:</h4>
  - Topic is Course's step number: <Field topic_step_number_course_q />


Topic Step number in parent Lesson - WITHOUT Quizzes counted:

- Topic is Lesson's step number: 1

Markup: topic_step_number_lesson field:

  <h4>Step number:</h4>
  - Topic is Lesson's step number: <Field topic_step_number_lesson />


Topic Step number in parent Lesson - WITH Quizzes counted:

- Topic is Lesson's step number: 1

Markup: topic_step_number_lesson_q field:

  <h4>Step number:</h4>
  - Topic is Lesson's step number: <Field topic_step_number_lesson_q />


Topic Progress:

Progress Status: locked
Progress Percent: 0%
Completed: 0 of 2 steps.

Markup: 'topic_progress_percent', 'topic_progress_completed', 'topic_progress_total' fields:

  <strong>Progress Status:</strong> <Field topic_progress_status /> <br/>
  <strong>Progress Percent:</strong> <Field topic_progress_percent />% <br/>
  <strong>Completed:</strong> <Field topic_progress_completed /> of <Field topic_progress_total /> steps.


Topic Quizzes List

Markup: 'topic_quizzes' fields:

  <ul>
    <Loop field=topic_quizzes>
      <li><a href="{Field url }"><Field title /></a></li>
    </Loop>
  </ul>


Next

-Next step id: 17382
Topic quiz

Markup: 'topic_next_step', 'topic_next_step_url', 'topic_next_step_title' fields:

  -Next step id: <Field topic_next_step_id /><br/>
  <Field topic_next_step /> <a href="{Field topic_next_step_url }"><Field topic_next_step_title /></a>


Next TOPIC

-Has next topic: TRUE
-Next topic id: 907
-Next topic title: How to Argue – Induction & Abduction
-Next topic url: https://loop.tangible.one/extend/learndash/courses/philosophy/lessons/what-is-philosophy/topic/how-to-argue-induction-abduction/
-Next topic link:

Markup: 'next_topic' fields:

  -Has next topic: <Field has_next_topic /><br/>
  -Next topic id: <Field next_topic_id /><br/>
  -Next topic title: <Field next_topic_title /><br/>
  -Next topic url: <Field next_topic_url /><br/>
  -Next topic link: <Field next_topic_link /><br/>


Previous

-Previous step id: 903
What is Philosophy?

Markup: 'topic_previous_step', 'topic_previous_step_url', 'topic_previous_step_title' fields:

  -Previous step id: <Field topic_previous_step_id /><br/>
  <Field topic_previous_step /> <a href="{Field topic_previous_step_url }"><Field topic_previous_step_title /></a>


Previous TOPIC

-Has previous topic:
-Previous topic id:
-Previous topic title:
-Previous topic url:
-Previous topic link:

Markup: 'previous_topic' fields:

  -Has previous topic: <Field has_previous_topic /><br/>
  -Previous topic id: <Field previous_topic_id /><br/>
  -Previous topic title: <Field previous_topic_title /><br/>
  -Previous topic url: <Field previous_topic_url /><br/>
  -Previous topic link: <Field previous_topic_link /><br/>


Topic Parents:

-Parent Course URL: https://loop.tangible.one/extend/learndash/courses/philosophy/
-Parent Course Title: Philosophy
-Parent Course Id: 900

-Parent Lesson URL: https://loop.tangible.one/extend/learndash/courses/philosophy/lessons/what-is-philosophy/
-Parent Lesson Title: What is Philosophy?
-Parent Lesson Id: 903

Markup: topic parents fields:


  <h4>Topic Parents:</h4>
  -Parent Course URL: <Field name="parent_course_url" /><br/>
  -Parent Course Title: <Field name="parent_course_title" /><br/>
  -Parent Course Id: <Field name="parent_course_id" /><br/><br/>

  -Parent Lesson URL: <Field name="parent_lesson_url" /><br/>
  -Parent Lesson Title: <Field name="parent_lesson_title" /><br/>
  -Parent Lesson Id: <Field name="parent_lesson_id" /><br/><br/>


Back to Course

Back to Course: Philosophy

Markup: 'topic_parent_course_title', 'topic_parent_course_url' fields:

  Back to Course: <a href="{Field topic_parent_course_url}"><Field topic_parent_course_title /></a>


Back to Lesson

Back to Lesson: What is Philosophy?

Markup: 'topic_parent_lesson_title', 'topic_parent_lesson_url' fields:

  Back to Course: <a href="{Field topic_parent_lesson_url}"><Field topic_parent_lesson_title /></a>


Topic materials

Markup: 'topic_materials' fields:

  <Field topic_materials />


Topic Assignments

Assignments enabled: Yes
Upload file extensions limit: ["pdf","xlsx","zip"]
Upload file size limit: 1.5M
Enabled points amount: 5
Grading Type : Manually grade
  • Upload limit count: Max. 3 file(s) allowed
  • Deletion enabled: Yes

Markup: 'topic_assignments_enabled', 'topic_assignments_extensions', 'topic_ssignments_size', 'topic_assignments_points', 'topic_assignments_points_amount', 'topic_assignments_auto_approve', 'topic_assignments_upload', 'topic_assignments_deletion' fields:

  Assignments enabled:
  <If field="topic_assignments_enabled">
    Yes
  <Else />
    No
  </If>
  <br/>
  <If field="topic_assignments_extensions">
    Upload file extensions limit: <Field topic_assignments_extensions />
  <Else />
    No upload file extensions limit.
  </If>
  <br/>
  Upload file size limit: <Field topic_assignments_size />
  <br/>
  <If field="topic_assignments_points">
    Enabled points amount: <Field topic_assignments_points_amount />
  <Else />
    No assignment enabled points.
  </If>
  <br/>
  <If field="topic_assignments_auto_approve">
    Grading Type : Auto-approve
  <Else />
    Grading Type : Manually grade
    <ul>
      <li>
        Upload limit count: Max. <Field topic_assignments_upload /> file(s) allowed
      </li>
      <li>
        Deletion enabled:
        <If field="topic_assignments_deletion">
          Yes
        <Else />
          No
        </If>
      </li>
    </ul>
  </If>


All topic assignments

Markup: 'topic_assignments' fields:

  <ul>
    <Loop field=topic_assignments>
      <li><a href="{Field url }"><Field title /></a></li>
    </Loop>
  </ul>


Current user topic assignments

Markup: 'topic_user_assignments', 'assignment_comments_status', 'assignment_comments_number', 'assignment_status', 'assignment_points_enabled', 'assignment_points_max', 'assignment_points_awarded', 'assignment_points_percentage', 'assignment_deletion_enabled', 'assignment_delete_url' fields:

  <ul>
    <Loop field=topic_user_assignments>
      <li>
        <a href="{Field url }"><Field title /></a>
        <div>
          Comments status:
          <If field="assignment_comments_status">
            <a href="{Field url }#comments">Open -> </a>
            <Else/>
            Closed
          </If>
          <br />
          Comments number: <Field assignment_comments_number />
        </div>
        <div>
          Status:
          <If field="assignment_status">
            Approved
            <div>
              <If field="assignment_points_enabled">
                Maximum Points: <Field assignment_points_max /> <br />
                Points Awarded: <Field assignment_points_awarded /> <br />
                Awarded percentage: <Field assignment_points_percentage />% <br />
              </If>
            </div>
            <Else/>
            Waiting Review
          </If>
        </div>
        <div>
          <If field="assignment_status">
            Cannot delete - approved
            <Else/>
            <If field="assignment_deletion_enabled" >
              <a href="{Field assignment_delete_url}" > X Delete</a>
            </If>
          </If>
        </div>
      </li>
    </Loop>
  </ul>


Upload Assignment

Markup: 'topic_assignments_form' field:

  <If field="topic_assignments_enabled">
    <Field topic_assignments_form />
  <Else/>
    Assignment upload not enabled.
  </If>