[ww-bugs] Bug 3284: New: Copy'n'paste error in line 54
bugzilla-daemon at webwork.maa.org
bugzilla-daemon at webwork.maa.org
Wed Jan 7 17:00:41 EST 2015
http://bugs.webwork.maa.org/show_bug.cgi?id=3284
Summary: Copy'n'paste error in line 54
Product: Problem libraries
Version: unspecified
Platform: PC
URL: Library/TCNJ/TCNJ_MatrixOperations/problem3.pg
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Library (OPL)
AssignedTo: jj at asu.edu
ReportedBy: jeremy.sylvestre at ualberta.ca
Web browser ---
version:
Answer definitions in lines 52--55 are currently as follows.
$ans[1] = $A * $B1;
$ans[2] = $A * $B2;
$ans[3] = $A * $B2;
$ans[4] = $A * $B;
There's a copy'n'paste error in the third line above; should be as follows.
$ans[3] = $A * $B3;
--
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