MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Timed Notebooks for Student Take-home examinations

  • To: mathgroup at smc.vnet.net
  • Subject: [mg60499] Re: Timed Notebooks for Student Take-home examinations
  • From: Helen Read <hpr at together.net>
  • Date: Sun, 18 Sep 2005 01:15:53 -0400 (EDT)
  • References: <200509101046.GAA01781@smc.vnet.net> <200509140727.DAA26642@smc.vnet.net> <dgbeh9$fkk$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

W. Craig Carter wrote:
> T
> And so, I am thinking along these lines.
> 
> 1. A package, say TakeHomeExam, would be created which could be 
> encoded and with hidden variables.
> 
> 2. The package would have an--also encoded---init.m which would 
> produce a string as the first line of the notebook via something 
> like:
> Encode[ToString[Date[]],"foo.m", "instructors_key"];
> Print[Get["foo.m","instructors_key"]]
> 
> 3. Unfortunately, I don't see anything like "exit.m" so I would 
> require the student to finish the exam with a function from the 
> package, say FinishExam, which would do something like:

"end.m" runs automatically when the Kernel is terminated.



-- 
Helen Read
University of Vermont


  • Prev by Date: Maintenance of precision in NIntegrate
  • Next by Date: NonlinearFit-Logistic Function-CalcCenter 3
  • Previous by thread: Re: Re: Re: Timed Notebooks for Student Take-home examinations
  • Next by thread: Re: Timed Notebooks for Student Take-home examinations