Annotations module for Drupal
- Student: Golnar Bidkhori (2015).
- Purpose:
Allow a user to annotate individual paragraphs of a Drupal site.
- Method:
(1) A new module, called Annotations, can be inserted into a Drupal site.
(2) This module modifies the comment database to include paragraph identifiers.
- What the student learned
- Drupal configuration
- JavaScript and jQuery interface to Drupal
- PHP (Drupal is implemented in PHP)
- Technical writing
Code and documentation can be found at
this site.