Drupal Communication & Stakeholder Relations 3 — Questions and Answers
Question 1: A stakeholder wants to track how many times a specific piece of content has been viewed. Which Drupal module provides this out of the box?
- Statistics module (core) (Correct answer)
- Pathauto module
- Metatag module
- Redirect module
Correct answer: Statistics module (core)
Drupal's core Statistics module tracks content view counts when enabled, requiring no additional contributed modules.
Question 2: An executive stakeholder wants a dashboard showing site activity at a glance. Which Drupal approach is most appropriate?
- Build a custom Views-based dashboard with blocks showing recent content, user activity, and traffic (Correct answer)
- Export the database and send a spreadsheet
- Give the executive admin access to Drush
- Install the full Devel module suite
Correct answer: Build a custom Views-based dashboard with blocks showing recent content, user activity, and traffic
Views-based dashboards aggregate relevant metrics into a readable interface tailored to non-technical executive stakeholders.
Question 3: A client wants to ensure that stakeholders are notified whenever a content item is moved to 'Needs Review' status. Which module combination enables this workflow?
- Content Moderation + Notifications for Workflow (Correct answer)
- Webform + Views
- Paragraphs + Layout Builder
- Feeds + Migrate
Correct answer: Content Moderation + Notifications for Workflow
Content Moderation defines the workflow states and Notifications for Workflow sends emails when content transitions between states.
Question 4: A stakeholder reports that the site's contact form submissions are not reaching the right team. What is the first thing to check in Drupal?
- The contact form's recipient email configuration under Structure > Contact forms (Correct answer)
- The CKEditor version
- The site's default theme
- The Pathauto pattern for the contact page
Correct answer: The contact form's recipient email configuration under Structure > Contact forms
Each Drupal contact form has its own recipient email setting that can be misconfigured, making it the primary thing to verify.
Question 5: A Drupal project is handed off to a new team. Which practice best ensures communication continuity for the incoming stakeholders?
- Providing comprehensive documentation including architecture diagrams, custom module explanations, and editorial workflows (Correct answer)
- Sharing only the database dump
- Exporting a list of all installed modules
- Sending a recording of the last sprint meeting
Correct answer: Providing comprehensive documentation including architecture diagrams, custom module explanations, and editorial workflows
Comprehensive documentation covering architecture, custom code, and workflows gives incoming teams the context needed to operate and communicate effectively.
Question 6: Which Drupal core module allows administrators to communicate site maintenance windows to logged-in users?
- Site Maintenance mode with a custom message (Correct answer)
- Block module with role visibility
- Announcements Feed module
- Custom Menu module
Correct answer: Site Maintenance mode with a custom message
Drupal's built-in maintenance mode displays a configurable message to all non-admin visitors during scheduled downtime.
Question 7: A stakeholder wants editors to leave a note explaining why they revised content. Where in Drupal core is this handled?
- The Revision log message field on the content edit form (Correct answer)
- The content type description field
- A custom Webform attached to the node
- The Taxonomy term description
Correct answer: The Revision log message field on the content edit form
Drupal's revision log message field on the edit form lets editors record reasons for each revision, creating an audit trail for stakeholders.
A stakeholder wants to track how many times a specific piece of content has been viewed.
Which Drupal module provides this out of the box?