Difference between revisions of "Introduction"

From WeBWorK_wiki
Jump to navigation Jump to search
(Delete some outdated stuff)
 
(24 intermediate revisions by one other user not shown)
Line 9: Line 9:
 
A library of existing problems is provided as part of the system, with over 35,000 problems contributed to the Open Problem Library (or OPL) at last count. To simplify the writing of new problems, a large collection of macro files is also available. (The use of the MathObjects macros provided by Davide Cervone wherever possible is recommended to make easier the writing and maintenance of problems.)
 
A library of existing problems is provided as part of the system, with over 35,000 problems contributed to the Open Problem Library (or OPL) at last count. To simplify the writing of new problems, a large collection of macro files is also available. (The use of the MathObjects macros provided by Davide Cervone wherever possible is recommended to make easier the writing and maintenance of problems.)
   
WeBWorK uses Apache with mod_perl, MySQL, LaTeX, dvipng, MathJax, the GD graphics library, and many CPAN modules. WeBWorK is being used on Linux, FreeBSD, and Solaris, and will run on any UNIX-like system that supports its dependencies.
+
WeBWorK uses Mojolicious, MySQL/MariaDB, LaTeX, MathJax, and many CPAN modules. WeBWorK is being used on Linux, BSD, and will run on any UNIX-like system that supports its dependencies.
==Demos==
 
   
[https://math.webwork.rochester.edu/webwork2/ First semester calculus at University of Rochester] Choose the guest login.
 
The standard calculus courses are
 
* MTH161, first semester (differential calculus),
 
* MTH162 second semester (integral calculus) and
 
* MTH164 third semester (multivariable calculus).
 
----
 
[https://demo.webwork.rochester.edu/webwork2/UR101/ WeBWorK demo class] Professor's view of WeBWorK. --- Use <code>profa</code> for username and <code>profa</code> for password. You can see the student view using <code>practice1</code> for username and <code>practice1</code> for password. </br>
 
```Browse``` the '''OpenProblemLibrary''' using the ```LibraryBrowser``` in this professor's view.
 
 
----
 
----
 
{{projectline| A Gallery of Courses | A Gallery of Courses | Existing courses using WeBWorK Assignments|Collection.png}}
 
{{projectline| A Gallery of Courses | A Gallery of Courses | Existing courses using WeBWorK Assignments|Collection.png}}
   
 
== Historical introductory materials 2008 -- 2015 ==
 
== Historical introductory materials 2008 -- 2015 ==
=== Historical videos -- how WeBWorK was born ===
+
=== Historical documents -- The development of WeBWorK ===
  +
  +
While some of these descriptions date from 2002 and more date from 2008 when there was a big expansion of WeBWorK, most of the descriptions are surprisingly relevant
  +
to the current use of WeBWorK and even to the WeBWorK code and interface.
  +
 
* not currently available: 2004 Introduction to WeBWorK lecture at MSRI (2004) by Mike Gage
 
* not currently available: 2004 Introduction to WeBWorK lecture at MSRI (2004) by Mike Gage
 
* <!--
 
* <!--

Latest revision as of 12:52, 20 June 2025

WeBWorK is a free Perl-based system for delivering individualized homework problems over the web. It was originally developed in 1995 by Professors Arnold Pizer and Michael Gage at the Department of Mathematics at the University of Rochester for use in mathematics instruction. A team of developers from a number of institutions now supports the system, which is currently used for a wide range of courses in mathematics and related disciplines.

WeBWorK enhances the educational process in several ways. By providing students with immediate feedback about the correctness of their answers, students are encouraged to make multiple attempts until they succeed. By individualizing problems, cheating is discouraged. By providing instructors with real-time statistics, lesson plans can be customized to better serve students.

The major way in which WeBWorK differs from other web-based homework systems is in how problems are written. The PG ("problem generation") language allows the inclusion of both Perl and LaTeX code, allowing problem authors to take advantage of the syntactic efficiency of Perl and the typographical flexibility of LaTeX (which is largely necessary for rendering mathematics expressions).

The process of defining a problem is highly modular, with various pluggable display macros, answer evaluators, and graders. This allows for a high degree of freedom in defining how problems behave.

A library of existing problems is provided as part of the system, with over 35,000 problems contributed to the Open Problem Library (or OPL) at last count. To simplify the writing of new problems, a large collection of macro files is also available. (The use of the MathObjects macros provided by Davide Cervone wherever possible is recommended to make easier the writing and maintenance of problems.)

WeBWorK uses Mojolicious, MySQL/MariaDB, LaTeX, MathJax, and many CPAN modules. WeBWorK is being used on Linux, BSD, and will run on any UNIX-like system that supports its dependencies.


Collection.png
A Gallery of Courses
Existing courses using WeBWorK Assignments

Historical introductory materials 2008 -- 2015

Historical documents -- The development of WeBWorK

While some of these descriptions date from 2002 and more date from 2008 when there was a big expansion of WeBWorK, most of the descriptions are surprisingly relevant to the current use of WeBWorK and even to the WeBWorK code and interface.