Msg: 1547 *Conference*

02-11-92 08:03:58

From: DREW BLANCHAR

To : JOHN RUSSO

Subj: MATH EX PATCH

Dear John So you want to keep the MATHEX.BA math problem exerciser from giving
up on the student after 2 tries... (Wish some parents had as much patience as
to endure 2 errors.)
  
You'll have to go into the following lines and change the 
  
  IF B=0  and B=1 parts to something like    
  
  IF B<10 then B=B+1:
     etc
  
The lines you want are 
  115
  220  written a little different 
       but can be fixed to look
       and act like the others
  342
  440
  506
  556
    
Happy hacking,
-dB