fmpguy@WestShore Posted September 22, 2006 Posted September 22, 2006 I am working on a file that helps kindergarten students learn basic words. I recorded 61 single words into 61 Container fields. The fields are Global. The next day when I check, the sounds are gone. The Container fields are empty. I read that graphics are sounds are to be stored on the server. In which directory would that folder be? Are container files able to be loaded into this directory? Is 61 sound files too much?
Ender Posted September 22, 2006 Posted September 22, 2006 In a hosted solution, globals are temporary to each user's session. If you wanted a global to have a default value for all users, you would either need to populate it when the user logs in, or populate the global when the file is offline (and you're the only one opening it). However, in the case of remembering 61 sounds, it is much easier to do by using a table that is designed to hold the sounds as records (rather than using 61 separate fields). You can then put additional information about the sounds into the same record (like a name or description, maybe the date added, or who recorded it). With the sounds in records, you can also add, edit, or delete them while the file is hosted, and all users would see the changes.
fmpguy@WestShore Posted September 28, 2006 Author Posted September 28, 2006 Thank you very much for your help. I created Records, and the sounds are now where I left them. Thank you again.
fmpguy@WestShore Posted September 28, 2006 Author Posted September 28, 2006 I now have sound files, but what I am trying to create is an activity where the student clicks the container, hears the sound, and then chooses the word from a popup next to the container field with that sound. Is this possible? Thanks for your time.
Recommended Posts
This topic is 6622 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