[ww-bugs] Bug 1072: request to remove randomness from problems (perhaps assigning seeds directly)

bugzilla-daemon at webwork.maa.org bugzilla-daemon at webwork.maa.org
Sat Jun 15 16:42:44 EDT 2013


http://bugs.webwork.maa.org/show_bug.cgi?id=1072


Mike Gage <gage at math.rochester.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |REMIND




--- Comment #3 from Mike Gage <gage at math.rochester.edu>  2013-06-15 16:42:44 ---
Don't think anything further was done on this.  Should we do this now? or wait
for the next UI?

Davide's solution works pretty well if every problem includes PGcourse.pl:


place 

SRAND($probNum) if $setNumber eq 'set-name';

in PGcourse.pl 

or
SRAND($probNum) if $setNumber ne 'Undefined_Set';

-- 
Configure bugmail: http://bugs.webwork.maa.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the webwork-bugs mailing list