Template:Course: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
</pre> | </pre> | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
==Course Description== | |||
[[Has description::{{{Description|}}}]] | |||
==Learning Goals== | |||
{{#arraymap:{{{LearningGoals|}}}|,|x|[[Has learning goal::x]]}} | |||
==Specific Learning Objectives== | |||
{{#arraymap:{{{SpecificLearningObjectives|}}}|,|x|[[Has specific learning goal::x]]}} | |||
==Prerequisite Courses== | |||
{{#arraymap:{{{PrerequisiteCourses|}}}|,|x|[[Has course prerequisite::x]]}} | |||
==Prerequisite Academic Standing== | |||
[[Has standing prerequisite::{{{PrequisiteStanding|}}}]] | |||
==Corequisite Courses== | |||
{{#arraymap:{{{CorequisiteCourses|}}}|,|x|[[Has course corequisite::x]]}} | |||
==Optional Prerequisite Courses== | |||
{{#arraymap:{{{OptionalPrerequisiteCourses|}}}|,|x|[[Has optional course prerequisite::x]]}} | |||
==Optional Corequisite Courses== | |||
{{#arraymap:{{{OptionalCorequisiteCourses|}}}|,|x|[[Has optional course corequisite::x]]}} | |||
==Topical Coverage== | |||
{{#arraymap:{{{Topics|}}}|,|x|[[Covers topic::x]]}} | |||
==Instructional Methodology== | |||
{{#arraymap:{{{InstructionalMethodology|}}}|,|x|[[Has instructional methodology::x]]}} | |||
==Performance Evaluation== | |||
{{#arraymap:{{{PerformanceEvaluation|}}}|,|x|[[Has performance evaluation::x]]}} | |||
[[Category:Courses]] | [[Category:Courses]] | ||
</includeonly> | </includeonly> |
Revision as of 10:06, 5 April 2013
This is the "Course" template. It should be called in the following format:
{{Course |Description= |LearningGoals= |SpecificLearningObjectives= |PrerequisiteCourses= |PrequisiteStanding= |CorequisiteCourses= |OptionalPrerequisiteCourses= |OptionalCorequisiteCourses= |Topics= |InstructionalMethodology= |PerformanceEvaluation= }}
Edit the page to see the template text.