Evaluation/rating

Browsing History Recommender

This module adds two blocks:

  1. Users who browsed this node also browsed
  2. Recommended for you

To make the recommendations, the module uses the {history} table that keeps track of 30 days of users' node browsing history. Also, when you enable the "boost comments" option, the module then takes users' commenting history as browsing history as well.

The "Recommended for you" block provide personalized node recommendations based on a user's node browsing history. The basic idea is that, for example, user A browsed node X, Y, where users who browsed X, Y also browsed W, V; then "Recommended for you" would display W, V for A.

This module requires Recommender API at http://drupal.org/project/recommender, which provides the core matrix computation functions. The recommendation quality/accuracy are the job of Recommender API.

After install/enable/setup, please go to admin/settings/recommender to generate the recommendations offline.

Flag Note

pahariwalla - June 29, 2009 - 06:52

Extends the Flag Module to allow users to enter a note when they flag a piece of content and eventually build a flag history.

Conditions

tobiassjosten - June 8, 2009 - 03:05

The Conditions module is the successor of Condition(s). It is still in heavy development and due to its API-ish design, you will probably not see a release until it's more finished and there are implementations ready to communicate with other modules.

I'm happy to discuss Conditions implementation for your module - please contact me or create an issue if you're interested.

Evaluate forms was made by Webform module

TIS - May 25, 2009 - 06:11

This module can make automatic evaluation of form was made by Webform module.

You need to set up values of answer possibilities. If you want different continue for different evaluation values, you need to set up conditions too.

Community Analytics

mikey_p - April 27, 2009 - 21:25

This project is the fulfillment of my 2009 Google Summer of Code project.

Current status

The project is currently in the design phase (API and schema, not visual design). For current design docs, please see my offsite wiki.

Feedback & Suggestion Tab

Screenshot of the Feedback & Suggestion Tab module in action on Drupal.geek.nz

Feeback & Suggestion Tab adds a tab to the viewport, next to the scrollbar, which solicits feedback and suggestions from website visitors. GetSatisfaction.com, UserVoice.com and other similar services use a tab like this, and are the source of inspiration for this module. The webpage in the modal dialog that appears after clicking the tab is configurable, but only pages in an <iframe> are supported for now. Contributions for AHAH content are encouraged.

To set the URI for the iframe, add a line like the following to your settings.php file.

<?php
$conf
['feedbacktab_iframe_uri'] = 'http://example.com/';
?>

The animation settings are also not yet configurable or over-ridable. A UI for these settings is needed. Contributions welcome.

Animation is slightly different in each of Safari, IE7 and Firefox, due to browser bugs with the position: fixed layout and jQuery UI Bounce effect library. This needs to be better debugged and patched, possibly to jQuery UI. Contributions welcome.

There is some support for placing the tab on the left or at the bottom, but this needs to be completed. Need I say that contributions are welcome? :)

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.