To start, we will describe the process for someone who is able to type in Unix commands to a terminal window on FYM. As time goes by, we should be able to refine the process so that it is simpler.
There are three parts to creating a new problem set:
cd
command. Where this is located will vary, but
the WeBWork guru can set up your account so that it is something
like:
cd webwork/mat117
to get to the right place for 117.
cp set0.def setTrig.def
mkdir setTrig
setTrig.def
, so
that all of the problem files are to be found in setTrig
instead of set0.
setTrig
:
cp set0/* setTrig
This part is covered on a different web page.
Login to WeBWork for the course you are working on. From the Professor's page, go to "Build Problem Set Page" (it is the 4th area on the Professor's page). WeBWork uses the term "building" problem sets to mean activating them for students. Really, this is creating space in its scoring database for the student's scores and responses to the problems. The problems then become available when we reach the start day/time as specified in the set definition file for this problem set. Note, for the students to be able to do problems, you need to both build the problem set and hit the start time.
Note, for the same page where you build problem sets, you can edit the set definition file. That file specifies
The work represented here was produced with partial support from a grant by the National Science Foundation (DUE-0125369).