[system] / branches / rel-2-1-a1 / webwork2 / lib / WeBWorK / ContentGenerator / GatewayQuiz.pm Repository:
ViewVC logotype

Log of /branches/rel-2-1-a1/webwork2/lib/WeBWorK/ContentGenerator/GatewayQuiz.pm

Parent Directory Parent Directory


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

Revision 3178 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 18 15:44:00 2005 UTC (8 years, 3 months ago) by glarose
File length: 59510 byte(s)
Diff to previous 3170
Add active javascript timer to gateway quiz module.

Revision 3170 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 15 21:22:26 2005 UTC (8 years, 3 months ago) by glarose
File length: 58909 byte(s)
Diff to previous 2968
major look and feel modification of GatewayQuiz module, to include
jump to scrolling links, preview links for each problem, rearranged
preview and correct answer output.

Revision 2968 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 29 13:43:06 2004 UTC (8 years, 6 months ago) by glarose
File length: 55658 byte(s)
Diff to previous 2951

GatewayQuiz.pm: add show correct answers/hints/solutions checkboxes to
graded gateways.

Revision 2951 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 21 19:54:11 2004 UTC (8 years, 6 months ago) by glarose
File length: 54944 byte(s)
Diff to previous 2917

GatewayQuiz.pm: add missing print CGI::endform()

Revision 2917 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 13 21:46:40 2004 UTC (8 years, 7 months ago) by glarose
File length: 54923 byte(s)
Diff to previous 2869

Add code to require proctor authorization for grading a proctored test,
delete proctor keys after grading or for an invalid set.

Revision 2869 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 8 17:53:28 2004 UTC (8 years, 7 months ago) by glarose
File length: 53663 byte(s)
Diff to previous 2524

GatewayQuiz update and bug fix
updated to use rel 2 Problem.pm code
bug fixes to make version timing and creation work correctly
(or at least closer to correctly than it used to).

Revision 2524 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 16 20:06:03 2004 UTC (8 years, 10 months ago) by glarose
File length: 42913 byte(s)
Diff to previous 2334

Modification to allow GatewayQuiz.pm to also serve as the ContentGenerator
for proctored gateway quizzes.

Revision 2334 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 16 20:09:56 2004 UTC (8 years, 11 months ago) by glarose
File length: 42179 byte(s)
Diff to previous 2294

Rewrote GatewayQuiz.pm to deal with versioned sets.  Still needs to have
things like editor capability added.

Revision 2294 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 11 16:44:39 2004 UTC (8 years, 11 months ago) by
File length: 22520 byte(s)
Diff to previous 1877
This commit was manufactured by cvs2svn to create branch 'rel-2-1-a1'.

Revision 1877 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 11 03:27:11 2004 UTC (9 years, 2 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/GatewayQuiz.pm
File length: 22520 byte(s)
Diff to previous 1841
updated to use the "unified request" object.
this file needs quite a bit of refactoring (along with Problem.pm).

Revision 1841 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 4 21:05:58 2004 UTC (9 years, 2 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/GatewayQuiz.pm
File length: 23119 byte(s)
Diff to previous 1693
changed template escape handler functions to grab data from $r->urlpath
instead of @_ for compatability with dispatch_new.

Revision 1693 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 31 03:28:13 2003 UTC (9 years, 4 months ago) by gage
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/GatewayQuiz.pm
File length: 22845 byte(s)
Diff to previous 1667
made changes in checking for permissionLevel so that zero
was recognized as a legitimate level.
--Mike

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
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/GatewayQuiz.pm
File length: 22828 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
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/GatewayQuiz.pm
File length: 21661 byte(s)
Diff to previous 1639
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 1639 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 19 18:48:57 2003 UTC (9 years, 6 months ago) by gage
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/GatewayQuiz.pm
File length: 21004 byte(s)
Diff to previous 1149
Made minor modifications so that GatewayQuiz would run again.  It hadn't
been tested for months and other parts of the system had moved on.
This is still very much a mockup for delivering gateway quizzes.
--Mike

Revision 1149 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 12 20:06:20 2003 UTC (9 years, 11 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/GatewayQuiz.pm
File length: 20567 byte(s)
Diff to previous 1138
replaced tempdir() with makeTempDirectory()
-sam

Revision 1138 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 12 19:02:59 2003 UTC (9 years, 11 months ago) by gage
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/GatewayQuiz.pm
File length: 20583 byte(s)
Diff to previous 1129
The GatewayQuiz can be reached by using the url

courseName/quiz_mod/setNumber

It will produce the entire set as a quiz.  Recording functions, and the
ability to limit the number of entries have not yet been implemented.

--Mike

Revision 1129 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed Jun 11 19:30:51 2003 UTC (9 years, 11 months ago) by gage
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/GatewayQuiz.pm
File length: 12723 byte(s)
This presents an entire set as a quiz.  to be done:
(1) The answer presentation has to be filled in.
(2) Changes to PG.pl and the environment variables have to be made so that different
answers don't collide. The idea is to prefix all answers with something indicating the
problem number e.g.  pRoBlEm04-AnSwEr05  I think it better to pass in an explicit
variable rather than rely on problem numbers.
(3) should this work automatically for NAMED_ANS as well?  Pro: --it's done for you.
  Con: You can't refer to answers in other parts of the quiz. (Put perhaps you
shouldn't to promote atomic behavior.)
--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