List and describe the three different types of authoring systems and discuss the strength of each one. Describe the type of project that might be particularly well suited for each of the three types, and explain why you might face challenges using the other two types.
What will be an ideal response?
There are three types of authoring tools. Card-or page based, icon-based, event-driven, and time-based. In card-based tools, elements are organized as pages of a book or stack of cards. Card-based tools are best used with elements that can be viewed individually, like the pages of a book or cards in a card file. With icon-based, event-driven authoring systems, multimedia elements and interaction cues are organized as objects in a structural framework. The icon-based tool’s ability to visually chart the project’s structure is particularly useful during the development of complicated navigational structures. With time-based tools, elements and events are organized along a timeline. Time-based tools are best to use when you have a message with a beginning and an end. Some time-based tools let you program jumps to any location in a sequence, thereby adding navigation and interactive control.
You might also like to view...
Write a general “red-ify” function. Write a function that accepts a picture as input, then doubles the red value of every pixel and cut the blue and green values in half.
What will be an ideal response?
To move to the bottom of a document window, press the ____ key(s).
A. COMMAND-FN-DOWN ARROW B. OPTION-PAGE DOWN C. COMMAND-PAGE DOWN D. PAGE DOWN
The ________ function returns the length of the repetitive pattern Excel detects for the time series
Fill in the blank(s) with correct word
Use the expression ___________________ in a media query to target devices with screens up to 480 pixels in width
a. (width: 480px) b. (max-width: 480px) c. (min-width: 480px;) d. (size: 480px;)