Webform Draft Remind

Component type

module

Maintenance status

Development status

Component created

Component changed

This goal of this module is to send reminder emails to users that have started a draft and not submitted it, 3 days before a specific deadline.
For the purposes of defining a deadline, it also adds a field to the Webform content type for Start and End date.

jQuery Raty (Star Rating) Widgets

Component type

module

Maintenance status

Development status

Downloads

2092

Component created

Component changed

Update 12-23-2013 7.x-1.x-dev

Now wielding more of the power from the Raty library.
Can now assign custom images for on/off/half star states*.
*This is only for raty field output so far. Custom images for input to come later.
*Only in -dev version currently.

Overview

Output any numeric field as a 'stars widget'.
Use a 'stars widget' as the input for any numeric field or Views exposed filter.
These are the field types handled: number_integer, number_decimal, number_float, list_number

Quiz Skip Correct

Component type

module

Maintenance status

Development status

Component created

Component changed

This module skips correct questions on a user's subsequent attempts at a quiz.

It was written for multiple choice question quizzes, but could probably be modified for to work with all question types.

Acknowledgments

Initial development sponsored by Cloud Nyne Design and Promet Source.

Achievements Embeddable

Component type

module

Maintenance status

Development status

Downloads

1395

Component created

Component changed

This project allows external websites to interact with the Achievements module on your Drupal site. It provides a Services API and Javascript library that can be used on any site.

Currently this library exposes the following API to external sites:

Commons Correct Answer

Component type

module

Maintenance status

Development status

Downloads

1216

Component created

Component changed

This module adds Correct Answer flag functionality to Drupal Commons 3.x similar to that found on sites like stackoverflow.

Features

  • Only one answer per question can be flagged as being the correct answer.
  • By default, the user that posts the question is the user that can flag the correct answer.
  • Supports integration with the og_flag module so that group administrators can change the labels and permissions of the flag on a group by group basis.

Requirements

Webform auto pagebreak

Component type

module

Maintenance status

Development status

Component created

Component changed

At one of my projects I faced with polls.
My customer wasn't familiar with drupal admin system, so to make it easy way of creating webforms I add this module.
Main logic of work :
after insertupdate of webform all pagebreaks removing and new one will be created after each of user components.
all this process works with form builder cache.

Very simple and it was very useful for me.
Hope it helps you too.