This project is under active development.

Addressfield Title

Extends Address Field by adding a title option (Mr, Mrs, etc), ability to configure selection of "Select list" or "Radio buttons"

Flipcard - nodes made into flashcards

This project allows users to create flashcards based on complete nodes. It automatically makes flashcards shown less-and-less often as you get them right, by implemeting spaced-repetition with the Leitner box algorithm.

Example

The administrator creates two nodes:

  • one with the title "London", which contains the text "What is the capital of England?".
  • another with the title "Paris", which contains the text "What is the capital of France?".
  1. The user goes to http://[yoursite]/?q=flipcard/random and is shown one of the nodes without the title of the node being displayed, so that they see the question but not the answer. A button with the text "Show Answer" is displayed.
  2. When the user clicks this, the node title (= the correct answer) is displayed in the node body. Two new buttons, are now displayed, "I was right!" and "I was wrong!". The results of whether or not the user got this node correct or not are stored in order to make those which the user got wrong appear more frequently.

Demo website

Flipcard - node level flashcards

This project allows users to create flashcards based on complete nodes.

Gisle's image upload

A sandbox project for uploading images for embedding in forum posts.

Context and Metatag Integration

NOTICE:
This project has been released as a submodule of the Meta Tags module

The purpose of this module is to closely integrate Context and Meta Tags modules. The module lavareges both modules making it possible to set metatags on any drupal path. It also provides:

- an interface that integrates with the Metatag module
- a support for tokens.

This module is based on the Context Metadata module and aims at solving the following issues:

#1187710: Integrate with Context
#1160340: Rewrite as a submodule of Metatags (D7 branch)

Ideally this project will become a submodule of the Meta Tags module once it is ready for full release. Alternatively, it could be merged with the Context Metadata module.

Notes

* the interface is available at admin/config/search/metatags/path_config
* the newest Meta Tags dev realease should be used with this module

Credits

Thanks to Dakku for the Context Metadata module that first implemented the idea of using context for setting meta tags.

Cloze

Simple module that provides Cloze question type to quiz module.

A cloze test (also cloze deletion test) is an exercise, test, or assessment consisting of a portion of text with certain words removed (cloze text), where the participant is asked to replace the missing words. Cloze tests require the ability to understand context and vocabulary in order to identify the correct words or type of words that belong in the deleted passages of a text. This exercise is commonly administered for the assessment of native and second language learning and instruction.

Example :
A language teacher may give the following passage to students:

Today, I went to the ________ and bought some milk and eggs. I knew it was going to rain, but I forgot to take my ________, and ended up getting wet on the way ________.

Check out this blog post, Cloze module for Drupal Quiz to see the usage and know how you can make the best use of this module.

Credit

Pages

Subscribe with RSS Subscribe to RSS - Under active development