Re: Redirecting input
- To: mathgroup at smc.vnet.net
- Subject: [mg92381] Re: Redirecting input
- From: Szabolcs Horvat <szhorvat at gmail.com>
- Date: Tue, 30 Sep 2008 07:34:13 -0400 (EDT)
- Organization: University of Bergen
- References: <gbl2vp$m00$1@smc.vnet.net> <gbnph9$psa$1@smc.vnet.net> <gbqct3$e91$1@smc.vnet.net>
Ignacio Plazeta wrote: >> This is one of those questions where I feel it would be helpful to know >> more about what you are doing. > > Dear Friends > > I'm developing a package for math exams. > You are asked, by example, : > "What's the derivative of Sin[x] ?" > and answering > > "Cos[x] Enter" > > is nicer than > > "myAnswer[ Cos[x] ] Enter". > > Many thanks for your replies. > Hello, For this application you could consider using Input[]: Input["What is the derivative of Cos[x]?"]