[system] / trunk / webwork-modperl / lib / WeBWorK / Utils / Tasks.pm Repository:
ViewVC logotype

Log of /trunk/webwork-modperl/lib/WeBWorK/Utils/Tasks.pm

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 6149 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 17 15:53:19 2009 UTC (3 years, 7 months ago) by apizer
File length: 7730 byte(s)
Diff to previous 5778
Implement a Reduced Scoring Period. The Reduced Scoring Period is a period before the due date during which all additional work done by the student counts at a reduced rate.

Revision 5778 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 25 14:41:40 2008 UTC (4 years, 11 months ago) by glarose
File length: 7704 byte(s)
Diff to previous 5651
Utils::Tasks: add fake_set_version for previewing gateway assignments.

Revision 5651 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 29 19:28:58 2008 UTC (5 years ago) by sh002i
File length: 7133 byte(s)
Diff to previous 5561
added fake_user, cleaned up formatting, expanded functionality of
renderProblems

Revision 5561 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 15 15:55:16 2007 UTC (5 years, 7 months ago) by sh002i
File length: 5417 byte(s)
Diff to previous 5319
support hints and solutions in the library browser

Revision 5319 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 13 22:59:59 2007 UTC (5 years, 9 months ago) by sh002i
File length: 5305 byte(s)
Diff to previous 3973
updated copyright dates

Revision 3973 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 25 23:13:56 2006 UTC (7 years, 3 months ago) by sh002i
File length: 5305 byte(s)
Diff to previous 3552
forward-port from rel-2-2-dev: (update copyright date range -- 2000-2006.
this is probably overkill, since there are some files that were created
after 2000 and some files that were last modified before 2006.)

Revision 3552 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 23 22:53:25 2005 UTC (7 years, 9 months ago) by jj
File length: 5305 byte(s)
Diff to previous 2955
Allow snippets of html (or Tex) to be specified in global.conf to be inserted right before/after the body of a problem.  A commented out example which produces boxed problem in HTML is given.  In this approach, the added parts are not used for problems rendered in the Library Browser or Problem Set Detail.

This addresses bug 817.  This solution may not be suitable for inclusion of needed bits for modes such as asciimath or tth because the those bits of html are probably needed for display in the Library Browser.  It is hard to distinguish bits which are always wanted, and those which are only wanted for use by Problem.

To make use of this, you need to update your global.conf, and make the corresponding pg update.

Revision 2955 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 22 22:59:53 2004 UTC (8 years, 7 months ago) by sh002i
File length: 5134 byte(s)
Diff to previous 2450
POD fixes

Revision 2450 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 7 14:37:32 2004 UTC (8 years, 10 months ago) by gage
File length: 5121 byte(s)
Diff to previous 2416
Changed the misnamed problem_header to hardcopy_header which is a more accurate
description of the variables use.

Hardcopy.pm now consults hardcopy_header as opposed to set_header

This addresses some of the concerns in bug #556

Revision 2416 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jun 26 16:14:26 2004 UTC (8 years, 11 months ago) by jj
File length: 5120 byte(s)
Diff to previous 2412
Removed short-lived code for putting javascript tags into html page.

Revision 2412 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 25 23:53:23 2004 UTC (8 years, 11 months ago) by jj
File length: 5896 byte(s)
Diff to previous 2235
Added utility function for producing javascript commands for vertical
alignment of dvipng images.

Revision 2235 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 31 16:49:04 2004 UTC (8 years, 11 months ago) by jj
File length: 5120 byte(s)
Diff to previous 2234
Allow optional argument of the set (which better be real).

Revision 2234 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 31 16:35:00 2004 UTC (8 years, 11 months ago) by jj
File length: 5099 byte(s)
Diff to previous 2228
Added support for initial problem number to renderProblems, and better support for controlling the problem seed.

Revision 2228 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 30 02:35:06 2004 UTC (8 years, 11 months ago) by jj
File length: 5048 byte(s)
Diff to previous 2224
Make the message blank when the user doesn't want problems rendered.  Different modules may want different messages anyway.

Revision 2224 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 28 23:13:14 2004 UTC (8 years, 11 months ago) by jj
File length: 5013 byte(s)
Diff to previous 2129
Changed interface to renderProblems to be key=>value pairs to make it easier to extend options.  New option is displayMode, which is allowed to be 'None' if you don't really want the problems rendered.

Revision 2129 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 18 18:51:05 2004 UTC (9 years ago) by jj
File length: 4692 byte(s)
Diff to previous 2125
Hopefully moved published to the right place.

Revision 2125 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 17 18:57:42 2004 UTC (9 years ago) by jj
File length: 4696 byte(s)
Diff to previous 1988
Set the published field when faking a problem set.

Revision 1988 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sun May 2 19:50:37 2004 UTC (9 years ago) by jj
File length: 4669 byte(s)
Initial import.  Lets you render a problem which is not part of anything.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9