Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: Calculate grades

by Anonymous Monk
on Apr 02, 2004 at 01:36 UTC ( [id://341857]=note: print w/replies, xml ) Need Help??


in reply to Re: Calculate grades
in thread Calculate grades

Hello DamnDirtyApe
Could you please decode for me the regexp, so I can adapt it?
Actually some others test, have the answer type, not the option (one letter), so I could change the regexp. Thanks

Replies are listed 'Best First'.
Re: Re: Re: Calculate grades
by DamnDirtyApe (Curate) on Apr 02, 2004 at 01:48 UTC

    There's not really anything to decide. Putting an array inside quotes returns a scalar with the array contents, so if $foo == [ 'a', 'b' ], then "@$foo" == "ab". The regexp searches that string for the answer, so if the answer given was "b", what were essentially doing is "ab" ~= /b/i. This will match, and the correct grade counter is incremented.

    Make sense?


    _______________
    DamnDirtyApe
    Those who know that they are profound strive for clarity. Those who
    would like to seem profound to the crowd strive for obscurity.
                --Friedrich Nietzsche
      yeap, thanks

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://341857]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-25 09:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found