[system] / trunk / webwork2 / lib / WeBWorK / ContentGenerator / Instructor / Stats.pm Repository:
ViewVC logotype

Log of /trunk/webwork2/lib/WeBWorK/ContentGenerator/Instructor/Stats.pm

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 1855 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 6 17:35:27 2004 UTC (9 years, 2 months ago) by gage
File length: 22287 byte(s)
Diff to previous 1854
Allow at most two digit
numbers

Revision 1854 - (view) (download) (as text) (annotate) - [selected]
Modified Sat Mar 6 17:32:36 2004 UTC (9 years, 2 months ago) by gage
File length: 22332 byte(s)
Diff to previous 1853
Removed unneeded
formatting code

Revision 1853 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 6 17:29:07 2004 UTC (9 years, 2 months ago) by gage
File length: 22418 byte(s)
Diff to previous 1852 , to selected 1854
another typo

Revision 1852 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 6 17:25:32 2004 UTC (9 years, 2 months ago) by gage
File length: 22418 byte(s)
Diff to previous 1851 , to selected 1854
Fixed threeSpaceFill
routine to work with
strings.

Revision 1851 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 6 17:21:22 2004 UTC (9 years, 2 months ago) by gage
File length: 22363 byte(s)
Diff to previous 1850 , to selected 1854
typo

Revision 1850 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 6 17:16:00 2004 UTC (9 years, 2 months ago) by gage
File length: 22391 byte(s)
Diff to previous 1849 , to selected 1854
Make the percentages more accurate by dividing by the number of students who attempt the problem.

Revision 1849 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 6 16:04:06 2004 UTC (9 years, 2 months ago) by gage
File length: 22069 byte(s)
Diff to previous 1848 , to selected 1854
need to calculate this
value as well.  oops.

Revision 1848 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 6 16:02:17 2004 UTC (9 years, 2 months ago) by gage
File length: 22065 byte(s)
Diff to previous 1847 , to selected 1854
Added 0 bracket to
number of attempts.

Revision 1847 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 6 15:55:07 2004 UTC (9 years, 2 months ago) by gage
File length: 22059 byte(s)
Diff to previous 1841 , to selected 1854
Added more statistics on how students are doing.

There is still a lot o code to be cleaned up.

Once the calculation and the display are better separated it will be easier to
create statistics that count studnets appropriately.  e.g. dropped stduents and professors aren't counted.

Revision 1841 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 4 21:05:58 2004 UTC (9 years, 2 months ago) by sh002i
File length: 19867 byte(s)
Diff to previous 1810 , to selected 1854
changed template escape handler functions to grab data from $r->urlpath
instead of @_ for compatability with dispatch_new.

Revision 1810 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 16 03:16:50 2004 UTC (9 years, 3 months ago) by gage
File length: 19775 byte(s)
Diff to previous 1809 , to selected 1854
Added at table of
statistical results when
viewing the statistics
for a given set.
--Mike

Revision 1809 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 16 01:20:43 2004 UTC (9 years, 3 months ago) by gage
File length: 17274 byte(s)
Diff to previous 1770 , to selected 1854
Fixed ordering problem with problems in a given set.  This squashes bug #405.
Also made a few clean up efforts on the code.

--Mike

Revision 1770 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 2 23:11:13 2004 UTC (9 years, 3 months ago) by sh002i
File length: 18075 byte(s)
Diff to previous 1769 , to selected 1854
Changed the code that retrieves all problem records for a set. Now, the
only call made (per set) is getAllUserProblems(). The extraneous call to
listUserProblems() has been removed.

Revision 1769 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 31 14:47:44 2004 UTC (9 years, 3 months ago) by gage
File length: 17601 byte(s)
Diff to previous 1766 , to selected 1854
Replaced "getuserProblems by getAllUserProblems when printing statistics for a single user (many sets)
The time when from 178 to 35 using GDBM.  It went from 15sec to 16sec (on a different course)
when using sql.

--Mike

Revision 1766 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 31 04:08:57 2004 UTC (9 years, 3 months ago) by gage
File length: 17522 byte(s)
Diff to previous 1691 , to selected 1854
Made major modifications to user interface on Instructor/Index page.

Added use of getAllUserProblems in main loop for Stats.pm problems when displaying
statistics for a given set.  This speeds GDBM from 8 sec to 2.  SQL stays at around 22-23 seconds.

Also addded code to sort_method which checks that the number of attempts has been defined.
If not it returns 0.

--Mike

Revision 1691 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 28 21:02:49 2003 UTC (9 years, 4 months ago) by gage
File length: 17220 byte(s)
Diff to previous 1681 , to selected 1854
More checking for incomplete records.  This time for entries in
@userRecords

--Mike

Revision 1681 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 18 23:15:34 2003 UTC (9 years, 5 months ago) by sh002i
File length: 17147 byte(s)
Diff to previous 1667 , to selected 1854
- Assigner and SetsAssignedToUser now refuse to unassign sets from the
GlobalTableEmulator's "global user". Closes bug #283.
- New "unassign from all users" button in Assigner.
- Cosmetic changes to path() and title() in several modules.

Revision 1667 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 12 02:24:30 2003 UTC (9 years, 5 months ago) by gage
File length: 17103 byte(s)
Diff to previous 1663 , to selected 1854
As best I can determine all "get" commands to the database are now
checked and appropriate action (usually "die") is taken if no
object is returned.

One exception.  The multiple "gets"  such as getGlobalSets(@setNames)
are not checked -- if a given setName is not found is an empty object
returned? in the list or is nothing returned?

--Mike

Revision 1663 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 9 01:12:32 2003 UTC (9 years, 5 months ago) by sh002i
File length: 16685 byte(s)
Diff to previous 1632 , to selected 1854
Normalized headers. All files now contain the text below as a header.
This is important since all files now (a) use the full name of the
package, (b) assign copyright to "The WeBWorK Project", (c) give the
full path of the file (relative to CVSROOT) instead of simply the file
name, and (d) include license and warranty information.

Here is the new header:

################################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2003 The WeBWorK Projcct, http://openwebwork.sf.net/
# $CVSHeader$
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of either: (a) the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any later
# version, or (b) the "Artistic License" which comes with this package.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE.  See either the GNU General Public License or the
# Artistic License for more details.
################################################################################

Revision 1632 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 10 04:11:56 2003 UTC (9 years, 6 months ago) by gage
File length: 16028 byte(s)
Diff to previous 1631 , to selected 1854
Adding timing code for ProblemSets and for Stats.pm
--Mike

Revision 1631 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 9 23:21:34 2003 UTC (9 years, 6 months ago) by gage
File length: 14973 byte(s)
Diff to previous 1619 , to selected 1854
Removed references to ScoringTotals.pm   These capabilities
are handled by Scoring.pm
--Mike

Revision 1619 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 4 23:18:40 2003 UTC (9 years, 6 months ago) by sh002i
File length: 14976 byte(s)
Diff to previous 1590 , to selected 1854
added problem numbers along top when viewing all sets for a given user.
unfortunately, this slows down display, since nothing can be sent to the
client until all sets are processed. closes bug #272.

Revision 1590 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 17 03:42:07 2003 UTC (9 years, 7 months ago) by gage
File length: 14739 byte(s)
Diff to previous 1497 , to selected 1854
Added various sorting methods to the statistics page.  This makes
the sorting more flexible, but it also slows down the process somewhat.
This results bug #153

--Mike

Revision 1497 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 9 03:54:43 2003 UTC (9 years, 8 months ago) by gage
File length: 12505 byte(s)
Diff to previous 1487 , to selected 1854
Rounded of score, made link to act as student in the display of
statistics for a given user.  This retires bugs:
203 and #206.

Revision 1487 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 6 16:24:48 2003 UTC (9 years, 8 months ago) by gage
File length: 12103 byte(s)
Diff to previous 1436 , to selected 1854
Sort students by name, (only)
Add a link to the name which allows you to inspect the students
version of the problem set.
This partially fixes bug #201

Revision 1436 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 25 13:33:37 2003 UTC (9 years, 9 months ago) by gage
File length: 11647 byte(s)
Diff to previous 1434 , to selected 1854
Tweaked the instructor links callback
--Mike

Revision 1434 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 25 12:41:19 2003 UTC (9 years, 9 months ago) by gage
File length: 11637 byte(s)
Diff to previous 1433 , to selected 1854
Increased cellpadding size in tables
--Mike

Revision 1433 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 25 12:38:17 2003 UTC (9 years, 9 months ago) by gage
File length: 11619 byte(s)
Diff to previous 1432 , to selected 1854
Cosmetic modifications to the index pages of Stats and
the instructor pages
--MIke

Revision 1432 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 25 03:20:16 2003 UTC (9 years, 9 months ago) by gage
File length: 11304 byte(s)
Diff to previous 1430 , to selected 1854
Added more capabilities to the stats module.

There is some overlapping code that needs to be factored out.
--Mike

Revision 1430 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Jul 24 21:52:17 2003 UTC (9 years, 9 months ago) by gage
File length: 5897 byte(s)
Diff to selected 1854
Added a module that shows the raw stats for a single set.
We need a better index page for this and other views of the
same statistics.
--Mike

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9