Skip to content

lawmercado/gew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gew.js

A JavaScript implementation of The Geneva Emotion Wheel (GEW).

Usage

To use gew.js implementation, just include both gew.js and gew.css into your webpage.

The wheel will be generated using the following html markup:

<div id="yourgewid" class="gew" data-input='yourinputid' data-required style="yourstyledefinition"></div>

Where:

  • yourgewid is a defined id for this element;
  • yourinputid is the id of the element that will be sended in the POST/GET (when using this gew in a form);
  • yourstyledefinition is the basic style for your gew, such as width, height and font-size;
  • data-required is an optional argument and will make the input generated (internally) by the gew.js be required (when using this gew in a form).

About

The Geneva Emotion Wheel (GEW) is a theoretically derived and empirically tested instrument to measure emotional reactions to objects, events, and situations.

Format

The respondent is asked to indicate the emotion he/she experienced by choosing intensities for a single emotion or a blend of several emotions out of 20 distinct emotion families. The emotion families are arranged in a wheel shape with the axes being defined by two major dimensions of emotional experience.

Five degrees of intensity are being proposed, represented by circles of different sizes. In addition, "None" (no emotion felt) and "Other" (different emotion felt) options are provided.

Credits and more Information

All the quotations from this document are from the Geneva Emotion Research Group Page. Please refer to this page for further information about the GEW. They are the authors of GEW and all the credits refering to the GEW itself belongs to them. The author independtly created this version of the GEW and there is no official endorsement or relationship between this implementation and the University of Geneva.

License

This project has no license and follows the use and distribution rules defined in the Geneva Emotion Research Group Page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published