Quiz Drag and Drop

Component type

module

Maintenance status

Development status

Downloads

2639

Component created

Component changed

This is the new home for the Quiz Drag and Drop question type. Drag and Drop question allows you to add interactivity to objects on the slide by designating drag items and drop targets.

FYI : Its only support for Quiz 7.5 version, Quiz 7.4 already have the question within it

This module is an attempt to enhance Quiz module features by introducing another type of question.

Dependencies

1. quiz
2. quiz_question
3. Image

Quizz pool question

Component type

module

Maintenance status

Development status

Downloads

882

Component created

Component changed

This module provide a pool question type for quizz module, where we can link other questions types (currently this only support multichoice, truefalse, matching handlers):

- User only need to take 1 right out of all questions in pool to go on the next question in quiz
- User will get max score of pool is one question is passed, min score ~ 0 if all questions in pool fail

Library Index

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Library Index module retrieves information about Finnish public libraries. Data is fetched from API created by kirjastot.fi, which offers free library specific information to all who are interested in libraries.

Module contains two fields, one that shows the following values: library name, description, open hours, telephone numbers, street address, mail address, coordinates and library picture in chosen size, if more than one size is available. The other field shows library open hours as a field or a block.

Bootstrap Carousel Image Formatter

Component type

module

Maintenance status

Development status

Downloads

6738

Component created

Component changed

Bootstrap Carousel image field formatter.

Overriding output (Drupal 7):

Copy the theme_bootstrap_carousel_if function from the bootstrap_carousel_if.module file and paste it into your themes template.php file.
Rename the function to MYTHEME_bootstrap_carousel_if where MYTHEME is the name of your theme.
Edit the function to output what you need.