CVS log for loncom/interface/statistics/lonsurveyreports.pm

[BACK] Up to [LON-CAPA] / loncom / interface / statistics

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.26.4.1: download - view: text, markup, annotated - select for diffs
Sat May 12 03:59:53 2012 UTC (12 years ago) by raeburn
Branches: version_2_11_X
CVS tags: version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +1 -3 lines
- For 2.11
  - Reverse changes in 1.25 - they require "3.0" grading interface.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Dec 21 21:25:51 2011 UTC (12 years, 4 months ago) by www
Branches: MAIN
CVS tags: version_2_12_X, HEAD, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
Branch point for: version_2_11_X
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +3 -12 lines
Bug 6455 - Progress Indicator now jQuery. Still need to test across browsers.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Jan 17 00:19:41 2011 UTC (13 years, 3 months ago) by www
Branches: MAIN
CVS tags: language_hyphenation_merge, language_hyphenation
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +5 -2 lines
Add statistics and reports under "grading"

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Feb 28 23:58:55 2010 UTC (14 years, 2 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, loncapaMITrelate_1, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
- Bug 6119 Anonymous surveys.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Jan 14 17:20:52 2010 UTC (14 years, 3 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_9_99_0, bz6209-base, bz6209
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +8 -7 lines
Consistent screen ergonomics:
- First checkbox, then option text
- Removed special styles

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Dec 12 05:03:39 2008 UTC (15 years, 5 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_99_1, version_2_7_99_0, bz5969, bz2851, GCI_3, GCI_2, GCI_1, BZ5971-printing-apage, BZ5434-fox
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
- Unbalanced HTML tags.
- Eliminate unecessary concatenation.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Dec 11 14:55:27 2008 UTC (15 years, 5 months ago) by bisitz
Branches: MAIN
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
Replaced
  <nobr>...</nobr>
by
  <span class="LC_nobreak">...</span>

- lonsearchcat.pm: Added missing start tag for nobreak area
- lonsurveyreports.pm: Added missing end tag for nobreak area

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Dec 1 17:23:40 2008 UTC (15 years, 5 months ago) by bisitz
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +14 -9 lines
Corrected/optimized radiobutton survey reports (html output):
- Added missing start and end tags (tr, td)
- Corrected table closure (normal table needed instead of data_table)
- Changed headline "Freq" to "Frequency" (already used in all other survey reports)
- Removed <hr /> (not needed again here)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Oct 30 17:45:25 2008 UTC (15 years, 6 months ago) by bisitz
Branches: MAIN
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +16 -12 lines
Optimized option selection tables for statistics:
- Use LON-CAPA standard tables
- Added missing &mt() calls
- XHTML conform "checked" and "selected" usage
- Added info/warning/error style to info/warning/error messages
- Added text "Options" to headline of options column
- Added horizontal line before and after problem output for better separation of problem content and rest of screen

Additional changes:
lonproblemanalysis.pm:
    - Now uses LON-CAPA standard table for foil value table
    - Moved status bar from inside the options table to under it
lonproblemstatistics.pm:
    - Moved Graph option from under the table to inside option table
lonstudentsubmissions.pm:
    - Moved output_selector from headline to extra column inside option table

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Oct 23 09:07:51 2008 UTC (15 years, 6 months ago) by bisitz
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +7 -5 lines
Optimized status display:
- Set text box for display purposes only to readonly
- Use standard nobreak style
- Same paragraph structure for similar pages

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Oct 14 14:10:49 2008 UTC (15 years, 7 months ago) by bisitz
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +34 -29 lines
Optimized survey reports:
- Optimized view link
- Added missing &mt() calls
- Added standard warning style to warning messages
- Use LON-CAPA standard table style for HTML survey report (further optimizations possible)
- Set status text box to readonly

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Sep 14 15:16:30 2008 UTC (15 years, 7 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_7_X, version_2_7_1
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
Resource and symb in links to encrypted resources included in CHRT (assessment progress chart) and also STAT (course assessment statistics) need to be encrypted if viewer does not an advanced role (i.e., TA role) to prevent access denied message when following link.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Apr 3 20:10:41 2007 UTC (17 years, 1 month ago) by albertel
Branches: MAIN
CVS tags: version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_99_0
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +11 -7 lines
- BUG#5228 - show all foils in survey results, evne unpicked ones

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Aug 18 15:15:38 2006 UTC (17 years, 8 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_3_X, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Bug 4954.  Filter title changed from "Enrollment Status" to "Access Status".  Access Status selections in lonhtmlcommon set to:
Currently Has Access
Will Have Future Access
Previously Had Access
Any Access Status
See comment appended to bug 4954 for more information.
Documentation updated to include ability to selectively display students with future access.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue May 30 12:46:50 2006 UTC (17 years, 11 months ago) by www
Branches: MAIN
CVS tags: version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +7 -4 lines
&Apache::lonnet::unescape -> &unescape
&Apache::lonnet::escape -> &escape

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri May 5 20:03:43 2006 UTC (18 years ago) by raeburn
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +6 -1 lines
Adding groups filter to STATS functionality. New tables added (dom_course_groupnames and dom_course_studentgroups).

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon May 1 19:29:13 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +2 -3 lines
- update statistics calls to bread crumbs

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Feb 14 15:44:25 2006 UTC (18 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
- typo

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jun 28 20:01:17 2005 UTC (18 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_X, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +3 -2 lines
- BUG#4180, HTML survey reports were using part id not the part 'display'

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Apr 7 06:56:24 2005 UTC (19 years, 1 month ago) by albertel
Branches: MAIN
CVS tags: version_1_99_1_tmcc, version_1_99_0_tmcc, version_1_99_0
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +20 -20 lines
- ENV -> env

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Mar 18 00:20:44 2005 UTC (19 years, 1 month ago) by matthew
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +86 -8 lines
Interface changes.  Added ability to output essay (and other uncategorizable
response types) to a text file.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Mar 17 19:02:45 2005 UTC (19 years, 1 month ago) by matthew
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +21 -8 lines
Moved call to Compile_Student_Answers from make_Excel & make_html routines to
    preceed their calling.
CreateInterface: Added "Show Problem" checkbox, and minor html cleanups.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Mar 14 20:28:22 2005 UTC (19 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +4 -1 lines
lonstatistics.pm:Removed package variable @SelectedSections.
    Added &get_selected_sections
    Added &section_and_enrollment_description to provide a brief
        description of those students selected for statistics work
        (hopefully this descriptive line will make it in to bug reports).
Added &section_and_enrollment_description to all statistics pages
Replaced use of @SelectedSections with &get_selected_sections in statistics
    pages.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Mar 10 00:23:15 2005 UTC (19 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +140 -3 lines
Added Excel output.  It's pretty good - a little rough around the edges.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Mar 1 22:04:55 2005 UTC (19 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +88 -42 lines
Refactored to use navmaps.
Fixed completely broken output of option response survey problem results.
Reworked survey selection page, adding 'view' links.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jul 6 15:56:42 2004 UTC (19 years, 10 months ago) by matthew
Branches: MAIN
CVS tags: version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +2 -8 lines
Added output of part and response ids.  Removed bogus 'mean' value from
output in optionresponse case.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jun 15 14:22:45 2004 UTC (19 years, 11 months ago) by matthew
Branches: MAIN
CVS tags: version_1_1_99_1
Added lonsurveyreports.pm - module to generate (currently only HTML) reports
of student answers to survey questions.
lonstatistics.pm: Added hooks to survey reports
lonstathelpers.pm: Modified &get_prev_curr_next to work on just surveys
loncapafiles.lpml: Added lonsurveyreports.pm

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>