Difference between revisions of "Model Courses"

From WeBWorK_wiki
Jump to navigation Jump to search
(commented out "Calculus Classic" in the calculus section since link to testcourses.webwork.maa.org is not active)
 
(46 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[PREP_2011|Prep Main Page]] > [[PREP_2011_Web_Conference_III|Web Conference 3]] > Model Courses
 
  +
A Model Course is a complete implementation of WeBWorK for a selection of standard courses. The intent of a model course is to provide an example that might be quickly adopted and utilized by a new user.
   
==What is a Model Course?==
 
  +
The following models can be reviewed by logging in to the appropriate course as a guest user. In this mode, problems can be viewed but answers will not be checked. Easy mechanisms for utilizing these models are currently under construction but anyone desiring to have the current set of problems should download the zipped up set of files available under each course.
   
One of our goals is to create ''Model Courses''. By this, we mean a set of WeBWorK problem sets with problems that will match the course syllabus for one or more textbooks.
 
  +
As of August 2012, these are still under development. Please consider utilizing them with that understanding. If you have suggestions, please pass them along to the WeBWorK team.
   
  +
Some model courses are available for download at https://github.com/openwebwork/webwork-model-course-library
   
=== An alternate view of a Model Course ===
 
  +
<p>
  +
</p> __NOTOC__
  +
== College Algebra ==
  +
{|width = "100%" align="center"
  +
|style="width: 33%; border-width: 0px;"|{{projectline|ModelCourses/CollegeAlgebra | College Algebra|The Standard Course|CollegeAlgebraLogo.png}}
  +
|}
   
* [[What is a Model Course]]
 
  +
== Develpmental Math ==
* [[A Gallery of Courses]] - actual WeBWorK courses used at a variety of institutions and available for guest browsing
 
  +
{|width = "100%" align="center"
  +
|style="width: 33%; border-width: 0px;"|{{projectline|ModelCourses/BeginningAlgebra | Beginning Algebra|Pre-College Algebra Developmental Course|CollegeAlgebraLogo.png}}
  +
|style="width: 33%; border-width: 0px;"|{{projectline|ModelCourses/DevelopmentalMath | Developmental Math|The Common Core Standards - Course Preparing Students for College|CollegeAlgebraLogo.png}}
  +
|}
   
==Contents==
 
  +
== Mathematics for Teachers ==
  +
{|width = "100%" align="center"
  +
|style="width: 33%; border-width: 0px;"|{{projectline|ModelCourses/Math for Elementary Education | Math for Teachers | Traditional course for prospective Elementary Teachers |Teacher2.png}}
  +
|}
   
What should be in a Model Course:
 
  +
== Statistics ==
* Information about the text(s) to which it is matched
 
  +
{|width = "100%" align="center"
* Information about the syllabus that it assumes
 
  +
|style="width: 33%; border-width: 0px;"|{{projectline|MAA - Elementary Statistics | MAA - Elementary Statistics | Standard service course in prob/stats |Statistics.png}}
* The set definition files (or sets of set definition files) that provide the problem sets for the course
 
  +
|}
* Any problems that are developed to fill in gaps in the NPL
 
   
==Issues==
 
  +
== Pre-Calculus ==
  +
{|width = "100%" align="center"
  +
|style="width: 33%; border-width: 0px;"|{{projectline|ModelCourses/Trigonometry | Trigonometry|Standard approach starting with degrees |Geometry.png}}
  +
|}
   
* Naming conventions: how should we name sets and problems so that they are consistent (within the course) and useful?
 
  +
== Calculus ==
* Completeness: how much should the model courses be a complete set of problem sets and problems for a course?
 
  +
{|width = "100%" align="center"
* Can/should we have ''model units'' that combine to make a model course?
 
  +
<!-- |style="width: 33%; border-width: 0px;"|{{projectline|Calculus Classic | Calculus Classic| Calculus from a traditional approach |Integral.png}} -->
* How would these ''model units'' fit into the organizational structure?
 
  +
|style="width: 33%; border-width: 0px;"|{{projectline|ModelCourses/Reform Calculus | Reform Calculus | Harvard Calculus|Calculus-reform.png}}
* How can we include documentation that discusses how these materials are used?
 
  +
|style="width: 33%; border-width: 0px;"|{{projectline|ModelCourses/Differential Calculus | Reform Differential Calculus | Harvard Calculus|Calculus-reform.png}}
** Can this be addressed with naming convention?
 
  +
<!-- |}
** Should it be addressed by organizational structure within the model?
 
  +
{|width = "100%" align="center" -->
  +
|style="width: 33%; border-width: 0px;"|{{projectline|Business Calculus | Business Calculus| Applied Calculus for Business Majors |Integral.png}}
  +
|}
   
==Instructions for Importing and Exporting Model Sets==
 
  +
== Linear Algebra ==
*[[ModelCourses/Instructions for importing problem sets|Instructions for importing problem sets]]
 
  +
{|width = "100%" align="center"
*[[ModelCourses/Instructions for exporting problem sets|Instructions for exporting problem sets]]
 
  +
|style="width: 33%; border-width: 0px;"|{{projectline| ModelCourses/Linear_Algebra | Introductory Linear Algebra | Vectors, Matrices, Vector Spaces, Linear Transformations |Linearalgebra-logo.png}}
  +
|}
   
==Organization==
 
  +
== Proof Courses ==
  +
{|width = "100%" align="center"
  +
|style="width: 33%; border-width: 0px;"|{{projectline|Introduction to Proofs | Foundations of Mathematics|Truth Tables, Methods of Proofs, etc.|Proof2.png}}
  +
|}
   
How should all of these data be organized? A possible model:
 
  +
== Differential Equations ==
  +
{|width = "100%" align="center"
  +
|style="width: 33%; border-width: 0px;"|{{projectline| ModelCourses/Ordinary_Differential_Equations | Ordinary Differential Equations | Ordinary Differential Equations, Systems of Ordinary Differential Equations, Laplace Transform |Vector-field.png}}
  +
|}
   
CourseName/
 
Textbook_Readme
 
Syllabus_Readme
 
Set_Definitions/
 
sethomework0.def
 
sethomework1.def
 
etc.
 
Set_Headers/
 
setheader0.pg
 
setheader1.pg
 
etc.
 
Problem_Files/
 
prob01.pg
 
prob02.pg
 
etc.
 
Hardcopies/
 
homework0.pdf
 
homework1.pdf
 
etc.
 
   
== Course Pages ==
 
===[[ModelCourses/BeginningAlgebra | Beginning Algebra ]] ===
 
=== [[ModelCourses/CollegeAlgebra|College Algebra]] ===
 
 
=== [[ModelCourses/Trigonometry|Trigonometry]] ===
 
=== [[ModelCourses/Calculus 1|Calculus 1]] ===
 
=== [[ModelCourses/Multivariate Calculus|Multivariate Calculus]] ===
 
=== [[ModelCourses/Linear Algebra|Linear Algebra]] ===
 
=== [[ModelCourses/Math for Elementary Education|Math for Elementary Education]] ===
 
 
=== [[ModelCourses/Elementary Statistics|Statistics]] ===
 
=== [[ModelCourses/Reform Calculus|Reform Calculus]] ===
 
 
== Gallery of Courses ==
 
 
* [[SLU Calculus I]] Differential calculus with Hughes-Hallett; Semester (4 credit) course covering chapters 1-6.
 
* [[SLU Calculus II]] Integral Calculus, Sequences and Series with Hughes-Hallett; Semester (4 credit) course covering chapters 7-11.
 
 
[[Category:PREP 2011]]
 
[[Category:Events]]
 
 
[[Category:Model_Courses]]
 
[[Category:Model_Courses]]

Latest revision as of 10:11, 22 June 2021

A Model Course is a complete implementation of WeBWorK for a selection of standard courses. The intent of a model course is to provide an example that might be quickly adopted and utilized by a new user.

The following models can be reviewed by logging in to the appropriate course as a guest user. In this mode, problems can be viewed but answers will not be checked. Easy mechanisms for utilizing these models are currently under construction but anyone desiring to have the current set of problems should download the zipped up set of files available under each course.

As of August 2012, these are still under development. Please consider utilizing them with that understanding. If you have suggestions, please pass them along to the WeBWorK team.

Some model courses are available for download at https://github.com/openwebwork/webwork-model-course-library

College Algebra

CollegeAlgebraLogo.png
College Algebra
The Standard Course

Develpmental Math

CollegeAlgebraLogo.png
Beginning Algebra
Pre-College Algebra Developmental Course
CollegeAlgebraLogo.png
Developmental Math
The Common Core Standards - Course Preparing Students for College

Mathematics for Teachers

Teacher2.png
Math for Teachers
Traditional course for prospective Elementary Teachers

Statistics

Statistics.png
MAA - Elementary Statistics
Standard service course in prob/stats

Pre-Calculus

Geometry.png
Trigonometry
Standard approach starting with degrees

Calculus

Calculus-reform.png
Reform Calculus
Harvard Calculus
Calculus-reform.png
Reform Differential Calculus
Harvard Calculus
Integral.png
Business Calculus
Applied Calculus for Business Majors

Linear Algebra

Linearalgebra-logo.png
Introductory Linear Algebra
Vectors, Matrices, Vector Spaces, Linear Transformations

Proof Courses

Proof2.png
Foundations of Mathematics
Truth Tables, Methods of Proofs, etc.

Differential Equations

Vector-field.png
Ordinary Differential Equations
Ordinary Differential Equations, Systems of Ordinary Differential Equations, Laplace Transform