Digital Workshop

Welcome to the Digital Workshop Message Boards
It is currently December 22nd, 2024, 11:55 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Scoring Text Input
PostPosted: January 9th, 2007, 5:30 am 
Offline

Joined: January 21st, 2005, 2:53 am
Posts: 26
Location: Melbourne, Australia
Some years back I wrote an assessment package that amongst the normal T&F's etc, evaluated the user's input based on keywords contained in the users text input variable. This was easily achieved as Iluminatus / Opus (not sure which one) enabled you to list the key words in a score action to be evaluated.

I am now attempting to develop another assessment pack and plan on doing the same thing however I am unable to find the action - it would appear this function/action has been removed, can anyone enlighten me as to why, or have I missed it? :?

I guess I can achieve a similar outcome through nested "If" statements as actions or through a script, however the existing function made life easier.

Thanks in advance

Don

_________________
Don Tomkins

Kingsmere Pty Ltd


For this message KPL has been thanked by : mackavi


Top
 Profile  
 
 Post subject:
PostPosted: January 9th, 2007, 11:33 am 
Offline

Joined: October 26th, 2004, 10:23 am
Posts: 666
Location: Digital Workshop
I'm not sure exactly what you are trying to do - are you attempting to see how many words (from a list of keywords) a given string contains?

This doesn't sound like anything we have ever had an action to perform, and we almost never remove features once they have been added.

As you say, this would be relatively simple to do in script or actions (though somewhat painstaking in the latter case).

Or I may be misunderstanding entirely...

_________________
ddww Opus Developer


For this message Duncan Lilly has been thanked by : mackavi


Top
 Profile Visit website  
 
 Post subject: Select -> Case
PostPosted: January 9th, 2007, 2:29 pm 
Offline

Joined: October 25th, 2004, 2:20 pm
Posts: 686
Location: Naperville, Illinois (USA)
Opus: 7.05
OS: Win XP SP3
System: P4 3.2GHz 1GB RAM 2-TB HDs + 4 more
Don --

Take a look at the OPUS feature called "Select - Case". Rather than nested IF statements, you can use "Select (Variable_Name)" to evaluate a Variable, then use a "Case (xxxx)" state followed by an Action for each possiblity (including incorrect spellings). It's one of the most powerful OPUS features. Here's a partial sample:

Code:
Select (SYSTEM_TIME_MONTH)
    Case (Jan)
       Set Variable (My_Long_Month_Name) = January
Case (Feb)
       Set Variable (My_Long_Month_Name) = February
Case (Mar)
       Set Variable (My_Long_Month_Name) = March


I evaluate the system variable which has a three character name for the current month, then give it its full, long name (e.g Jan = January). No need to use IF statements

_________________
Fred Harms, Extraordinary Demos
Naperville, Illinois (USA) 630/904-3636
demofred@aol.com


For this message demofred has been thanked by : mackavi


Top
 Profile Visit website  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 64 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group