Changesets: LimeSurvey
master 103ff135 2003-04-21 05:13 Details Diff |
Fixed median calculation (to match methodology for quartiles Q1 and Q3). git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@256 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/statistics.php | Diff File | ||
master 5baa5e0c 2003-04-21 04:43 Details Diff |
Finalised quartile calculations using minitab method (http://mathforum.org/library/drmath/view/60969.html). Who would have thought there would be 4 different possible ways of calculating quartiles - and they all give different results! My mind is agog. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@255 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/statistics.php | Diff File | ||
master eb88fa13 2003-04-20 22:40 Details Diff |
Fixed bug - q1 should never be lower than minimum and q3 should never be higher than maximum. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@254 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/statistics.php | Diff File | ||
master 340b5fcf 2003-04-20 21:32 Details Diff |
Tidied display of existing conditions, added grouping by question, and "AND" or "OR" explanation between to clarify method of selection. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@253 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/conditions.php | Diff File | ||
master 99fe0020 2003-04-20 10:41 Details Diff |
Fixed SQL code getting groups and questions that are ordered prior to question condition is being set for. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@252 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/conditions.php | Diff File | ||
master faa8a592 2003-04-20 10:10 Details Diff |
Tidied numerical calculations. Added Quartile calculations. Hacked mysql result to ensure conversion from string to int, and subsequently correct ordering occurs. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@251 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/statistics.php | Diff File | ||
master 1bdb88ea 2003-04-20 06:18 Details Diff |
Changed numerical type from float to tinytext (varchar(255)) - because it's more flexible. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@250 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/activate.php | Diff File | ||
master 862937f4 2003-04-20 02:44 Details Diff |
Updated to handle numerical question type. Also added numerical summary style (gives various mathematical results) git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@249 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/statistics.php | Diff File | ||
master f8d15843 2003-04-20 01:18 Details Diff |
Added numerical question type git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@248 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/dataentry.php | Diff File | ||
mod - index.php | Diff File | ||
master 3b8ba998 2003-04-20 01:18 Details Diff |
Added numerical type (double) git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@247 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/activate.php | Diff File | ||
master 6ff334ff 2003-04-19 23:43 Details Diff |
Fixed existing conditions display bug (changed to match cfieldname instead of cqid) git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@246 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/conditions.php | Diff File | ||
master 1a00309b 2003-04-19 23:26 Details Diff |
Updated to delete conditions as well git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@245 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/deletesurvey.php | Diff File | ||
master ccade49b 2003-04-19 23:19 Details Diff |
Modified to be able to correctly import conditions git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@244 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/importsurvey.php | Diff File | ||
master faf081ee 2003-04-19 18:14 Details Diff |
Updated to dump conditions table for a survey git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@243 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/dumpsurvey.php | Diff File | ||
master ffcf83c4 2003-04-19 11:08 Details Diff |
Modified to cope with conditional questions git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@242 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - index.php | Diff File | ||
master e57285cc 2003-04-19 11:07 Details Diff |
Added button to if($qid) section to launch conditions.php script. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@241 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/html.php | Diff File | ||
master 4668e5cb 2003-04-19 11:06 Details Diff |
The script to create or delete conditions for displaying a question git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@240 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
add - admin/conditions.php | Diff File | ||
master dbf0d0ab 2003-04-18 20:07 Details Diff |
HTML: Tidying up - Array type questions cycle to new table rows when more than 4, new table row created at end of Array Type quesions and Ranking Type questions. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@239 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/statistics.php | Diff File | ||
master cec3f94e 2003-04-18 04:30 Details Diff |
Renamed cut.gif to Cut.gif (case causing problems in case-sensitive OS's) git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@238 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/dataentry.php | Diff File | ||
master 1e7079f8 2003-04-18 02:55 Details Diff |
Fixed bug - where $_SESSION['insertarray'] already exists, does not go through creation process again. Bug was occurring where a survey was begun, then the window was closed. Then the survey opened again. Previously the insertarray field would double up on each of the fieldnames, causing an error when the survey was finally submitted. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@237 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - index.php | Diff File | ||
master 889d4a85 2003-04-17 10:11 Details Diff |
Updated mandatory question checking to ensure that on multi type questions (Arrays and Ranking type) all sections are completed before survey can be continued. Added hidden $_POST variable "lasttype" so that we can tell what the last question type was. Modified group description display, and welcome text display so that they are encapsulated in an invisible table centered and 80% of full width. This should make the welcome message and group descriptions look a bit neater. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@236 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - index.php | Diff File | ||
master ac007b7c 2003-04-16 22:56 Details Diff |
Fixed bug on insertnewsurvey - check for short_title was not compatible with register_globals=on. Changed from if(!$short_title) to if (!$_POST['short_title'] git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@235 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/database.php | Diff File | ||
master 71968f9c 2003-04-16 21:35 Details Diff |
Fixed case on cut.gif (should have been Cut.gif) in ranking question. Also tweaked select on choices in Ranked question, so select will grow with size of responses. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@234 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - index.php | Diff File | ||
master 6a1e4c43 2003-04-15 23:56 Details Diff |
Added "Ranked" question type git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@233 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/printablesurvey.php | Diff File | ||
master 4394af40 2003-04-15 22:05 Details Diff |
Added "Group at a time" option to new survey, and added note next to Expiry Date field about the correct format of date (YYYY-MM-DD). git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@232 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/html.php | Diff File |