Multiple choice technology web technology

Which two pre-configured content types comes with Drupal Installation ?

  1. Page and Poll

  2. Page and Story

  3. Forum and Story

  4. Blog and Poll

  5. Blog and Forum

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Drupal's default installation includes two pre-configured content types: 'Page' and 'Story.' Both are node types but serve different purposes. Pages are for static content like 'About Us' or 'Contact' pages, while Stories are for blog-like posts with date-based organization. Additional content types can be created using modules like CCK (Drupal 6) or core Content Types (Drupal 7+). Forum, Blog, and Poll require enabling additional modules.