Bugs item #797386, was opened at 2003-08-29 16:09
Message generated for change (Comment added) made by npstrick
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=439479&aid=797386&group_id=44411
Category: Marking
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 8
Submitted By: Chris Sangwin (sangwinc)
Assigned to: Nobody/Anonymous (nobody)
Summary: Problems with the s> flag
Initial Comment:
The s> flag seems to be completely ignored by my
version of AiM. For example the following code
t> Type in 2
s> [proc(ans)
if `aim/Test`(ans,2) then\
`aim/t`("Your number is 2, well done. ");\
RETURN(1); \
fi;\
RETURN(0);\
end, 1]
end>
is marked correct if one types in 1, but incorrect if one
types in 2. Furthermore, none of the `aim/t` feedback
is generated in the trial window.
Have I done something stupid?
Chris
----------------------------------------------------------------------
>Comment By: Neil Strickland (npstrick)
Date: 2003-08-30 21:12
Message:
Logged In: YES
user_id=430681
This is now fixed; just a couple of stupid errors.
----------------------------------------------------------------------
Comment By: Gustav W Delius (gustav_delius)
Date: 2003-08-29 19:50
Message:
Logged In: YES
user_id=737246
fixed temporarily by replacing in aim/Compile.mpl the call to
Neil's new ConvertMPROC function with the old code and
committed it.
----------------------------------------------------------------------
Comment By: Gustav W Delius (gustav_delius)
Date: 2003-08-29 16:26
Message:
Logged In: YES
user_id=737246
I have got exactly the same problem. This is serious.
Gustav
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=439479&aid=797386&group_id=44411
|