RE: Fw: [Aimmath-developers] copying questions
Brought to you by:
gustav_delius,
npstrick
From: Greg G. <gr...@ma...> - 2003-09-14 08:33:08
|
I keep sending things off with awful typos. ... On Sun, 14 Sep 2003, Greg Gamble wrote: > Suppose you have a quiz in a subject called test. Then one can do: > > 1. Let's say the subject is subj. Then in > > WEB-INF/root/subjects/subj/quizzes > > one can do a recursive copy of test/ to tes2/, say: > > cp -r test tes2 > > 2. Now one has a directory tes2/ with identical contects to test/ ^- n, of course > There is a .m file in tes2/ now called test.m > This needs to be tes2.m. So do: > > mv test.m tes2.m > > 3. Now this will work already but address thinks in the test/ directory ^- g, hmm! > So you need to edit the (appropriate) occurrences of test in tes2.m > to be tes2 Regards, Greg |