View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
06735 | Bug reports | Statistics | public | 2012-10-18 20:50 | 2012-10-19 16:21 |
Reporter | klaster | Assigned To | DenisChenu | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.00+ | ||||
Fixed in Version | 2.00+ | ||||
Summary | 06735: Median time statistics incorrect | ||||
Description | Median survey statistics time calculated incrorrectly - already deleted answers are included in calculation. | ||||
Steps To Reproduce | Create & activate survey, fill in 2 responses, delete one response so you have only one response in the responses table. Average interview time is calculated correctly (it is equal to the value of the one response you have), median is calculated incorrectly - it includes the value of the deleted response. | ||||
Tags | No tags attached. | ||||
Bug heat | 4 | ||||
Complete LimeSurvey version number (& build) | 121017 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | |||||
Database type & version | mysql 5.5.25-cll | ||||
Server OS (if known) | centos 6.3 | ||||
Webserver software & version (if known) | Apache/2.2.22 (Unix) | ||||
PHP Version | 5.3.16 | ||||
Median calculation is good, but remove a response line doesn't remove timings ... |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=9947 |
|
Hello, Can you verify if it's work. New relations do the job (allways have an responses to calculate). |
|
New version 2.00+ Build 121019 released. Please update. |
|
LimeSurvey: master f3489266 2012-10-19 06:56 Details Diff |
Fixed issue 06735: remove a response line doesn't remove timings Fixed issue : Download files in zip in browse response broken Dev: Add a function in responses to delete files Dev: correct the primaryKey for Survey_dynamics and add one for Survey_timings to use deleteByPk DEV: todo create a new Survey_dynamic to do all the job (delete responses line, delete files, delete timing lines) |
Affected Issues 06735 |
|
mod - application/controllers/admin/responses.php | Diff File | ||
mod - application/models/Survey_dynamic.php | Diff File | ||
mod - application/models/Survey_timings.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-10-18 20:50 | klaster | New Issue | |
2012-10-19 10:53 | DenisChenu | Note Added: 21447 | |
2012-10-19 10:53 | DenisChenu | Assigned To | => DenisChenu |
2012-10-19 10:53 | DenisChenu | Status | new => assigned |
2012-10-19 14:06 | DenisChenu | Changeset attached | => LimeSurvey master f3489266 |
2012-10-19 14:06 | DenisChenu | Note Added: 21459 | |
2012-10-19 14:06 | DenisChenu | Resolution | open => fixed |
2012-10-19 14:17 | DenisChenu | Note Added: 21460 | |
2012-10-19 14:18 | DenisChenu | Status | assigned => resolved |
2012-10-19 14:18 | DenisChenu | Fixed in Version | => 2.00+ |
2012-10-19 16:21 | c_schmitz | Note Added: 21480 | |
2012-10-19 16:21 | c_schmitz | Status | resolved => closed |