Drupal Projects

 

Drupal Quiz Block

block/module
1.0.x-beta
Version 6.x
8/4/2009


Project Descriptions: This module displays a multiple choice quiz question in the form of a block, the user will be able to pick an answer and receive a feedback based on the answer the user has provided.

The module current has the following functions:

  • Random quiz question selection from a pool of questions, it means each time the user loads a page from the drupal site, a random quiz question will be picked out from the question database and displayed.
  • Complete administration interface to add/edit/enable/disable/delete questions from the quiz question pool
  • AHAH (Ajax) quiz submission

Functions in current/fugure development:

  • Different display mode: random/latest
  • XML Import/Export of the quiz questions

Note: This project is still in beta, it is NOT an official drupal module yet. Please use it at your own risk.

Download

File name Version Drupal Core
block_quiz_1.0.x-beta.zip 1.0.x-beta 6.x

Screenshots:

Quiz Block ScreenshotQuiz Block ScreenshotQuiz Block Screenshot

Custom 403

module: access restriction/administration
1.1
Version 6.x
8/4/2009


Project Descriptions: This module is an extension to the Content Access module, you will need to install the latest version first. It displays a helpful message when a user encounters a 403 (access denied) node. The message can be configured to output for different roles required on the page. If a node requires multiple roles for access, it will display the message for each roles required.

Installation:

  • unzip the package and copy the folder to {drupal_root}/sites/all/modules/
  • enable the module from Site building >> modules
  • go to Site configuration >> Error reporting and set Default 403 (access denied) page: {drupal_root}/custom_403

Download

File name Version Drupal Core
custom_403-6.x-1.1.tar.gz 1.1 6.x
custom_403-6.x-1.1.zip 1.1 6.x

Screenshots:

custom_403_demo1custom_403_demo2