Ever since Maestro Marco showed me what the final project would look like today, marking up the content from the images he gave me into XML files has made it so much clearer for me.
I went back to the first frame in Unit 15 and cleaned up the XML some more. I inserted the single line break tags <br/> between the sound and picture tags as well as between the response tags.
Speaking of response tags, now that I was able to see the goal of the end product, I went back and incorporated the ans="" attributes within the response tags in the appropriate places. Here is an example of what that looks like: Jūdex <response ans="rēs"></response>cognōscit.
The end product of what this would look like is:
Jūdex _______ cognōscit.
What is cool about this is that the user will get a chance to fill in that white highlighted blank. If the answer is wrong, the window will light up in red. If the user is correct, it will light up in green!
I also added src="" attributes to the <sound></sound> tags. The files are not yet in there because I do not have the audio files yet. When I get them, it will be easy to drop the file names in there as everything is ready to go.
I also added src="" attributes to the <sound></sound> tags. The files are not yet in there because I do not have the audio files yet. When I get them, it will be easy to drop the file names in there as everything is ready to go.
I am currently at frame 26. When I reach frame 32, I will put the images and xml in a file that is located in my S3 bucket. What's an S3 bucket? Well, you will have to wait for my next post to find out! 😊
Follow me as I learn to build my website bit by bit! IronTreeDev.com
I think it'll make sense for you to have your own version of the LessonFramViewer to view your xml. I'll set it up to look for the xlm files in your doc root and to look for the images and sounds in your s3 bucket.
ReplyDeleteYou should start thinking about how you could start increasing your efficiency.