| 1 |
// $Id: INSTALL.txt,v 1.4 2008/08/17 00:41:49 boombatower Exp $
|
| 2 |
|
| 3 |
AUTHOR
|
| 4 |
------
|
| 5 |
Jimmy Berry ("boombatower", http://drupal.org/user/214218)
|
| 6 |
|
| 7 |
INSTALLATION
|
| 8 |
------------
|
| 9 |
1. Before installing the modules please make sure you have installed the following
|
| 10 |
code in the settings.php file located in the sites folder. The code should be
|
| 11 |
placed at the bottom of the file after all existing code.
|
| 12 |
|
| 13 |
$GLOBALS['uts_installed'] = TRUE;
|
| 14 |
if (isset($_COOKIE['uts_session']) &&
|
| 15 |
isset($_COOKIE['uts_session_active']) && $_COOKIE['uts_session_active']) {
|
| 16 |
$db_prefix = $_COOKIE['uts_session'];
|
| 17 |
}
|
| 18 |
|
| 19 |
2. Go to Administer >> Site building >> Modules (admin/build/modules) and
|
| 20 |
enable the Usability Test Suite module.
|
| 21 |
|
| 22 |
3. Check to make sure the Usability Testing Suite enabled properly.
|
| 23 |
|
| 24 |
4. Enable the desired plug-ins "Usability testing suite - plugins" group. The
|
| 25 |
plug-ins will provide data collection and analysis abilities. Read the
|
| 26 |
descriptions for more information on what the individual plug-ins provide.
|
| 27 |
|
| 28 |
5. Visit Administer >> Usability Testing Suite (admin/uts) to find
|
| 29 |
configuration options, study management, invitations, and more.
|