Flipcard - nodes made into flashcards

Component type

module

Maintenance status

Development status

Downloads

838

Component created

Component changed

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:

Profile Completion

Component type

module

Maintenance status

Development status

Component created

Component changed

Profile completion is a module built with the idea similar to "Linked In" profile completion. It provides a block that tracks user's profile completion percentage. Users can perform a variety of "activities" that allows them to "complete their profile".

From the developer perspective: This module creates a simple UI front-end for the achievement module which currently integrates with:

  • Node creation
  • Flagging (flag module)
  • CRM Core profile (CRM Core module)

Dependency: Achievement module.

Portable Game Notation (PGN)

Component type

module

Maintenance status

Development status

Downloads

618

Component created

Component changed

PGN is proposed as a universal portable representation for data interchange.

This Drupal chess project will implement:
-serializing of a chess game (collection) to PGN.
-serializing PGNXML to PGN?
-integration of PGN viewer libraries?
-PGN true WYSIWYG filter?

Want to participate?

XboxAchievements

Component type

module

Maintenance status

Development status

Component created

Component changed

The Xbox Achievements module was created to display a user's Xbox achievements on a drupal website in as nice a way as possible. The module started off as a module which had the user upload the data via XML.
The data would need to be taken from Xbox.com. Later on the Project was changed by the arrival of xboxapi.com which allowed changes to be made to take advantage of the webservices xboxapi provide.
There are number of issues with the module in it's current state.