Course

There are no notes for this item.

<article class="ContentBlock course page123">
    <h2 id="ENG_COURSES">English (ENG) courses</h2>
    <ul class="list">
        <li class="item">
            <div class="header">
                <h3 id="ENG110" class="header">ENG 110 Writing I</h3>
            </div>
            <div class="supporting-text">
                <div>
                    <span>Prerequisite:</span> <a href="https://www.missouristate.edu/GeneralEducation/English_Placement.htm" target="_blank">appropriate placement score</a> or ENG 100.
                </div>
                <div>
                    General Education Course (Focus on Written Communication and Information Literacy).
                </div>
            </div>
            <div class="description">
                <p>An introduction to college-level writing in which students develop critical reading and writing skills. The emphasis in reading has students locating, evaluating, and synthesizing information in an analytical and ethical manner. The emphasis
                    in writing develops students&#x27; understanding of the ways writers generate and express ideas of different purposes to various kinds of audiences across a range of context, including social, academic, and professional. Students work
                    on argumentation, rhetorical analysis, and editing for clarity, style, and conventions.</p>
            </div>
            <div class="meta">
                <table>
                    <thead>
                        <tr>
                            <th scope="col">Credit hours</th>
                            <th scope="col">Lecture contact hours</th>
                            <th scope="col">Lab contact hours</th>
                            <th scope="col">Typically offered</th>
                            <th scope="col">CORE 42 offered</th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr>
                            <td>3</td>
                            <td>3</td>
                            <td>0</td>
                            <td>Fall, Spring
                                <br>
                                <a href="https://mis.missouristate.edu/Student/pco/search?prefix=ENG&amp;number=110">Projected offerings</a>
                            </td>
                            <td>MOTR ENGL 100 - Composition I</td>
                        </tr>
                    </tbody>
                </table>
            </div>
            <div class="actions">
                <a href="#" class="image-text horizontal">
                  <span class="image">
                    <img src="../../images/core-42.png" alt='CORE 42: MOTRansfer guranteed' height="44" />
                  </span>
                  <span class="text">Access the CORE 42 portal</span>
                </a>
            </div>
        </li>
    </ul>
</article>
<article class="ContentBlock course page{{pageId}}">
  <h2 id="{{courseCode}}_COURSES">{{department}} ({{courseCode}}) courses</h2>
  <ul class="list">
    {{#each item}}
      <li class="item">
        <div class="header">
          <h3 id="{{../courseCode}}{{courseNumber}}" class="header">{{../courseCode}} {{courseNumber}} {{title}}</h3>
        </div>
        {{#if support}}
          {{#with support}}
            <div class="supporting-text">
              {{#if prerequisite}}
                <div>
                  <span>Prerequisite:</span> {{{prerequisite}}}
                </div>
              {{/if}}
              {{#if genEd}}
                <div>
                  {{genEd}}
                </div>
              {{/if}}
            </div>
          {{/with}}
        {{/if}}
        <div class="description">
          <p>{{description}}</p>
        </div>
        <div class="meta">
          <table>
            <thead>
              <tr>
                <th scope="col">Credit hours</th>
                <th scope="col">Lecture contact hours</th>
                <th scope="col">Lab contact hours</th>
                <th scope="col">Typically offered</th>
                {{#if actions.core42}}
                  <th scope="col">CORE 42 offered</th>
                {{/if}}
              </tr>
            </thead>
            <tbody>
              <tr>
                <td>{{creditHours}}</td>
                <td>{{lectureHours}}</td>
                <td>{{labHours}}</td>
                <td>{{periodicity}}
                  <br>
                  <a href="https://mis.missouristate.edu/Student/pco/search?prefix={{../courseCode}}&amp;number={{courseNumber}}">Projected offerings</a>
                </td>
                {{#if actions.core42}}
                  <td>{{actions.core42}}</td>
                {{/if}}
              </tr>
            </tbody>
          </table>
        </div>
        {{#if actions}}
          {{#with actions}}
            <div class="actions">
              {{#if core42}}
                <a href="#" class="image-text horizontal">
                  <span class="image">
                    <img src="{{path '/images/core-42.png'}}" alt='CORE 42: MOTRansfer guranteed' height="44" />
                  </span>
                  <span class="text">Access the CORE 42 portal</span>
                </a>
              {{/if}}
            </div>
          {{/with}}
        {{/if}}
      </li>
    {{/each}}
  </ul>
</article>
{
  "department": "English",
  "courseCode": "ENG",
  "pageId": 123,
  "item": [
    {
      "courseNumber": 110,
      "title": "Writing I",
      "description": "An introduction to college-level writing in which students develop critical reading and writing skills. The emphasis in reading has students locating, evaluating, and synthesizing information in an analytical and ethical manner. The emphasis in writing develops students' understanding of the ways writers generate and express ideas of different purposes to various kinds of audiences across a range of context, including social, academic, and professional. Students work on argumentation, rhetorical analysis, and editing for clarity, style, and conventions.",
      "creditHours": 3,
      "lectureHours": 3,
      "labHours": "0",
      "periodicity": "Fall, Spring",
      "support": {
        "prerequisite": "<a href=\"https://www.missouristate.edu/GeneralEducation/English_Placement.htm\" target=\"_blank\">appropriate placement score</a> or ENG 100.",
        "genEd": "General Education Course (Focus on Written Communication and Information Literacy)."
      },
      "actions": {
        "core42": "MOTR ENGL 100 - Composition I"
      }
    }
  ]
}