Difference between revisions of "Overview of Problem Libraries"

From WeBWorK_wiki
Jump to navigation Jump to search
m (Reverted edits by Sam (Talk); changed back to last version by Jj)
 
(41 intermediate revisions by 7 users not shown)
Line 1: Line 1:
__TOC__
 
=National Problem Library (NPL)=
 
   
The National Problem Library contains problems from several of the File Based Problem Libraries, including all of the problems from the Arizona State, Rochester, Cal State Long Beach, University of Virginia libraries. It also contains most, if not all, of the problems from Union College, College of New Jersey, Dartmouth, Ohio State, Northern Arizona University, and Indiana University.
 
   
In addition to merging these problem collections into a single collection, WeBWorK provides a different interface to these problems. Problems in the NPL are marked internally with meta-data, and instructors can search for problems on the basis of this data. This mechanism is built into WeBWorK's library browser. In particular, one can search hierarchically by course, chapter, section. To a limited extent, problems have been indexed against sections of textbooks in which case an instructor can also search for problems on that basis. WeBWorK stores this information in a database, so part of the installation involves loading meta-data into the database.
 
   
<dl>
 
<dt>Obtaining the NPL
 
<dd>
 
First, make sure you have an <code>/opt/webwork/libraries</code> directory:
 
<pre>
 
$ mkdir -p /opt/webwork/libraries
 
</pre>
 
   
The database problem library can be downloaded from the ASU CVS repository.
 
<pre>
 
$ cd /opt/webwork/libraries
 
$ cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/asu co database_problems
 
</pre>
 
   
If you are running WeBWorK 2.3.x, you must create a <code>ProblemLibrary</code> database on your MySQL server. (<strong>*</strong> represents the MySQL root password.)
 
<pre>
 
$ mysql -u root
 
Password: *****
 
&gt; CREATE DATABASE ProblemLibrary;
 
&gt; GRANT SELECT on ProblemLibrary.* TO webworkWrite@localhost;
 
&gt; quit
 
Bye.
 
$
 
</pre>
 
   
If you are running WeBWorK 2.4.x, this is not necessary as the NPL indexes are stored within the main <code>webwork</code> database.
 
  +
= Open Problem Library (OPL) =
   
Configure WeBWorK to access the problem library. The settings are in <code>global.conf</code>:
 
  +
The Open Problem Library contains problems from several of the File-Based Problem Libraries, including all of the problems from the Arizona State, Rochester, California State-Long Beach, University of Virginia, and the Utah libraries. It also contains most, if not all, of the problems from Union College, The College of New Jersey, Dartmouth, Ohio State, Northern Arizona University, and Indiana University.
   
<strong><em>For WeBWorK 2.3.x:</em></strong>
 
  +
In addition to merging these problem collections into a single collection, WeBWorK provides a different interface to these problems. Problems in the OPL are marked internally with metadata, so instructors can search for problems on the basis of this data. This mechanism is built into WeBWorK's library browser. In particular, one can search hierarchically by course, chapter, or section. To a limited extent, problems have been indexed against textbook sections; therefore, instructors can also search for problems on that basis. WeBWorK stores this information in a database, so part of the installation involves loading metadata into the database.
   
<table border="1" cellspacing="0" cellpadding="1"> <tr><th bgcolor="#99CCCC"> <strong>variable</strong> </th><th bgcolor="#99CCCC"> <strong>description</strong> </th></tr>
 
  +
'''''For more information on downloading, installing, browsing and contributing to the OPL, '''''
<tr><td> <code>$problemLibrary{root}</code> </td><td> Path to <code>database_problems</code> directory. Should be <code>/opt/webwork/libraries/database_problems</code>. </td></tr>
 
   
<tr><td> <code>$problemLibrary{version}</code> </td><td> Version of the problem library database. Should be <code>2</code>. </td></tr>
 
  +
===See: [[Open Problem Library]]===
<tr><td> <code>$problemLibrary{sourceSQL}</code> </td><td> Name of the database. Should be <code>ProblemLibrary</code>. </td></tr>
 
<tr><td> <code>$problemLibrary{userSQL}</code> </td><td> Username to use when connecting to the database. Can usually be left as <code>$database_username</code>. </td></tr>
 
   
<tr><td> <code>$problemLibrary{passwordSQL}</code> </td><td> Password to use when connecting to the database. Can usually be left as <code>$database_password</code>. </td></tr>
 
  +
= The remainder of this article is out of date =
</table>
 
  +
== It is retained for historical purposes only. ==
   
  +
{{Historical }}
   
<strong><em>For WeBWorK 2.4.x</em></strong>
 
  +
== File Based Problem Libraries ==
   
<table border="1" cellspacing="0" cellpadding="1"> <tr><th bgcolor="#99CCCC"> <strong>variable</strong> </th><th bgcolor="#99CCCC"> <strong>description</strong> </th></tr>
 
  +
These libraries consist of a directory tree organized roughly by the chapters of
  +
a canonical calculus book (or in some cases a canonical text for another subject).
  +
There is no database index of tagged metadata. One should regard the material in these libraries
  +
as legacy material since we are in the process of adding metadata (tagging the problem), checking the problems
  +
for errors and duplicates, and folding them into the OPL.
   
<tr><td> <code>$problemLibrary{root}</code> </td><td> Path to <code>database_problems</code> directory. Should be <code>/opt/webwork/libraries/database_problems</code>. </td></tr>
 
  +
<div style="color:red; font-weight:bold">No new problems should be added to the file-based libraries; they should instead be added to the Open Problem Library (OPL)</div>
<tr><td> <code>$problemLibrary{version}</code> </td><td> Version of the problem library database. Should be <code>2</code>. </td></tr>
 
   
<tr><td> <code>$problemLibrary_db{dbsource}</code> </td><td> Name of the database. Can usually be left as $database_dsn. </td></tr>
 
  +
* The "(CVS)" links for each library allow you to inspect the contents of the library over the web.
<tr><td> <code>$problemLibrary_db{user}</code> </td><td> Username to use when connecting to the database. Can usually be left as <code>$database_username</code>. </td></tr>
 
  +
* See [[CVS Access to Problem Libraries]] for instructions on downloading the contents of these libraries via CVS.
<tr><td> <code>$problemLibrary_db{passwd}</code> </td><td> Password to use when connecting to the database. Can usually be left as <code>$database_password</code>. </td></tr>
 
  +
* You can find tarballs of each libraries at http://webhost.math.rochester.edu/webworkdocs/librarytarballs.
   
</table>
 
  +
=== Arizona State University Math Problem Library ===
   
Finally, populate the database:
 
  +
This problem library is now empty. All of the problems have been moved into the Open Problem Library.
   
<strong><em>For WeBWorK 2.3.x:</em></strong>
 
  +
=== The College of New Jersey Math Problem Library ===
   
Run the <code>loadDB2</code> script to populate the database. This script must be run from the <code>database_problems</code> directory.
 
  +
The College of New Jersey (TCNJ) makes a large number of linear algebra
<pre>
 
  +
problems available in this collection. Please send links of any problems that do not
$ cd /opt/webwork/libraries/database_problems
 
  +
work to Tom Hagedorn, <code>hagedorn at tcnj.edu</code>.
$ ./loadDB2
 
  +
<div style="color:red; font-weight:bold">This problem library is now a subsection of the Open Problem Library. (OPL). You can search its directories using the "OPL directory" button on the Library Browser </div>
What is the root password for mysql? *****
 
Mysql database reinitialized
 
Converting data from tagged pgfiles into mysql.
 
$
 
</pre>
 
   
  +
([http://cvs.webwork.rochester.edu/viewcvs.cgi/tcnj_problib/?cvsroot=The+College+of+New+Jersey CVS])
   
<strong><em>For WeBWorK 2.4.x:</em></strong>
 
  +
'''''To check out this library:'''''
   
Run the NPL-update script to populate the database. This script is located in the <code>webwork2/bin</code> directory and may be invoked from anywhere.
 
  +
cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/tcnj co tcnj_problib
<pre>
 
$ /opt/webwork/webwork2/bin/NPL-update
 
Mysql database reinitialized.
 
Reading in textbook data.
 
Converting data from tagged pgfiles into mysql.
 
Number of files processed:
 
100 200 300 400 500 600 700 800 900 1000
 
...
 
Done.
 
$
 
</pre>
 
   
There is no need to add symlinks to course <code>templates</code> directory, as is necessary with file based Problem Libraries. It is done automatically.
 
  +
=== Dartmouth College Library ===
   
<dt>Browsing the NPL
 
  +
This library has problems compatible with the Marsden and Tromba multi-dimensional
<dd>
 
  +
calculus book. It also has problems compatible with the later chapters in Stewart's
Log into a WeBWorK course and select <strong>Library Browser</strong> from the links menu. On the resulting screen, click the <strong>Problem Library</strong> button.
 
  +
calculus book. ([http://cvs.webwork.rochester.edu/viewcvs.cgi/dartmouth_problib/?cvsroot=Dartmouth+College CVS])
   
<dt>Updating the NPL
 
  +
<div style="color:red; font-weight:bold">This problem library is now a subsection of the Open Problem Library (OPL). You can search its directories using the "OPL directory" button on the Library Browser </div>
<dd>
 
The cvs repository for the NPL is updated as problems are added, additional meta-data is added, or problem bugs are fixed. So, it is a good idea to update your copy of the NPL periodically, say once per semester.
 
   
To update, run the <code>cvs update</code> command to download the latest versions from our server. Then, re-run <code>loadDB2</code> (WeBWorK 2.3.x) or NPL-update (WeBWorK 2.4.x).
 
  +
'''''To check out this library:'''''
<pre>
 
$ cd /opt/webwork/libraries/database_problems
 
$ cvs -q update -dPA
 
$ ./loadDB2
 
What is the root password for mysql? *****
 
Mysql database reinitialized
 
Converting data from tagged pgfiles into mysql.
 
$
 
</pre>
 
   
<dt>Contributing to the NPL
 
  +
cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/dartmouth co dartmouth_problib
<dd>
 
If you have written new problems, you might like to contribute contribute them to the NPL so others can benefit from them as well.
 
<ul>
 
<li>[[Tagging Problems]]
 
<li>[[How to Submit Problems to the NPL]]
 
</ul>
 
   
</dl>
 
  +
=== Detroit County Day School Math Problem Library (High School) ===
   
=File Based Problem Libraries=
 
  +
These high school and pre-calculus level problems were written by Mark Schmidt at Detroit Country Day School. Send corrections to <code>gage at math.rochester.edu</code> or to <code>M.Schmitt at dcds.edu</code>. ([http://cvs.webwork.rochester.edu/viewcvs.cgi/dcds_problib/?cvsroot=Detroit+County+Day+School CVS])
These libraries consist of a directory tree organized roughly by the chapters of
 
a canonical calculus book (or in some cases a canonical text for another subject).
 
There is no database index of tagged meta-data.
 
   
It is envisioned that the material in these libraries will eventually be given meta-data,checked for errors and duplicates and folded into the NPL.
 
  +
'''''To check out this library:'''''
   
The CVS links allow you to inspect the question collections from the web.
 
  +
cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/dcds co dcds_problib
   
See [[ CvsProblemLibraryInstructions]] for instructions on downloading the contents of these libraries via CVS.
 
  +
=== Indiana University Math Problem Library ===
 
<dl>
 
<dt>Arizona State University Math Problem Library ([http://cvs.webwork.rochester.edu/viewcvs.cgi/asu_problib/?cvsroot=Arizona+State+University CVS ] )
 
<dd>
 
   
This problem library is now empty. All of the problems have been moved into the National Problem Library.
 
  +
No description. ([http://cvs.webwork.rochester.edu/viewcvs.cgi/indiana_problib/?cvsroot=Indiana+University CVS])
   
<dt>The College of New Jersey Math Problem Library ([http://cvs.webwork.rochester.edu/viewcvs.cgi/tcnj_problib/?cvsroot=The+College+of+New+Jersey CVS] )
 
  +
<div style="color:red; font-weight:bold">This problem library is now a subsection of the Open Problem Library (OPL). You can search its directories using the "OPL directory" button on the Library Browser </div>
   
<dd>
 
  +
'''''To check out this library:'''''
<i>Command line command for cvs checkout: </i><code>cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/tcnj co tcnj_problib</code>
 
   
The College of New Jersey (TCNJ) makes a large number of linear algebra
 
  +
cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/indiana co indiana_problib
problems available in this collection. Please send links of any problems that don't
 
work to Tom Hagedorn (hagedorn@tcnj.edu.
 
   
<dt>Dartmouth College Library [http://cvs.webwork.rochester.edu/viewcvs.cgi/dartmouth_problib/?cvsroot=Dartmouth+College CVS] )
 
  +
=== Northern Arizona University Library ===
<dd>
 
<i>Command line command for cvs checkout: </i><code>cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/dartmouth co dartmouth_problib</code>
 
   
This library has problems compatible with the Marsden and Tromba multi-dimensional
 
  +
The Northern Arizona University Library has new problems for graph theory, statistics and pre-calculus. The <code>setExamples</code> set cleans up some of the problems
calculus book. It also has problems compatible with the later chapters in Stewart's
 
  +
in the Rochester Library's <code>setMAAtutorial</code> set and adds several more.
calculus book.http://cvs.webwork.rochester.edu/viewcvs.cgi/dartmouth_problib/?cvsroot=Dartmouth+College
+
Send corrections to <code>Nandor.Sieben at nau.edu</code>. ([http://cvs.webwork.rochester.edu/viewcvs.cgi/nau_problib/?cvsroot=Northern+Arizona+University CVS])
   
<dt>Detroit County Day School Math Problem Library (High School) ([http://cvs.webwork.rochester.edu/viewcvs.cgi/dcds_problib/?cvsroot=Detroit+County+Day+School CVS] )
 
  +
'''''To check out this library:'''''
<dd>
 
<i>Command line command for cvs checkout: </i><code>cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/dcds co dcds_problib</code>
 
   
These high school and pre-calculus level problems were written by
 
  +
cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/nau co nau_problib
Mark Schmidt at Detroit Country Day School. Send corrections to
 
gage at math.rochester.edu or to M. Schmitt at dcds.edu
 
   
<dt> Freeman: Problems inspired by Raguski Calculus book (CVS )
 
  +
=== Union College Math Problem Library ===
<dd>
 
   
<dt>Indiana University Math Problem Library ([http://cvs.webwork.rochester.edu/viewcvs.cgi/indiana_problib/?cvsroot=Indiana+University CVS] )
 
  +
The Union College Math Problem Library should now be fully functional. A few of the problems may not work as advertised, since they may have trouble finding the links to auxiliary materials, such as external graphs.
<dd>
 
<i>Command line command for cvs checkout: </i><code>cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/indiana co indiana_problib</code>
 
   
<dt>Northern Arizona University Library ([http://cvs.webwork.rochester.edu/viewcvs.cgi/nau_problib/?cvsroot=Northern+Arizona+University CVS] )
 
  +
Davide Cervone and Kathryn Leash are principally responsible for designing these problems. The level set and 3d problems are particularly nice!!
<dd>
 
<i>Command line command for cvs checkout: </i><code>cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/nau co nau_problib</code>
 
   
The Northern Arizona University Library has new problems for graph theory,
 
  +
Please send links of any problems that don't work to <code>gage at math.rochester.edu</code> or <code>dpvc at union.edu</code> or, better yet, enter them into the WeBWorK bugzilla via the "report problem bugs" on the PG editor page. ([http://cvs.webwork.rochester.edu/viewcvs.cgi/union_problib/?cvsroot=Union+College CVS])
for statistics and for pre-calculus. The setExamples cleans up some of the problems
 
in Rochester Library's setMAAtutorial and adds several more.
 
Send corrections to Nandor.Sieben@NAU.EDU.
 
   
<dt>Union College Math Problem Library ([http://cvs.webwork.rochester.edu/viewcvs.cgi/union_problib/?cvsroot=Union+College CVS] )
 
  +
'''''To check out this library:'''''
   
<dd>
 
  +
cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/union co union_problib
<i>Command line command for cvs checkout: </i><code>cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/union co union_problib</code>
 
   
The Union College Math Problem Library should now be fully funcitonal.
 
  +
=== UC Santa Barbara and Brooks/Cole ===
A few of the problems may not work as advertised, since they may
 
have trouble finding the links to auxiliary materials, such as external graphs.
 
   
Davide Cervones and Kathryn Leash are principally responsible for designing these problems.
 
  +
Problems inspired by Stewart's Calculus book. ([http://cvs.webwork.rochester.edu/viewcvs.cgi/ucsb_problib/?cvsroot=UC+Santa+Barbara CVS])
The level set and 3d problems are particularly nice!!
 
   
Please send links of any problems that don't work to gage at math.rochester.edu or dpvc at union.edu or even better
 
  +
'''''To check out this library:'''''
enter them into bugzilla via the "report problem bugs" on the PG editor page.
 
   
<dt> UC Santa Barbara and Brooks/Cole: Problems inspired by Stewart's Calculus book ([http://cvs.webwork.rochester.edu/viewcvs.cgi/ucsb_problib/?cvsroot=UC+Santa+Barbara CVS] )
 
  +
cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/ucsb co ucsb_problib
<dd><i>Command line command for cvs checkout: </i><code>cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/ucsb co ucsb_problib</code>
 
   
<dt>University of Georgia Math Problem Library ([http://cvs.webwork.rochester.edu/viewcvs.cgi/uga_problib/?cvsroot=University+of+Georgia CVS] )
+
=== University of Georgia Math Problem Library ===
<dd>
 
<i>Command line command for cvs checkout: </i><code>cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/uga co uga_problib</code>
 
   
<dt>University of Michigan Math Problem Library ([http://cvs.webwork.rochester.edu/viewcvs.cgi/umich_problib/?cvsroot=University+of+Michigan CVS])
 
<dd>
 
<i>Command line command for cvs checkout: </i><code>cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/umich co umich_problib</code>
 
 
This library contains problems related to the Hughes-Hallet et.al. Harvard Calculus text.
 
Send corrections to Gavin Larose (glarose at umich.edu) or even better enter
 
them into bugzilla via the "report problem bugs" on the PG editor page.
 
 
WeBWorK mathematics homework problems created at the University of
 
WeBWorK mathematics homework problems created at the University of
Georgia. Send corrections to Ted Ashton (ashted at math.uga.edu) or even better
+
Georgia. Send corrections to Ted Ashton (ashted at math.uga.edu) or, even better,
enter them into bugzilla via the "report problem bugs" on the PG editor page.
+
enter them into bugzilla via the "report problem bugs" on the PG editor page. ([http://cvs.webwork.rochester.edu/viewcvs.cgi/uga_problib/?cvsroot=University+of+Georgia CVS])
   
<dt>University of Rochester Math Problem Library ([http://cvs.webwork.rochester.edu/viewcvs.cgi/rochester_problib/?cvsroot=UR+Problem+Library CVS] )
 
  +
'''''To check out this library:'''''
<dd>
 
<i>Command line command for cvs checkout: </i><code>cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/rochester co rochester_problib</code>
 
   
The Rochester Math Problem Library should now be fully funcitonal.
 
  +
cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/uga co uga_problib
A few of the problems may not work as advertised, since they may
 
have trouble finding the links to auxiliary materials, such as external graphs.
 
Please send links of any problems that don't work to gage at math.rochester.edu
 
or even better enter them into bugzilla via the "report problem bugs" on the PG editor page.
 
   
The Rochester library includes many problems prepared by Zbigniew Fiedorowicz at Ohio State University as well as a large number of problems prepared by Jun Wang at Alabama State University
 
  +
=== University of Michigan Math Problem Library ===
   
<dt>University of Rochester Physics Problem Library ([http://cvs.webwork.rochester.edu/viewcvs.cgi/rochester_physics_problib/?cvsroot=UR+Problem+Library CVS] )
 
  +
This library contains problems related to the Hughes-Hallet et.al. Harvard Calculus text. Send corrections to Gavin LaRose, <code>glarose at umich.edu</code>, or even better, enter them into the WeBWorK bugzilla via the "report problem bugs" on the PG editor page. ([http://cvs.webwork.rochester.edu/viewcvs.cgi/umich_problib/?cvsroot=University+of+Michigan CVS])
<dd>
 
<i>Command line command for cvs checkout: </i><code>cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/rochester co rochester_physics_problib</code>
 
   
These physics problems were originally written in CAPA and mechanically
 
  +
<div style="color:red; font-weight:bold">The bulk of this problem library is now a subsection of the Open Problem Library (OPL). You can search its directories using the "OPL directory" button on the Library Browser </div>
translated into the PG language. Thanks to help from Frank Wolfs the
 
.eps file pictures now display properly.
 
   
<dt>University of Rochester Grade 8 Math Problems ([http://cvs.webwork.rochester.edu/viewcvs.cgi/rochester_grade8problems/?cvsroot=UR+Problem+Library CVS] )
 
  +
Note, however, that in the file-based library, there are also files for the University of Michigan Gateway Tests, which are not currently incorporated into the OPL.
<dd>
 
  +
<i>Command line command for cvs checkout: </i><code>cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/rochester co rochester_grade8problems</code>
 
  +
'''''To check out this library:'''''
  +
  +
cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/umich co umich_problib
  +
  +
=== University of Rochester Math Problem Library ===
  +
  +
The Rochester Math Problem Library should now be fully functional. A few of the problems may not work as advertised, since they may have trouble finding the links to auxiliary materials, such as external graphs. Please send links of any problems that don't work to <code>gage at math.rochester.edu</code> or even better enter them into the WeBWorK bugzilla via the "report problem bugs" on the PG editor page. ([http://cvs.webwork.rochester.edu/viewcvs.cgi/rochester_problib/?cvsroot=UR+Problem+Library CVS])
  +
  +
The Rochester library includes many problems prepared by Zbigniew Fiedorowicz at Ohio State University as well as a large number of problems prepared by Jun Wang at Alabama State University
  +
  +
<div style="color:red; font-weight:bold">This problem library is now a subsection of the Open Problem Library. (OPL). You can search its directories using the "OPL directory" button on the Library Browser </div>
  +
  +
'''''To check out this library:'''''
  +
  +
cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/rochester co rochester_problib
  +
  +
=== University of Rochester Physics Problem Library ===
  +
  +
These physics problems were originally written in CAPA and mechanically translated into the PG language. Thanks to help from Frank Wolfs, the .eps file pictures now display properly. ([http://cvs.webwork.rochester.edu/viewcvs.cgi/rochester_physics_problib/?cvsroot=UR+Problem+Library CVS])
  +
  +
'''''To check out this library:'''''
  +
  +
cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/rochester co rochester_physics_problib
  +
  +
=== University of Rochester Grade 8 Math Problems ===
   
 
These problems, written largly by Tori Sweetser, contain material at the level of
 
These problems, written largly by Tori Sweetser, contain material at the level of
the New York State 8th grade exams.
 
  +
the New York State 8th grade exams. Many of these problems are written using the multiple choice and matching tools. Send corrections to <code>gage at math.rochester.edu</code>. ([http://cvs.webwork.rochester.edu/viewcvs.cgi/rochester_grade8problems/?cvsroot=UR+Problem+Library CVS])
  +
  +
'''''To check out this library:'''''
  +
  +
cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/rochester co rochester_grade8problems
  +
  +
  +
=== Loyola University of Chicago Precalculus problems ===
  +
  +
'''''To check out this library:'''''
   
Many of these problems are written using the multiple choice and
 
  +
cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/loyola_chicago loyola_chicago_problib
matching tools. Send corrections to gage@math.rochester.edu
 
   
</dl>
 
  +
== See also ==
------
 
   
You can find tarballs of these library problems at http://webhost.math.rochester.edu/webworkdocs/librarytarballsLibrary
 
  +
* [[What to do if you find a bug in a problem]]
   
=Additonal Problem Library Information =
 
  +
[[Category:Problem Libraries]]

Latest revision as of 20:20, 23 June 2014




Open Problem Library (OPL)

The Open Problem Library contains problems from several of the File-Based Problem Libraries, including all of the problems from the Arizona State, Rochester, California State-Long Beach, University of Virginia, and the Utah libraries. It also contains most, if not all, of the problems from Union College, The College of New Jersey, Dartmouth, Ohio State, Northern Arizona University, and Indiana University.

In addition to merging these problem collections into a single collection, WeBWorK provides a different interface to these problems. Problems in the OPL are marked internally with metadata, so instructors can search for problems on the basis of this data. This mechanism is built into WeBWorK's library browser. In particular, one can search hierarchically by course, chapter, or section. To a limited extent, problems have been indexed against textbook sections; therefore, instructors can also search for problems on that basis. WeBWorK stores this information in a database, so part of the installation involves loading metadata into the database.

For more information on downloading, installing, browsing and contributing to the OPL,

See: Open Problem Library

The remainder of this article is out of date

It is retained for historical purposes only.

This article has been retained as a historical document. It is not up-to-date and the formatting may be lacking. Use the information herein with caution.

File Based Problem Libraries

These libraries consist of a directory tree organized roughly by the chapters of a canonical calculus book (or in some cases a canonical text for another subject). There is no database index of tagged metadata. One should regard the material in these libraries as legacy material since we are in the process of adding metadata (tagging the problem), checking the problems for errors and duplicates, and folding them into the OPL.

No new problems should be added to the file-based libraries; they should instead be added to the Open Problem Library (OPL)

Arizona State University Math Problem Library

This problem library is now empty. All of the problems have been moved into the Open Problem Library.

The College of New Jersey Math Problem Library

The College of New Jersey (TCNJ) makes a large number of linear algebra problems available in this collection. Please send links of any problems that do not work to Tom Hagedorn, hagedorn at tcnj.edu.

This problem library is now a subsection of the Open Problem Library. (OPL). You can search its directories using the "OPL directory" button on the Library Browser

(CVS)

To check out this library:

cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/tcnj co tcnj_problib

Dartmouth College Library

This library has problems compatible with the Marsden and Tromba multi-dimensional calculus book. It also has problems compatible with the later chapters in Stewart's calculus book. (CVS)

This problem library is now a subsection of the Open Problem Library (OPL). You can search its directories using the "OPL directory" button on the Library Browser

To check out this library:

cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/dartmouth co dartmouth_problib

Detroit County Day School Math Problem Library (High School)

These high school and pre-calculus level problems were written by Mark Schmidt at Detroit Country Day School. Send corrections to gage at math.rochester.edu or to M.Schmitt at dcds.edu. (CVS)

To check out this library:

cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/dcds co dcds_problib

Indiana University Math Problem Library

No description. (CVS)

This problem library is now a subsection of the Open Problem Library (OPL). You can search its directories using the "OPL directory" button on the Library Browser

To check out this library:

cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/indiana co indiana_problib

Northern Arizona University Library

The Northern Arizona University Library has new problems for graph theory, statistics and pre-calculus. The setExamples set cleans up some of the problems in the Rochester Library's setMAAtutorial set and adds several more. Send corrections to Nandor.Sieben at nau.edu. (CVS)

To check out this library:

cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/nau co nau_problib

Union College Math Problem Library

The Union College Math Problem Library should now be fully functional. A few of the problems may not work as advertised, since they may have trouble finding the links to auxiliary materials, such as external graphs.

Davide Cervone and Kathryn Leash are principally responsible for designing these problems. The level set and 3d problems are particularly nice!!

Please send links of any problems that don't work to gage at math.rochester.edu or dpvc at union.edu or, better yet, enter them into the WeBWorK bugzilla via the "report problem bugs" on the PG editor page. (CVS)

To check out this library:

cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/union co union_problib

UC Santa Barbara and Brooks/Cole

Problems inspired by Stewart's Calculus book. (CVS)

To check out this library:

cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/ucsb co ucsb_problib

University of Georgia Math Problem Library

WeBWorK mathematics homework problems created at the University of Georgia. Send corrections to Ted Ashton (ashted at math.uga.edu) or, even better, enter them into bugzilla via the "report problem bugs" on the PG editor page. (CVS)

To check out this library:

cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/uga co uga_problib

University of Michigan Math Problem Library

This library contains problems related to the Hughes-Hallet et.al. Harvard Calculus text. Send corrections to Gavin LaRose, glarose at umich.edu, or even better, enter them into the WeBWorK bugzilla via the "report problem bugs" on the PG editor page. (CVS)

The bulk of this problem library is now a subsection of the Open Problem Library (OPL). You can search its directories using the "OPL directory" button on the Library Browser

Note, however, that in the file-based library, there are also files for the University of Michigan Gateway Tests, which are not currently incorporated into the OPL.

To check out this library:

cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/umich co umich_problib

University of Rochester Math Problem Library

The Rochester Math Problem Library should now be fully functional. A few of the problems may not work as advertised, since they may have trouble finding the links to auxiliary materials, such as external graphs. Please send links of any problems that don't work to gage at math.rochester.edu or even better enter them into the WeBWorK bugzilla via the "report problem bugs" on the PG editor page. (CVS)

The Rochester library includes many problems prepared by Zbigniew Fiedorowicz at Ohio State University as well as a large number of problems prepared by Jun Wang at Alabama State University

This problem library is now a subsection of the Open Problem Library. (OPL). You can search its directories using the "OPL directory" button on the Library Browser

To check out this library:

cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/rochester co rochester_problib

University of Rochester Physics Problem Library

These physics problems were originally written in CAPA and mechanically translated into the PG language. Thanks to help from Frank Wolfs, the .eps file pictures now display properly. (CVS)

To check out this library:

cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/rochester co rochester_physics_problib

University of Rochester Grade 8 Math Problems

These problems, written largly by Tori Sweetser, contain material at the level of the New York State 8th grade exams. Many of these problems are written using the multiple choice and matching tools. Send corrections to gage at math.rochester.edu. (CVS)

To check out this library:

cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/rochester co rochester_grade8problems


Loyola University of Chicago Precalculus problems

To check out this library:

 cvs -d :pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/loyola_chicago loyola_chicago_problib

See also