Wildy71 Posted February 27, 2002 Posted February 27, 2002 Hi, I haven't used FM5 for a while. Help me out here, is this possible? I want to create little reading flash-card program for some students. I want them to see a screen which will display a single word from a list of words. They will use a NEXT WORD button to advance to the next word. The words will be selected at random from the list. The list should be modifiable by the students (ie. they can add to it when they learn a new word.) I know I'm asking a lot here, but if you give me some general pointers (eg. what function to use) I think I'll probably remember enough to get going. Thanks. Paul [ February 27, 2002, 11:01 AM: Message edited by: Wildy71 ]
danjacoby Posted February 27, 2002 Posted February 27, 2002 Set up so that each record contains one word from the list in a text field; Create a global field that returns a number; Create a script that: > Sets the global field to the following calc: Round((Random* Status(CurrentRecordCount)), 0) > Then goes to the record determined by the field value of the global field. Attach the script to the button.
Recommended Posts
This topic is 8376 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now