On 18-Apr-2007, at 13:40, Mario Rizzi wrote:
I have a document which has about a hundred lines. Every line contains the three forms of English irregular verbs (I am a teacher of English). I would like to create some new documents, each of which should contain twenty-five lines picked at random from the original document, so that I can test my students on irregular verbs giving each of them a different test. Is there a way of doing it automatically?

Sure.  there's probably a thousand ways to do it automatically.

I'd do it with a php/html document myself, but perl would work (as would anny scripting language)

Again, is there a way of doing it in a few clicks?

In a few clicks? No, you will need a script of some form to process the source data, select random lines, and then select a random element to display.

Pretty much any time you need to apply logic BBEdit alone is not going to do it, you'll need a program, albeit a fairly short and simple one.


--
...when you're no longer searching for beauty or love, just some kind of life with the edges taken off. When you can't even define what it is that you're frightened of; this song will be here.



--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to