Written Test (Professional Writing Skills Assessment) — Questions and Answers
Question 1: A writer notices her paragraph discusses three unrelated ideas. What is the best revision strategy?
- Split the paragraph so each idea has its own focused paragraph (Correct answer)
- Move the paragraph to a different section
- Add more transitional words to connect the ideas
- Delete two of the three ideas entirely
Correct answer: Split the paragraph so each idea has its own focused paragraph
Each paragraph should develop a single main idea; splitting the paragraph restores unity and helps readers follow the argument.
Question 2: Which characteristic best distinguishes a SMART goal from a vague goal?
- It is approved by a supervisor
- It is written in formal language
- It includes a specific deadline and measurable outcome (Correct answer)
- It is longer and more detailed
Correct answer: It includes a specific deadline and measurable outcome
SMART goals are Specific, Measurable, Achievable, Relevant, and Time-bound, distinguishing them from vague goals.
Question 3: What is the purpose of the `aria-label` attribute in HTML?
- It links an element to a form control
- It styles an element with a CSS class
- It defines a tooltip displayed on hover
- It provides an accessible text label for elements that lack visible text (Correct answer)
Correct answer: It provides an accessible text label for elements that lack visible text
The `aria-label` attribute supplies an accessible name to an element, read by screen readers when the element has no visible text label.
Question 4: Which element is used to define a caption for a <table>?
- <caption> (Correct answer)
- <title>
- <summary>
- <th>
Correct answer: <caption>
The <caption> element provides an accessible title for a table and must be the first child of the <table> element.
Question 5: When nesting lists in HTML, where must the nested <ul> or <ol> be placed?
- Inside a <div> within the parent list
- Inside an <li> element of the parent list (Correct answer)
- After the closing tag of the parent list
- Directly inside the parent <ul> or <ol>
Correct answer: Inside an <li> element of the parent list
A nested list must be placed inside an <li> element of the parent list, not directly as a child of the outer list element.
Question 6: In academic writing, a thesis statement serves the purpose of:
- Summarizing all sources used in the paper
- Listing the topics each paragraph will cover
- Providing background information on the subject
- Stating the writer's main argument or central claim (Correct answer)
Correct answer: Stating the writer's main argument or central claim
A thesis statement presents the writer's central argument, guiding the direction and focus of the entire paper.
Question 7: Which attribute on a <script> tag tells the browser to download the script without blocking HTML parsing and execute it after parsing is complete?
- preload
- lazy
- async
- defer (Correct answer)
Correct answer: defer
The `defer` attribute makes the script download in parallel but execute only after the HTML document has been fully parsed.
Question 8: Which closing is most appropriate for a formal business letter?
- Catch you later,
- Cheers!
- TTYL,
- Sincerely, (Correct answer)
Correct answer: Sincerely,
'Sincerely' is the standard professional closing for formal business correspondence.
Question 9: What distinguishes proofreading from revising?
- Proofreading is done before drafting; revising is done after
- Proofreading focuses on big-picture structure; revising catches surface errors
- They are the same process with different names
- Revising addresses content, structure, and clarity; proofreading catches grammar and spelling errors (Correct answer)
Correct answer: Revising addresses content, structure, and clarity; proofreading catches grammar and spelling errors
Revision is a higher-order process addressing ideas and organization, while proofreading is a final surface-level check for errors.
Question 10: When should you use a semicolon?
- Before every conjunction
- To introduce a list
- To end a question
- To join two closely related independent clauses (Correct answer)
Correct answer: To join two closely related independent clauses
Semicolons connect two independent clauses that are closely related in meaning, without using a conjunction.
Question 11: Which of the following best describes the difference between analysis and summary in academic writing?
- Summary requires citations; analysis does not need to reference any sources.
- Summary uses outside sources; analysis relies only on personal opinion.
- Analysis is shorter than summary because it focuses on key points only.
- Summary reports what a source says; analysis interprets what it means and why it matters. (Correct answer)
Correct answer: Summary reports what a source says; analysis interprets what it means and why it matters.
Summary retells content, while analysis examines the significance, implications, and connections of that content.
Question 12: Which sentence uses the subjunctive mood correctly?
- I recommend that he is present at the meeting.
- She wishes she was taller.
- If I was you, I would apologize.
- It is important that she be on time. (Correct answer)
Correct answer: It is important that she be on time.
The subjunctive mood uses the base verb form ('be') in clauses expressing necessity, suggestion, or recommendation.
Question 13: What is the correct way to specify that an HTML document uses UTF-8 character encoding?
- <meta charset="UTF-8"> (Correct answer)
- <charset="UTF-8">
- <meta http-equiv="charset" content="UTF-8">
- <encoding type="UTF-8">
Correct answer: <meta charset="UTF-8">
The shorthand <meta charset="UTF-8"> is the modern, correct way to declare UTF-8 encoding in HTML5.
Question 14: What does it mean to 'tighten' an essay during revision?
- Remove vague language, filler, and repetition to make every word earn its place (Correct answer)
- Make the font smaller to fit within a page limit
- Reduce the number of paragraphs
- Add more evidence to support each claim
Correct answer: Remove vague language, filler, and repetition to make every word earn its place
Tightening focuses on eliminating any word or phrase that does not contribute meaningfully to the writing.
Question 15: What does the `rel="noopener"` attribute on an anchor tag prevent?
- The linked page from accessing the opener window via `window.opener` (Correct answer)
- The browser from opening a new tab
- Search engines from following the link
- CSS styles from being applied to the link
Correct answer: The linked page from accessing the opener window via `window.opener`
The `rel="noopener"` attribute prevents the newly opened page from accessing the parent window's context through `window.opener`.
Question 16: A sentence reads: 'Being that it was raining, the event was postponed.' What is wrong with it?
- It is a sentence fragment.
- It contains a dangling modifier.
- 'Being that' is a nonstandard subordinator; 'Because' is correct. (Correct answer)
- It uses a comma splice.
Correct answer: 'Being that' is a nonstandard subordinator; 'Because' is correct.
'Being that' is not standard in formal writing; 'because' correctly expresses the causal relationship.
Question 17: A written purpose statement differs from a goal statement mainly because it:
- Only applies to nonprofit organizations
- Is always longer and more complex
- Explains why the work is being done rather than what will be achieved (Correct answer)
- Must include financial projections
Correct answer: Explains why the work is being done rather than what will be achieved
A purpose statement explains the underlying reason or motivation behind the work, while a goal statement describes the target outcome.
Question 18: What is the primary difference between a thesis statement and a topic sentence?
- They are interchangeable terms
- A thesis is optional; a topic sentence is required
- A thesis is in the conclusion; a topic sentence is in the introduction
- A thesis covers the entire essay; a topic sentence covers one paragraph (Correct answer)
Correct answer: A thesis covers the entire essay; a topic sentence covers one paragraph
A thesis states the central argument of the whole essay, while topic sentences govern individual paragraphs that support the thesis.
Question 19: What is the purpose of an executive summary in a formal report?
- To provide the most detailed section of the report
- To give decision-makers a concise overview without reading the full document (Correct answer)
- To list all sources cited in the report
- To present raw data before the analysis
Correct answer: To give decision-makers a concise overview without reading the full document
An executive summary distills the report's key findings and recommendations so busy stakeholders can quickly grasp the essentials.
Question 20: What is the difference between 'their,' 'there,' and 'they're'?
- 'Their' is possessive, 'there' is location, 'they're' is 'they are' (Correct answer)
- 'They're' is past tense of 'they'
- 'There' is possessive, 'their' is location
- They all mean the same thing
Correct answer: 'Their' is possessive, 'there' is location, 'they're' is 'they are'
'Their' shows possession (their book), 'there' indicates location (over there), and 'they're' is a contraction of 'they are.'
Question 21: What is the role of 'empathy' in effective communication?
- To agree with everything the other person says
- To understand and share the feelings of the other person (Correct answer)
- To control the direction of the conversation
- To avoid expressing your own opinions
Correct answer: To understand and share the feelings of the other person
Empathy in communication means understanding the other person's perspective and emotions, which builds trust and rapport.
Question 22: Which sentence uses the correct form of 'affect' vs. 'effect'?
- The medication had a positive affect on her recovery.
- The medication had a positive effect on her recovery. (Correct answer)
- She was effected by the sad news.
- The cold weather will effect her mood.
Correct answer: The medication had a positive effect on her recovery.
'Effect' is usually a noun meaning result, while 'affect' is usually a verb meaning to influence.
Question 23: Which element is used to represent a list of items where order does not matter?
- <dl>
- <list>
- <ol>
- <ul> (Correct answer)
Correct answer: <ul>
The <ul> (unordered list) element represents a list of items that do not have a meaningful sequence.
Question 24: In what way can practice tests help with understanding exam structure?
- By teaching the test's specific format and types of questions (Correct answer)
- By offering feedback on test-takers' personal habits
- By allowing test-takers to guess answers without consequences
- By focusing on irrelevant details of the subject matter
Correct answer: By teaching the test's specific format and types of questions
Practice tests serve as a direct guide to understanding the exam's structure by teaching its specific format and types of questions. They reveal the typical question styles (e.g., multiple-choice, scenario-based), the distribution of topics, and the overall flow of the test. This insight prepares test-takers for what to expect on exam day, reducing surprises.
Question 25: In HTML5, which element is preferred for grouping content with a common theme that also needs an accessible heading?
- <div>
- <section> (Correct answer)
- <span>
- <aside>
Correct answer: <section>
The <section> element groups thematically related content and should typically contain a heading to identify the section.
Question 26: What is the purpose of a topic sentence?
- To conclude an essay
- To cite sources
- To provide transitions only
- To introduce the main idea of a paragraph (Correct answer)
Correct answer: To introduce the main idea of a paragraph
A topic sentence states the main point of its paragraph, letting readers know what the paragraph will be about.
Question 27: A writer finds this sentence: 'The committee, which was formed last year, they rejected the proposal.' What is the error?
- Double subject pronoun ('they' after 'committee') (Correct answer)
- Misplaced modifier
- Faulty parallelism
- Comma splice
Correct answer: Double subject pronoun ('they' after 'committee')
The pronoun 'they' repeats the subject 'committee' unnecessarily, creating a double subject error.
Question 28: What is the purpose of a topic sentence?
- To provide transitions only
- To introduce the main idea of a paragraph (Correct answer)
- To cite sources
- To conclude an essay
Correct answer: To introduce the main idea of a paragraph
A topic sentence states the main point of its paragraph, letting readers know what the paragraph will be about.
Question 29: In analytical writing, a 'warrant' (as defined by the Toulmin model) is:
- The factual evidence cited to support the claim
- The acknowledgment of limitations in the argument
- The claim the argument is trying to prove
- The underlying principle that connects evidence to the claim (Correct answer)
Correct answer: The underlying principle that connects evidence to the claim
The warrant is the logical bridge or assumption that explains why the evidence supports the claim.
Question 30: Which tense should be used when writing about events in a literary work?
- Conditional tense
- Future tense
- Past tense
- Literary present tense (Correct answer)
Correct answer: Literary present tense
Literary present tense is the convention for discussing events in fiction, poetry, or drama, as if the story is happening now.
Written Test (Professional Writing Skills Assessment)
A standardized assessment measuring professional written communication skills across grammar and mechanics, document organization, editing, and audience-awareness principles used in civil service, workplace, and academic placement contexts.
Exam Rules
- You can skip questions and return to them later
- Flag questions for review before submitting
- No feedback shown until you submit the entire exam
- Unanswered questions count as wrong — answer everything
- 10 pretest questions are mixed in and don't affect your score
- Timer auto-submits when time runs out
- Your progress is auto-saved every 30 seconds