Log of /trunk/webwork2/lib/WeBWorK/ContentGenerator/Instructor/ProblemSetList.pm
Parent Directory
Revision
3530 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 15 22:38:56 2005 UTC (7 years, 9 months ago) by
apizer
File length: 60007 byte(s)
Diff to
previous 3485
Remove the no longer valid message:
This may take a long time. Even if your browser times
out, all the files will be exported
Revision
3485 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 12 02:47:30 2005 UTC (7 years, 9 months ago) by
sh002i
File length: 60100 byte(s)
Diff to
previous 3377
added HiRes timing data to WeBWorK::Debug, removed WeBWorK::Timing. all
existing calls to the WeBWorK::Timing methods now pass the same messages
to debug().
added an option to WeBWorK::Debug to allow only certain subroutines to
log debug messages, in addition to the existing option to bar certain
subroutines from doing so.
Revision
3377 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 14 13:15:27 2005 UTC (7 years, 10 months ago) by
glarose
File length: 60221 byte(s)
Diff to
previous 3357
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
3251 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 1 17:22:23 2005 UTC (7 years, 11 months ago) by
apizer
File length: 57205 byte(s)
Diff to
previous 3247
Add the line
Any changes made below will be reflected in the set for ALL students.
to the top of the Hmwk Set Editor page
Arnie
Revision
3247 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue May 31 19:53:44 2005 UTC (7 years, 11 months ago) by
jj
File length: 57095 byte(s)
Diff to
previous 3200
Allow periods in set names. This has been tested for a while without
ill effects. Such sets already exist - they can be created
in the Library Browser, but when they were exported, they could not be
re-imported.
Revision
3160 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 13 17:50:55 2005 UTC (8 years, 3 months ago) by
gage
File length: 57093 byte(s)
Diff to
previous 2947
Initialize dates to be now+ one week for the open date and
now + two weeks for the due and answer dates. This makes
it less likely that the date will be undefined.
Revision
2894 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 11 19:37:42 2004 UTC (8 years, 7 months ago) by
gage
File length: 56328 byte(s)
Diff to
previous 2854
Changed error reporting when there is an error in date/time. This
specifies what the subroutine thinks date and time are, making it
easier to discover the error in the format of the input
I also removed a line which tried to remove the "at" from a format --
such hehelpfuness being unappreciated by the unformatDateTime
subroutine.
Revision
2846 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 29 16:23:58 2004 UTC (8 years, 7 months ago) by
apizer
File length: 56252 byte(s)
Diff to
previous 2840
On the edit set list view, make the set_id a link so that users can see
where to edit all set data, e.g. the header file info.
Arnie
Revision
2810 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 21 20:08:51 2004 UTC (8 years, 8 months ago) by
toenail
File length: 55833 byte(s)
Diff to
previous 2778
Added ability to duplicate a set.
Removed header files, now viewable/editable from ProblemSetEditor
Changed links to ProblemSetDetail
Lists skipped sets when importing.
Revision
2755 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 10 02:35:19 2004 UTC (8 years, 8 months ago) by
sh002i
File length: 53293 byte(s)
Diff to
previous 2703
replaced hand-rolled header listing code with calls to
listFilesRecursive(). Libraries defined in $courseFiles{problibs} will
not be scanned, cutting down on time to list. Closes bug #623.
Revision
2703 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 30 19:32:57 2004 UTC (8 years, 8 months ago) by
toenail
File length: 53415 byte(s)
Diff to
previous 2450
fixed bad logic that caused problems if user selected
"import multiple sets" but then chose only one set
(in this case handler erroneously expected a filename)
also tweaked sorting by name to be properly alphanumeric
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: 53185 byte(s)
Diff to
previous 2352
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
2351 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 18 20:48:46 2004 UTC (8 years, 11 months ago) by
toenail
File length: 53030 byte(s)
Diff to
previous 2321
added export functionality with new export mode
redid permissions checks with hash
took out links for users that don't have permissions to view the linked pages
Revision
2321 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 16 01:27:07 2004 UTC (8 years, 11 months ago) by
gage
File length: 52170 byte(s)
Diff to
previous 2308
Added hack for allowing exporting of set definition files.
If there is a conflict the earlier files are backed up. So set 0 is
always exported to set0.def and a previous set0.def file moves to
set0.def.bak. There is only one backup.
The messages need work and the utilities, particularly saveProblem should be
moved to the Utils files.
--Mike
Revision
1928 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 28 03:25:47 2004 UTC (9 years, 1 month ago) by
gage
File length: 20334 byte(s)
Diff to
previous 1843
Cleanup -- moving toward using the Apache:Request object and URLpath.
It remains to use URLpath to construct new paths in these files.
Revision
1843 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 5 05:01:37 2004 UTC (9 years, 2 months ago) by
gage
File length: 20553 byte(s)
Diff to
previous 1804
Some cosmetic changes in the table
Added a safety switch for deleting sets.
Added a call to Compatibility::update_global_user to fill in
global_user records if no globa_user has yet been assigned.
Revision
1726 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Jan 19 04:26:45 2004 UTC (9 years, 4 months ago) by
gage
File length: 16543 byte(s)
Diff to
previous 1723
Modified the reading of set definition files
slightly to deal with the case where
some values haven't been defined.
--Mike
Revision
1723 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Jan 18 00:12:30 2004 UTC (9 years, 4 months ago) by
gage
File length: 16300 byte(s)
Diff to
previous 1702
Placed the link to subpages back on top of the quick link tools, at least for now.
The quick link tools need to be presented better.
-- Mike
Revision
1681 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 18 23:15:34 2003 UTC (9 years, 5 months ago) by
sh002i
File length: 15530 byte(s)
Diff to
previous 1667
- Assigner and SetsAssignedToUser now refuse to unassign sets from the
GlobalTableEmulator's "global user". Closes bug #283.
- New "unassign from all users" button in Assigner.
- Cosmetic changes to path() and title() in several modules.
Revision
1667 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Dec 12 02:24:30 2003 UTC (9 years, 5 months ago) by
gage
File length: 15538 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, 5 months ago) by
sh002i
File length: 15415 byte(s)
Diff to
previous 1661
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
1661 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 8 23:07:46 2003 UTC (9 years, 5 months ago) by
sh002i
File length: 14539 byte(s)
Diff to
previous 1660
Implemented a schema-level "count" function in the WW1Hash schema.
Added countSetUsers and countProblemUsers to DB.
Replaced SCALAR calls to listSetUsers with calls to countSetUsers.
Update Schema documentation.
The immediate advantage of this is to make ProblemSetList MUCH faster.
Revision
1017 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 4 23:47:35 2003 UTC (9 years, 11 months ago) by
malsyned
File length: 5245 byte(s)
Diff to
previous 1015
Instructor pages now only let instructors view and edit the database.
phew.
NOTE that there are new directives in global.conf.dist. You won't be
able to use the professor pages until you've made that change.
Also, I added new template escapes and updated the barebones and ur
templates.
-Dennis
Revision
1015 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 4 20:19:27 2003 UTC (9 years, 11 months ago) by
malsyned
File length: 4899 byte(s)
Diff to
previous 1005
The UserList module now has a single button, "Assign to all users", that
does what it says it does. This should allow people to create new
problems and problem sets and edit them without ever needing the old
system, assuming that they are importing an existing course into
webwork2.
-Dennis
Revision
1005 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 4 00:34:56 2003 UTC (9 years, 11 months ago) by
malsyned
File length: 4898 byte(s)
Diff to
previous 995
I split the instructor's Problem List editor off into a seperate page,
and added links to that page from a few others.
-Dennis
Revision
978 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 2 22:07:05 2003 UTC (9 years, 11 months ago) by
malsyned
File length: 5158 byte(s)
Diff to
previous 977
There's no longer a seperate "Add Set" content generator. That form is
now right on the problem set list.
-Dennis
Revision
952 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri May 30 18:09:13 2003 UTC (9 years, 11 months ago) by
malsyned
File length: 4350 byte(s)
Diff to
previous 951
Fixed a showstopping compile but that accidentally got into the last
commit. and consolidated some code.
-Dennis
Revision
935 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed May 28 21:28:08 2003 UTC (9 years, 11 months ago) by
malsyned
File length: 4416 byte(s)
Diff to
previous 930
A start on the final version of the problem set editor. The code from
the previous version is still in the file as mike_body, becuase it will
be added in (with modifications) as the file progresses.
-Dennis
Revision
924 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed May 28 01:38:55 2003 UTC (9 years, 11 months ago) by
malsyned
File length: 4473 byte(s)
Diff to
previous 883
Added a helpful comment to Authz
Fixed bug #15 in hardcopy
Gave ProblemSetList the proper db calls, now that SQL databases are
working.
-Dennis
Revision
877 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed May 21 21:37:33 2003 UTC (10 years ago) by
malsyned
File length: 2748 byte(s)
Diff to
previous 859
The problem set list has it's basic functionality working. It still
needs a lot of work, but it's usable as a gateway to the problem editor.
-Dennis
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.