Courses Available to Sophomores: Difference between revisions

From TSAS Library
Jump to: navigation, search
No edit summary
No edit summary
Line 1: Line 1:
==Sophomore Career & College House Classes==
==Sophomore Career & College House Classes==


<repeat table="Courses" criteria="CC=y, 10=y, grcode!=EL">
<repeat table="Courses" criteria="CC=y, 10=y, grcode!=EL" sort="coursename">
<h3 style="display:inline;">[[{{{coursename}}}]]</h3> <p style="float:right;">{{{teacher}}}</p>
<h3 style="display:inline;">[[{{{coursename}}}]]</h3> <p style="float:right;">{{{teacher}}}</p>


Line 10: Line 10:
==Sophomore Fine Arts House Classes==
==Sophomore Fine Arts House Classes==


<repeat table="Courses" criteria="FA=y, 10=y, grcode!=EL">
<repeat table="Courses" criteria="FA=y, 10=y, grcode!=EL" sort="coursename">
<h3 style="display:inline;">[[{{{coursename}}}]]</h3> <p style="float:right;">{{{teacher}}}</p>
<h3 style="display:inline;">[[{{{coursename}}}]]</h3> <p style="float:right;">{{{teacher}}}</p>


Line 19: Line 19:
==Sophomore Liberal Arts House Classes==
==Sophomore Liberal Arts House Classes==


<repeat table="Courses" criteria="LA=y, 10=y, grcode!=EL">
<repeat table="Courses" criteria="LA=y, 10=y, grcode!=EL" sort="coursename">
<h3 style="display:inline;">[[{{{coursename}}}]]</h3> <p style="float:right;">{{{teacher}}}</p>
<h3 style="display:inline;">[[{{{coursename}}}]]</h3> <p style="float:right;">{{{teacher}}}</p>


Line 28: Line 28:
==Sophomore STEM House Classes==
==Sophomore STEM House Classes==


<repeat table="Courses" criteria="ST=y, 10=y, grcode!=EL">
<repeat table="Courses" criteria="ST=y, 10=y, grcode!=EL" sort="coursename">
<h3 style="display:inline;">[[{{{coursename}}}]]</h3> <p style="float:right;">{{{teacher}}}</p>
<h3 style="display:inline;">[[{{{coursename}}}]]</h3> <p style="float:right;">{{{teacher}}}</p>


Line 37: Line 37:
==Sophomore Elective Classes==
==Sophomore Elective Classes==


<repeat table="Courses" criteria="10=y, grcode=EL">
<repeat table="Courses" criteria="10=y, grcode=EL" sort="coursename">
<h3 style="display:inline;">[[{{{coursename}}}]]</h3> <p style="float:right;">{{{teacher}}}</p>
<h3 style="display:inline;">[[{{{coursename}}}]]</h3> <p style="float:right;">{{{teacher}}}</p>



Revision as of 19:55, 7 May 2019

Sophomore Career & College House Classes

<repeat table="Courses" criteria="CC=y, 10=y, grcode!=EL" sort="coursename">

[[{{{coursename}}}]]

{{{teacher}}}

{{{description}}}

</repeat>

Sophomore Fine Arts House Classes

<repeat table="Courses" criteria="FA=y, 10=y, grcode!=EL" sort="coursename">

[[{{{coursename}}}]]

{{{teacher}}}

{{{description}}}

</repeat>

Sophomore Liberal Arts House Classes

<repeat table="Courses" criteria="LA=y, 10=y, grcode!=EL" sort="coursename">

[[{{{coursename}}}]]

{{{teacher}}}

{{{description}}}

</repeat>

Sophomore STEM House Classes

<repeat table="Courses" criteria="ST=y, 10=y, grcode!=EL" sort="coursename">

[[{{{coursename}}}]]

{{{teacher}}}

{{{description}}}

</repeat>

Sophomore Elective Classes

<repeat table="Courses" criteria="10=y, grcode=EL" sort="coursename">

[[{{{coursename}}}]]

{{{teacher}}}

{{{description}}}

</repeat>