You are here

README.txt in Quiz Drag Drop 7

README file for Quiz Drag Drop.

File

README.txt
View source
  1. /**
  2. * @file
  3. * README file for Quiz Drag Drop.
  4. */
  5. Quiz Drag Drop
  6. Allows quiz creators to make a drag drop kind of question type.
  7. Sponsored by: http://www.narenweb.com/
  8. Code: Narendra Pal Singh
  9. CONTENTS
  10. --------
  11. 1. Introduction
  12. 2. Installation
  13. ----
  14. 1. Introduction
  15. This module is an attempt to make it easy to create drag drop questions using
  16. the quiz module.
  17. The drag drop module lets the user create question having some images with the
  18. placeholder. Later user need to place each image in the correct placeholder to
  19. get points.
  20. ----
  21. 2. Installation
  22. To install, unpack the module to your modules folder or under question_types
  23. folder in quiz module, and simply enable the module at Admin > Build > Modules.
  24. A database table prefixed with quiz_drag_drop is installed to have a separate
  25. storage for this module.