Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openwebwork/pg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: caaecb8ff73c15324d2ce9105a9373fd3bbe039f
Choose a base ref
..
head repository: openwebwork/pg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 43b72d66a3dca45473ae4d7b31fbdd60f3e5b931
Choose a head ref
Showing with 0 additions and 8 deletions.
  1. +0 −8 macros/ui/quickMatrixEntry.pl
8 changes: 0 additions & 8 deletions macros/ui/quickMatrixEntry.pl
Original file line number Diff line number Diff line change
@@ -136,14 +136,6 @@ =head1 DESCRIPTION
[_]*{$matrix}{4}
END_PGML
or
BEGIN_TEXT
\{ $matrix->ans_array(4) \}
END_TEXT
ANS($matrix->cmp);
Other than the button that is added above the array of answers, the
C<QuickMatrixEntry> is just a MathObject C<Matrix>, and everything that can be
done with a MathObject C<Matrix> can also be done with a C<QuickMatrixEntry>.