[ww-bugs] Bug 3610: New: Error in code

bugzilla-daemon at webwork.maa.org bugzilla-daemon at webwork.maa.org
Tue Feb 23 18:21:57 EST 2016


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

           Summary: Error in code
           Product: Problem Libraries
           Version: unspecified
          Platform: PC
               URL: /opt/webwork/courses/Math_101_An/templates/Library/OSU
                    /high_school_apcalc/dchmwk5/prob7.pg_with_problemSeed=
                    1485
        OS/Version: Windows
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Library (OPL)
        AssignedTo: jj at asu.edu
        ReportedBy: dan at sunymaritime.edu
        Web browser ---
           version:


OSU/high_school_apcalc/dchmwk5/prob7.pg

line 48 and 49
ANS($funct1->cmp);
ANS($funct1->cmp);

should be changed to 
ANS($funct1->cmp);
ANS($funct2->cmp);

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