[ww-bugs] Bug 3461: New: Missing parentheses in problem

bugzilla-daemon at webwork.maa.org bugzilla-daemon at webwork.maa.org
Wed Sep 23 15:44:23 EDT 2015


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

           Summary: Missing parentheses in problem
           Product: Problem libraries
           Version: unspecified
          Platform: PC
               URL: /opt/webwork/courses/test/templates/Library/WHFreeman/
                    Rogawski_Calculus_Early_Transcendentals_Second_Edition
                    /3_Differentiation/3.3_Product_and_Quotient_Rules/3.3.
                    6.pg_with_problemSeed=123456
        OS/Version: Mac OS
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Library (OPL)
        AssignedTo: jj at asu.edu
        ReportedBy: robert.byerly at ttu.edu
        Web browser Chrome
           version:


In the open problem library problem
/WHFreeman/Rogawski_Calculus_Early_Transcendentals_Second_Edition/3_Differentiation/3.3_Product_and_Quotient_Rules/3.3.6.pg
the line
$derivf=Compute("3*$a**2+18*$a+1");
occurs where $a is a randomly generated value which may take on negative
values.  When $a is negative, a valid student answer will be erroneously
counted wrong.  Perhaps it should be:
$derivf=Compute("3*($a)**2+18*($a)+1");

-- 
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