help logoLON-CAPA Help


A very simple formula response problem:

$slope = &random(-5.0,5.0,.5);
$yint  = &random(-5.0,5.0,.5);
$answer = "$slope*x + ($yint)";