Multiple choice technology web technology

Which contributed module permits site developers to define custom fields and content types ?

  1. Content Translation

  2. Views

  3. Panels

  4. CCK

  5. OpenID

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

CCK (Content Construction Kit) is a contributed Drupal module that allows site developers to define custom content types and add custom fields to existing content types without programming. In Drupal 7, CCK functionality was integrated into Drupal core as the Field module. Views, Panels, and Content Translation serve different purposes: displaying content, layout building, and translation respectively.