Skip to content
Snippets Groups Projects
Select Git revision
  • 7.x-4.0-alpha2
  • 7.0.x default
  • 7.x-5.x
  • 6.0.x
  • 6.x
  • 8.x-5.x
  • 8.x-6.x
  • 7.x-4.x
  • 7.x-6.x
  • 6.x-4.x
  • 8.x-4.x
  • 7.x-1.x
  • master
  • 6.x-6.x
  • 6.x-5.x
  • 4.7.x-1.x
  • 5.x-1.x
  • 5.x-2.x
  • 6.x-2.x
  • 6.x-3.x
  • 7.0.2
  • 7.0.1
  • 7.0.0
  • 7.0.0-alpha1
  • 6.0.0-alpha9
  • 6.0.0-alpha8
  • 7.x-5.8
  • 6.0.0-alpha7
  • 6.0.0-alpha6
  • 6.0.0-alpha5
  • 6.0.0-alpha4
  • 6.0.0-alpha3
  • 6.0.0-alpha2
  • 6.0.0-alpha1
  • 7.x-5.7
  • 7.x-5.6
  • 7.x-4.0-rc11
  • 7.x-5.5
  • 7.x-4.0-rc10
  • 7.x-5.4
40 results

quiz

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Svein-Tore Griff With's avatar
    Fixed #1314072: Auto revisioning system wasn't working. It created revisions...
    falcon authored
    Fixed #1314072: Auto revisioning system wasn't working. It created revisions only if a quiz hadn't been answered. It now does the opposite...
    7437c262
    History
    Overview
    --------
    The quiz.module is a framework which allows you to create interactive quizzes 
    for your visitors. It allows for the creation of questions of varying types, and
    to collect those questions into quizzes. 
    
    
    Requirements
    ------------
    Drupal 6.x
    PHP 5.1 (for OOP code introduced in Quiz 3.0)
    MySQL 5
    
    The module consists of two types of modules: the Quiz module itself 
    (quiz.module), and various question types (example: multichoice.module). The 
    main Quiz module, the Quiz Question module and at least one question type module 
    are required to be both installed and enabled for this module to function properly.
    
    
    Features
    --------
    This list isn't complete(not even close)
    
     - Administrative features:
        o Assign feedback to responses to help point out places for further study
        o Supports multiple answers to quiz questions (on supporting question types)
        o Limit the number of takes users are allowed
        o Extensibility allows for additional question types to be added
        o Permissions (create/edit)
        o Randomize questions during the quiz
        o Assign only specific questions from the question bank
    
     - User features:
       o Can create/edit own quizzes if have 'create quizzes' permission
       o Can take a quiz if have 'view quizzes' permissions, and receive score
    
    
    Installation
    ------------
    Please refer to the INSTALL file for installation directions.
    
    
    Support
    -------
    - Visit the Quiz group at http://groups.drupal.org/quiz
    
    
    Credits
    -------
    - Specification:      Robert Douglass
    - Original author:    Károly Négyesi
    - Update to Drupal 5: Wim Mostrey and riverfr0zen
    - Maintainers: Angela Byron, westwesterson, mbutcher, sivaji, turadg, falcon
    
    
    Acknowledgements
    ----------------
    I'd like to extend a heart-felt thank you to the folks at Google for their 
    Summer of Code program, without which my working on this module would not have 
    been possible. I'd also like to extend my thanks to Robert Douglass as my mentor 
    on this project, for his tireless patience and faith in my abilities, and the 
    entire Drupal development community for their support while I struggled with
    foreign concepts like 'node' and 'taxonomy.' You guys all provided me with 
    support, encouragement, and fun times and I sincerely hope to remain a part of 
    the Drupal community for a long time to come!
    
    Also huge thanks go to Ejovi Nuwere of http://www.securitylab.net/ for 
    sponsoring further module development after Summer of Code.
    
    -Angela Byron/'webchick'