Introduction

From WeBWorK_wiki
Jump to navigation Jump to search

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 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.

Demos

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 current WeBWorK code and interface.


The standard calculus courses at the University of Rochester are

Choose the guest login button to see and try out the student view.


To see the professor view of a WeBWorK course use this link: Professor's view of WeBWorK. WeBWorK demo class --- Use profa for username and profa for password.
Browse the OpenProblemLibrary using the LibraryBrowser in this professor's view.


You can see the student view of the webwork demo class using practice1 for username and practice1 for password.


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.