Insructor Tasks


The document A day in the life of a Webwork Professor available at Rochester Webwork contains most of the information you need. I've included a bit of the details below for things I have found for our system at Washington University.

Do as much as you want

You can take control of the course as much or as little as you want. There are things that might be intimidating at first that I am happy to do (such as shell access and construction of problem sets).

There are also some things that you will want to take care of yourself (such as being able to access student information).

In any case, you should be somewhat aware of what goes on "behind the scenes."


Working From the Web

The majority of your work can be done from the web. Among the options on the "Professor's Page" are the following:

Working From the Shell

I am comfortable working with a Unix shell, but that doesn't mean everyone is. Unfortunately, there are a handful of tasks that seem to require using a Unix shell and perhaps the most obvious one is building problem sets.

But, if you are not going to build your own problem sets (and I assume you will not be doing this), then you should be able to get by without any shell access at all.

As a Webwork instructor, you should have shell access to the webwork server: webwork.wustl.edu. To access the server, you will need to know your login and password. (should be the same login that you have for dax). To login, you will need a ssh implementation (such as PuTTY).

To use the shell, you will need to know the name of your course (which should be on the URL when your course is accessed over the web). In addition, you will need to know a few directories:

  1. Your course directory:
    /usr/local/webwork/courses/your_course_name_here/
  2. Your problem set directory:
    /usr/local/webwork/courses/your_course_name_here/templates/
  3. The bank of existing problems are here:
    /usr/local/webwork/templates

Building Problem Sets - Easy Method

There are several choices here:


Building Problem Sets - More Difficult Method


Scoring Problem Sets

This is an option on the professor's page and I believe this is best done at the end of the course. We can disuss this if you are interested.


Editing Class Rolls

This can be done on the professor page in Webwork.


Answering Email

Email is a very important part of WeBWorK -- student's emails should be answered in a quick and timely manner.