• Stars
    star
    139
  • Rank 257,063 (Top 6 %)
  • Language
    Perl
  • License
    Other
  • Created over 12 years ago
  • Updated 13 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Course management front end for WeBWorK
                                   WeBWorK
                     Online Homework Delivery System
                               Version 2.*
                    Branch:  github.com/openwebwork

         https://webwork.maa.org/wiki/Release_notes_for_WeBWorK_2.17
                Copyright 2000-2022, The WeBWorK Project
                         https://openwebwork.org/
                         http://webwork.maa.org
                          All rights reserved.

Welcome to WeBWorK

WeBWorK is an open-source online homework system for math and sciences courses. WeBWorK is supported by the MAA and the NSF and comes with an Open Problem Library (OPL) of over 30,000 homework problems. Problems in the OPL target most lower division undergraduate math courses and some advanced courses. Supported courses include college algebra, discrete mathematics, probability and statistics, single and multivariable calculus, differential equations, linear algebra and complex analysis. Find out more at the main WeBWorK webpage.

Information for Users

New users interested in getting started with their own WeBWorK server, or instructors looking to learn more about how to use WeBWorK in their classes, should take a look at one of the following resources:

Information for downloading

cd /opt/webwork/webwork2
git checkout -b WeBWorK2.14+ WeBWorK2.14+
  • If you want to pull the PG-2.14 branch of pg then run:
cd /opt/webwork/pg
git checkout -b PG-2.14+ PG-2.14+
  • If you also need an earlier branch of MathJax then run:
cd /opt/webwork/MathJax
git checkout legacy-v2
  • A tab to the upper right lists the releases that are available.

Information For Developers

People interested in developing new features for WeBWorK should take a look at the following resources. People interested in developing new problems for WeBWorK should visit Problem Authors.

  • First Time Setup - Setting up your clone of this github repo for the first time.
  • Coding and Workflow - Our suggested workflow processes. Following this will make it much easier to get code accepted into the repo.
  • Creating Pull Requests - Instructions on how to submit a pull request.
  • More Information - Our Github wiki has additional information for developers, including information about WeBWorK3.