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?".
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.
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.
Field collection tabs provides a field formatter that allows you to output a multi value field collection field as a tabset, with one tab per field collection item.
This module uses core blocks, beans, and context to let admins manage page layouts by adding, arranging, and setting widths of blocks directly on the page. It's an alternative to creating layouts via the block or context UIs, Panels, and sometimes even theme regions. When coupled with a Bootstrap fluid-grid theme, this module allows building modern HTML5 layouts well suited for desktop and mobile.