Log of /trunk/webwork2/lib/WeBWorK/ContentGenerator/Instructor/Stats.pm
Parent Directory
Revision
3233 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu May 19 20:53:18 2005 UTC (8 years ago) by
gage
File length: 22711 byte(s)
Diff to
previous 3215
Fixed problems with calculating the average grade correctly.
Regularized the code in Stats and StudentProgress
the next step is to a good chunk of the code which does the actual
arithmetic to a spot in Utils/ so that it can be called by
both Stats and StudentProgress.
This fixes bug 784
Revision
3215 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Apr 16 02:31:20 2005 UTC (8 years, 1 month ago) by
gage
File length: 22014 byte(s)
Diff to
previous 3150
Providing an initial fix for bug 784. I'd like to
continue to work on this module and factor out some of
the calculation loops in order to place them in Utils.
For now this hack (which involves splitting
$num_of_attemts into two variables so it can be updated
and used for two different purposes) should work.
--Mike
Revision
3134 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Feb 5 01:34:48 2005 UTC (8 years, 3 months ago) by
gage
File length: 20801 byte(s)
Diff to
previous 3042
Removed commented out code.
Fixed a problem with calculating the success index. (the number of
attempts was inappropriately zeroed out with each problem.
Revision
3042 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Dec 18 16:11:16 2004 UTC (8 years, 5 months ago) by
gage
File length: 22865 byte(s)
Diff to
previous 2965
Removed the student progress lines from the Stats.pm page. They are
still available in the StudentProgress.pm module
Revision
2686 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 26 02:38:08 2004 UTC (8 years, 8 months ago) by
jj
File length: 22679 byte(s)
Diff to
previous 2387
Fixed bug in computation of average number of attempts (counter was not
being reset). Also made display of average number of attempts display
tenths (these are small numbers as it is, it emphasizes that it is an
average, and it fits well below 2 digit percentages in the same table).
Revision
2241 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 2 14:54:26 2004 UTC (8 years, 11 months ago) by
gage
File length: 21971 byte(s)
Diff to
previous 2063
Rearranged stats table. "good" results are now always to the right
(high scores, low number of attempts).
Use dashes when numbers are repeated in order to prevent confusion.
Revision
2055 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat May 8 20:31:28 2004 UTC (9 years ago) by
gage
File length: 19566 byte(s)
Diff to
previous 2048
Cleared commented out code in Stats.pm
Fixed error arising when no scoring files were checked.
Nows gives a more useful message.
This fixes #379
Revision
2046 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat May 8 02:03:19 2004 UTC (9 years ago) by
gage
File length: 20111 byte(s)
Diff to
previous 1970
References to problems in the statistics are linked so that you
can view the problems if you wish. Use right click to see them in a new window.
Revision
1928 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 28 03:25:47 2004 UTC (9 years, 1 month ago) by
gage
File length: 18651 byte(s)
Diff to
previous 1859
Cleanup -- moving toward using the Apache:Request object and URLpath.
It remains to use URLpath to construct new paths in these files.
Revision
1859 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 6 21:41:44 2004 UTC (9 years, 2 months ago) by
gage
File length: 23725 byte(s)
Diff to
previous 1856
Use the student stat table in Grader to produce student detailed stats in Stats.pm.
Commented out, but did not yet remove Stats.pm code for this function.
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
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
changed template escape handler functions to grab data from $r->urlpath
instead of @_ for compatability with dispatch_new.
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
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
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
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
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
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
- 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
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
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
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
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
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
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
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
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)
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.