[system] / branches / rel-2-3-dev / webwork-modperl / lib / WeBWorK / ContentGenerator / Instructor / AddUsers.pm Repository:
ViewVC logotype

Log of /branches/rel-2-3-dev/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm

Parent Directory Parent Directory


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

Revision 4396 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 24 21:07:52 2006 UTC (6 years, 9 months ago) by
File length: 7678 byte(s)
Diff to previous 4234
This commit was manufactured by cvs2svn to create branch 'rel-2-3-dev'.

Revision 4234 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 12 01:19:15 2006 UTC (6 years, 11 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm
File length: 7678 byte(s)
Diff to previous 4202
Mostly replace use CGI; with use WeBWorK::CGI

Files with additional changes to CGI calls are
SendMail, SetMaker PGProblemEditor Instructor::Index and FileManager

Revision 4202 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 8 14:07:35 2006 UTC (6 years, 11 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm
File length: 7654 byte(s)
Diff to previous 3973
Try using the -nosticky pragma to see if this fixes the problem.

Revision 3973 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 25 23:13:56 2006 UTC (7 years, 4 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm
File length: 7644 byte(s)
Diff to previous 3692
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 3692 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 8 22:02:39 2005 UTC (7 years, 8 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm
File length: 7644 byte(s)
Diff to previous 3690
fixed typo.

Revision 3690 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 8 21:55:41 2005 UTC (7 years, 8 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm
File length: 7644 byte(s)
Diff to previous 3377
modify usage of user status to take advantage of new status system. the
most extensive change is in UserList, where the names of statuses are
now shown in the status column along with the abbreviation that's
actually set in the database, and the edit popup shows the actual names
that are defined in global.conf.

Revision 3377 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 14 13:15:27 2005 UTC (7 years, 11 months ago) by glarose
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm
File length: 7593 byte(s)
Diff to previous 3129
Preliminary commit of changes to add Gateway module.
This adds to WeBWorK
 - the ability to create versioned, timed problem sets ("gateway tests")
   for which all problems are displayed on a single page ("versioned"
   means that students can get multiple versions of the problem set),
 - the ability to create sets that draw problems from groups of
   problems, and
 - the ability to create sets that require a proctor login to start
   and grade.
Sets can be defined as gateway tests or proctored gateway tests from
the ProblemSetDetail page.

Not quite bug-free yet.  Known bugs include handling of problem values
on the Student Progress page (I think this may be a problem with
changing from sql database format where all entries were 'text' to
sql_single in ver 2.1, where they are integer), and a division by zero
error on the grades page (which may be the same problem).

Tests with a number of attempts per version greater than one haven't
been carefully tested, nor has scoring of gateway tests.

Revision 3129 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 29 01:29:41 2005 UTC (8 years, 4 months ago) by jj
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm
File length: 7602 byte(s)
Diff to previous 3049
Removes starting and ending whitespace from most of the form field entries
when adding users.  Some instructors add students by doing copy/paste from
elsewhere.  This frequently picks up whitespace which causes the user id
field to fail in checkKeyFields.

Revision 3049 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 18 22:20:42 2004 UTC (8 years, 6 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm
File length: 7345 byte(s)
Diff to previous 2301
make sure that $r->param("users") is only used in a scalar context.

Revision 2301 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 14 18:04:33 2004 UTC (9 years ago) by toenail
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm
File length: 7369 byte(s)
Diff to previous 2086
added authorization checks

Revision 2086 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 11 20:19:38 2004 UTC (9 years, 1 month ago) by toenail
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm
File length: 7475 byte(s)
Diff to previous 2019
changed addmessage() to replace submitError

Revision 2019 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 6 22:44:14 2004 UTC (9 years, 1 month ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm
File length: 7432 byte(s)
Diff to previous 1945
assign new users their student id as a password

Revision 1945 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 5 03:58:30 2004 UTC (9 years, 2 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm
File length: 7290 byte(s)
Diff to previous 1928
preliminary web-based course creation support

try it -- create a course called "admin" the usual way and then visit it
in your browser.

Revision 1928 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 28 03:25:47 2004 UTC (9 years, 2 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm
File length: 7157 byte(s)
Diff to previous 1915
Cleanup -- moving toward using the Apache:Request object and URLpath.

It remains to use URLpath to construct new paths in these files.

Revision 1915 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 23 01:11:18 2004 UTC (9 years, 2 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm
File length: 7140 byte(s)
Diff to previous 1754
now using new urlpath stuff, etc.

Revision 1754 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 25 19:46:54 2004 UTC (9 years, 4 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm
File length: 7629 byte(s)
Diff to previous 1746
Added ability to change the number of entry rows on the Addusers.pm page.
Minor modification to multiple=> to conform to bbedit's version of correct html

Revision 1746 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 23 23:01:49 2004 UTC (9 years, 4 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm
File length: 7485 byte(s)
Diff to previous 1743
Only collect nonempty user IDs for assigning. Closes bug #373

Revision 1743 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 23 21:04:05 2004 UTC (9 years, 4 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm
File length: 7483 byte(s)
Diff to previous 1713
added the option to assign sets to newly-created users.

Revision 1713 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 16 00:42:38 2004 UTC (9 years, 5 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm
File length: 6475 byte(s)
Diff to previous 1712
Added some cosmetic tweaks to these pages.

Revision 1712 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 15 22:45:34 2004 UTC (9 years, 5 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm
File length: 6340 byte(s)
Diff to previous 1711
Added warnings to Assigner so that folks don't unassign students
by accident.

You can now select the number of users you would like to add.

You still cannot immediately assign sets to students, but there
is written warning about this.

Revision 1711 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 15 19:42:44 2004 UTC (9 years, 5 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm
File length: 5969 byte(s)
Diff to previous 1667
Add users will now handle 5 users at once.

Add a device for allowing this number to change.

The userlist pop-down now defaults to add users with matching ids.

--Mike

Revision 1667 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 12 02:24:30 2003 UTC (9 years, 6 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm
File length: 6106 byte(s)
Diff to previous 1663
As best I can determine all "get" commands to the database are now
checked and appropriate action (usually "die") is taken if no
object is returned.

One exception.  The multiple "gets"  such as getGlobalSets(@setNames)
are not checked -- if a given setName is not found is an empty object
returned? in the list or is nothing returned?

--Mike

Revision 1663 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 9 01:12:32 2003 UTC (9 years, 6 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm
File length: 5990 byte(s)
Diff to previous 1577
Normalized headers. All files now contain the text below as a header.
This is important since all files now (a) use the full name of the
package, (b) assign copyright to "The WeBWorK Project", (c) give the
full path of the file (relative to CVSROOT) instead of simply the file
name, and (d) include license and warranty information.

Here is the new header:

################################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2003 The WeBWorK Projcct, http://openwebwork.sf.net/
# $CVSHeader$
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of either: (a) the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any later
# version, or (b) the "Artistic License" which comes with this package.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE.  See either the GNU General Public License or the
# Artistic License for more details.
################################################################################

Revision 1577 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sun Oct 12 04:03:08 2003 UTC (9 years, 8 months ago) by gage
Original Path: trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/AddUsers.pm
File length: 5333 byte(s)
The beginnings of a module that will allow you to add new users
efficiently.  For now it is just a copy of the old index page,
including links to the webwork 1.9 tools
-- Mike

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