The attached problem file uses a sequence of
($n,$d) = $fraction -> value ;
$ratnl = ($d == 1) ? $n : "\frac{$n}{$d} " ;
to get full-size fractions for display in a solution.
(A RationalNmbr context would eliminate the need for that sort ot fiddling.)
There are also two uses of
$fraction->with(isHorizontal=>true);
which fail to have the desired effect.
Features & Development
? Context( 'RationalNmbrs' ) ??
This forum has a limit to the number of forum postings you can make in a given time period - this is currently set at 5 posting(s) in 1 day