"); document.writeln("
"); document.writeln("Name: " + studentName + "
"); document.write("Score: " + numCorrect + " / " + numPossible + " points (" + scorePercent + "%)"); if (numSubjective > 0) { document.write("     [" + numSubjective + " open-ended "); if (numSubjective == 1) document.write("question"); else document.write("questions"); document.write(" not graded]"); } document.writeln("


"); document.writeln("
" + titleString + "

"); document.writeln(""); currentInstruction = 0; currentNarrative = 0; for (i=0; i < numQuestions; ++i) { if (currentInstruction < numInstructions) { if (instructionIndex[currentInstruction] == i) { document.writeln(""); ++currentInstruction; } } if (currentNarrative < numNarratives) { if (narrativeIndex[currentNarrative] == i) { document.writeln(""); ++currentNarrative; } } document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); } document.writeln("

"); document.writeln(instructionText[currentInstruction]); document.writeln("
 
"); document.writeln("
"); document.writeln(narrativeText[currentNarrative]); document.writeln("
 
"); document.writeln("

" + prefixText[i] + "

 " + numberText[i] + " 

" + questionText[i]); document.writeln("

"); document.writeln(""); if (listMap.charAt(i) != "1") { document.writeln(""); document.writeln(""); } document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); if (showFeedback && feedbackText[i] != null) { document.writeln(""); document.writeln(""); } if (showRef) { document.writeln(""); document.writeln(""); } document.writeln("

RESPONSE: 

" + responseText[i] + "

ANSWER: 

" + answerText[i] + "

POINTS: 

" + scoreDetails[i] + "

FEEDBACK: 

" + feedbackText[i] + "

REF: 

" + refText[i] + "

"); document.writeln("
 
"); document.writeln("
"); document.writeln(""); document.writeln(""); document.write(""); document.writeln("
 
"); document.writeln("Retake Test
"); document.writeln(""); document.writeln(""); document.close(); return(false); } function BuildPrefixText(answerIndex, responseText, isCorrect) { var text; var listIndex; text = "" if (isCorrect) text += "" else text += "" if (listMap.charAt(answerIndex) == "1") { if (responseText.length == 0) responseText = " "; text += "  " + responseText + " "; } text += "" return(text); } function TranslateHtmlString(text) { var newText; var replaceString; var position; var length; var breakPos; var skipExtra; var i; newText = ""; position = 0; length = text.length; while (position < length) { skipExtra = 0; breakPos = -1; for (i=position; i < length && breakPos < 0; ++i) { switch(text.charAt(i)) { case '>': replaceString = ">"; breakPos = i; break; case '<': replaceString = "<"; breakPos = i; break; case '&': replaceString = "&"; breakPos = i; break; case '\r': if ((i + 1) < length && text.charAt(i + 1) == '\n') skipExtra = 1; replaceString = "
"; breakPos = i; break; case '\n': replaceString = "
"; breakPos = i; break; case ' ': if ((i + 1 < length) && text.charAt(i + 1) == ' ') { replaceString = " "; breakPos = i; } break; } } if (breakPos < 0) { newText += text.substring(position, length); position = length; } else { if (breakPos > position) newText += text.substring(position, breakPos); newText += replaceString; position = breakPos + 1 + skipExtra; } } return(newText); } function GetFeedback(text, index) { var list = text.split("\t"); if (index >= 0 && index < list.length) return(list[index]); return(""); } function TranslateAnswer(s, answerIndex) { return(s); } function ScoreAnswer(answerIndex, responseText, pointsPossible) { var answerText = TranslateAnswer(ansMap[answerIndex], answerIndex); var qtype = qtypeMap.charAt(answerIndex); var nrExactMatch = false; var result = new Array(); result.numPoints = 0; result.isCorrect = false; if (qtype == "3" && answerText.substring(0, 2) == "p:") { answerText = answerText.substr(2); if (responseText.toUpperCase() == answerText.toUpperCase()) result.isCorrect = true; else result.numPoints = MultiResponseCompare(responseText, answerText, pointsPossible); } else if (qtype == "6") { if (answerText.substring(0, 2) == "==") { answerText = answerText.substr(2); nrExactMatch = true; } if (NumericCompare(responseText, answerText, nrExactMatch)) result.isCorrect = true; } else if (qtype == "7") { if (CompletionCompare(responseText, answerText)) result.isCorrect = true; } else if (responseText.toUpperCase() == answerText.toUpperCase()) result.isCorrect = true; if (result.isCorrect) result.numPoints = pointsPossible; return(result); } function StripSpaces(s) { var len; var i; len = s.length; for (i=len - 1; i >= 0 && s.charAt(i) == " "; --i) len = i; if (len == 0) s = ""; else if (len != s.length) s = s.substring(0, len); return(s); } function MultiResponseCompare(responseText, answerText, pointsPossible) { } function NumericCompare(response, answer, exactMatch) { } function CompletionCompare(responseText, answerText) { return(false); } function FixMTF(f) { } function FixMR(f) { } function AllowReset() { return(window.confirm("Do you want to clear all of your answers?")); } function Restart() { if (AllowReset()) { document.TestForm.onreset = function() { }; document.TestForm.reset(); document.TestForm.onreset = function() { AllowReset(); }; } } // -->
 
Name: 
 

InDesign Chapter 02 - REVIEW



True/False
Indicate whether the statement is true or false.
 

 1. 

InDesign is able to "flow" text as body copy.
 

 2. 

InDesign is a first-rate application for generating and editing text.
 

 3. 

InDesign is a first-rate application for generating sophisticated typography.
 

 4. 

It is wise to group the Character and Paragraph panels together.
 

 5. 

All text is positioned in relation to a baseline.
 

 6. 

By default, text is generated without a modified horizontal or a vertical scale.
 

 7. 

A 100% Horizontal Scale means that text is twice as wide as its default setting.
 

 8. 

A 200% Horizontal Scale changes the width of the selected text.
 

 9. 

A 200% Horizontal Scale changes the height of the selected text.
 

 10. 

A 150% Vertical Scale changes the width of the selected text.
 

 11. 

A 150% Vertical Scale changes the height of the selected text.
 

 12. 

A 200% Horizontal Scale and a 100% Vertical Scale changes both the width and height of the selected text.
 

 13. 

A 250% Horizontal Scale and a 150% Vertical scale will have more affect on the width of the selected text than the height.
 

 14. 

The ability to kern and track text is a standard feature in most word processing applications.
 

 15. 

Kerning and tracking are applied only for aesthetic reasons; to make text more appealing visually.
 

 16. 

Kerning increments are very fine. Therefore, it’s usually less important to kern large text, such as headlines.
 

 17. 

An em space is a fixed measurement; the width of an Em space never varies.
 

 18. 

When you apply a superscript, the selected character no longer appears on the same baseline.
 

 19. 

When you apply a superscript, the selected character looks smaller.
 

 20. 

When you apply a superscript, the point size of the selected character changes.
 

 21. 

InDesign provides a number of different options for underlining text.
 

 22. 

The Underline command always applies a standard .5 point line under selected text.
 

 23. 

To create an indent properly, modify the indent in the Paragraph panel or press the spacebar key five times at the beginning of a paragraph.
 

 24. 

The best way to create a space after a paragraph is to press [Enter] (Win) or [return] (Mac) twice.
 

 25. 

Only the first letter of a paragraph can be used as a drop cap.
 

 26. 

You can adjust the kerning between a drop cap and the normal-sized type in a paragraph.
 

 27. 

Type size and type face can be saved as part of a Character style.
 

 28. 

Indents and Space After values can be saved as part of a Paragraph style.
 

Multiple Choice
Identify the choice that best completes the statement or answers the question.
 

 29. 

To apply a space after a block of text, use the ____ panel.
a.
Character
c.
Character Styles
b.
Paragraph
d.
Paragraph Styles
 

 30. 

To track or kern a block of text, use the ____ panel.
a.
Character
c.
Paragraph Styles
b.
Paragraph
d.
Character Styles
 

 31. 

To modify the horizontal scale on a block of text, use the ____ panel.
a.
Character
c.
Paragraph Styles
b.
Paragraph
d.
Character Styles
 

 32. 

To modify the left indent on a block of text, use the ____ panel.
a.
Character
c.
Preferences
b.
Paragraph
d.
Paragraph Styles
 

 33. 

To add a drop cap to a block of text, use the ____ panel.
a.
Character
c.
Character Styles
b.
Paragraph
d.
Paragraph Styles
 

 34. 

To modify the baseline of a selected single line of text, use the ____ panel.
a.
Character
c.
New Paragraph Style
b.
Paragraph
d.
Paragraph Styles
 

 35. 

To modify the font size of selected text, use the ____ panel.
a.
Character
c.
Paragraph Styles
b.
Paragraph
d.
Character Styles
 

 36. 

To modify the font style of selected text, use the ____ panel.
a.
Character
c.
Character Styles
b.
Paragraph
d.
Paragraph Styles
 

 37. 

To modify the leading of selected text, use the ____ panel.
a.
Character
c.
Paragraph Styles
b.
Paragraph
d.
Character Styles
 

 38. 

To skew a block text, use the ____ panel.
a.
Character
c.
Paragraph Styles
b.
Paragraph
d.
Character Styles
 

 39. 

In most cases, the Leading value is expressed in these units.
a.
Points
c.
Inches
b.
Picas
d.
Centimeters
 

 40. 

Horizontal and Vertical Scale are expressed as what?
a.
Points
c.
Percentages
b.
Inches
d.
Picas
 

 41. 

Decreasing the horizontal scale ____.
a.
maintains the height of the characters
c.
affects only the overall width
b.
decreases the width of the characters
d.
All of the above
 

 42. 

Increasing the vertical scale ____.
a.
maintains the height of the characters
c.
affects only the overall width
b.
decreases the width of the characters
d.
None of the above
 

 43. 

Which of the following often requires kerning?
a.
Large blocks of text
c.
Footnotes
b.
Headlines
d.
Numbers
 

 44. 

InDesign measures kerning and tracking by this unit of measure.
a.
Points
c.
Em space
b.
X-height
d.
Millimeters
 

 45. 

An em space is a unit of measure determined by what?
a.
The designer
c.
The type size
b.
The leading
d.
The baseline
 

 46. 

InDesign will track and kern to what minimum?
a.
1/10 Em space
c.
1/1000 Em space
b.
1/100 Em space
d.
1/ 10000 Em space
 

 47. 

A small number used to denote a footnote is an example of what type of character formatting?
a.
Script
c.
Superscript
b.
Subscript
d.
Hypertext
 

 48. 

Where is the Underline command located?
a.
Character panel
c.
Character panel menu
b.
Paragraph panel
d.
Paragraph panel menu
 

 49. 

When you apply the Underline command to selected text, the thickness of the resulting underline is ____.
a.
always .5 points
b.
always 1 point
c.
a weight you enter in the Underline dialog box
d.
dependent upon the point size of the selected text
 

 50. 

Which of the following is usually true of a "pull-quote?"
a.
Larger type size
c.
Indented on right
b.
Indented on left
d.
All of the above
 

 51. 

Which of the following can be saved as part of a Character style?
a.
First line indent
c.
Leading
b.
Drop cap
d.
Space after paragraph
 
 
Case Based Critical Thinking

Katie is in charge of developing the print design and layout division of an ad agency. She is a meticulous designer and has a genuine love of typography; this is one reason why so many clients appreciate her and admire her work. In developing the new department, Katie is training a number of junior designers, and she’s hoping to train them to adopt her skills in their own work.
 

 52. 

As part of typographical quality control, Katie insists that all headlines and display text in any layout must be seen by a senior designer before being sent out to the client; she does this so that the senior designer can approve the quality of the ____.
a.
Horizontal and Vertical Scales
c.
Tracking and Kerning
b.
Superscripts and Subscripts
d.
Em Spaces and Em Dashes
 

 53. 

When laying out magazine pages for her clients, Katie knows that pages of text must always appear visually consistent. She insists that a consistent amount of space must be maintained between all paragraphs in the body copy. Therefore, she insists that her designers use the following method:
a.
Typing an extra return after each paragraph
c.
Entering a specific value in the Vertical Scale text box
b.
Entering a specific value in the Paragraph panel
d.
Typing an Em space after each paragraph
 

 54. 

When laying out book pages for her clients, Katie’s design template includes an indent for the first paragraph of every chapter and the first paragraph after any section break in a chapter. To keep these indents visually consistent, she instructs her designers that the best way to do so is to do which of the following?
a.
Specify an indent value in the Paragraph panel
c.
Press [Spacebar] exactly five times to create the indent
b.
Use the Tab key
d.
Specify an indent value in the Character panel
 

 55. 

Part of Katie’s magazine page layout includes sections of body copy that will be underlined. The body copy in the magazine is always in the Bembo typeface at an 11.5 pt type size on 12.5 pts leading. She instructs her designers that, when underlining text, select the text then apply the Underline command. Katie assures them that the weight of the line will always be consistent because ____.
a.
the weight of the Underline command rule is 1pt. by default
c.
the weight of the Underline command rule is based on the size of the type
b.
the weight of the Underline command rule is a specific value that can be saved after it is entered
d.
the weight of the Underline command rule is based on the leading value specified
 

 56. 

Being the head of laying out a major client’s monthly magazine, Katie uses Character styles and Paragraph styles to format specific headlines, sub-headlines, footnotes, body copy, and other page components. The benefit of doing this is ________.
a.
it assures visual consistency from page to page, issue to issue
c.
it allows for global formatting changes
b.
it dramatically speeds up the workflow process
d.
all of the above
 

Matching
 
 
Match each tool with its corresponding shortcut key.
a.
Glyph
e.
Find/Change
b.
Data merge
f.
Dynamic Spelling
c.
Pull quote
g.
Drag and Drop
d.
Quick Apply
h.
Rule
 

 57. 

A fast way to apply a style
 

 58. 

Using fields and records to create a target document
 

 59. 

Places a red line under misspelled words
 

 60. 

A character, such as a trademark symbol, that does not appear on the keyboard
 

 61. 

Another name for a line
 

 62. 

Feature that allows you to change all instances of a word or phrase in your document
 

 63. 

To move text to a new location
 

 64. 

Paragraph that starts further to the right
 



 
Check Your Work     Start Over