CVS log for loncom/homework/externalresponse.pm

[BACK] Up to [LON-CAPA] / loncom / homework

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue May 23 03:07:34 2017 UTC (6 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
Diff to previous 1.32: preferred, colored
Changes since revision 1.32: +10 -3 lines
- Replace use of LWP::UserAgent with LONCAPA::LWPReq so replication of
  content from /raw/ can include verification of the requesting server's
  client certificate (Apache/SSL used).

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Dec 22 17:04:03 2014 UTC (9 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.31: preferred, colored
Changes since revision 1.31: +3 -2 lines
- Support for submission of files to externalresponse
  - Exclude "graded files" (i.e., versioned files) from previous (incorrect)
    graded submission when displaying list of files selected for submission.
  - Wording change to differentiate between submission and saving (as "draft")
    without grading, and to differentiate between submission (essayresponse)
    and grading (externalresponse).

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Dec 7 19:45:08 2014 UTC (9 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.30: preferred, colored
Changes since revision 1.30: +8 -2 lines
- Support for submission of files to externalresponse.
  - New routine: &portfiles_versioning() in lonnet.pm called after grading
    externalresponse to handle versioning of submitted files in portfolio.
  - &get_next_version(), &version_selected_portfile(), &file_name_version_ext()
    moved from grades.pm to lonnet.pm to facilitate re-use.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Dec 7 02:48:55 2014 UTC (9 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +7 -5 lines
- Bug 6690
  Revoke IP-based access for grading server for portfolio files submitted
  to externalresponse following grading.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Dec 6 20:08:16 2014 UTC (9 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.28: preferred, colored
Changes since revision 1.28: +4 -2 lines
- Bug 6690
  - IP based-access for files submitted to externalresponse not set
    unless "Submit entries below as answer to receive credit" radio
    button is checked.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Dec 6 17:46:40 2014 UTC (9 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.27: preferred, colored
Changes since revision 1.27: +36 -74 lines
- Move some code in start_essayresponse() and end_essayresponse to
  subroutines within essayresponse.pm to facilitate reuse by
  externalresponse.pm
Work in progress.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Dec 4 15:41:30 2014 UTC (9 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +17 -2 lines
Bug 6690
  - Set IP based-access for files submitted to externalresponse. If url
    attribute in externalresponse tag begins http://machine.somewhere.toplevel
    (or https:// etc.) access will be permitted from IP address which resolves
    to machine.somewhere.toplevel
Work in progress

Revision 1.19.10.1: download - view: text, markup, annotated - select for diffs
Wed Feb 26 20:52:11 2014 UTC (10 years, 1 month 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
Diff to previous 1.19: preferred, colored next main 1.20: preferred, colored
Changes since revision 1.19: +3 -2 lines
- For 2.11
  - Backport 1.26.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Jan 13 15:29:10 2014 UTC (10 years, 2 months ago) by bisitz
Branches: MAIN
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +3 -2 lines
Proper display of submitted answer in problem view (response types: external, essay)

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Jan 13 13:20:33 2014 UTC (10 years, 2 months ago) by kruse
Branches: MAIN
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +9 -5 lines
Corrected bug that resulted in interpreting textfield submissions in external response
as draft and not as actual submission. This bug occured in changes made in revisions 1.20 / 1.21 .

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Sep 11 10:25:50 2013 UTC (10 years, 6 months ago) by kruse
Branches: MAIN
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +8 -3 lines
WORK IN PROGRESS, preparing handbackfiles offered by external grader to be saved in portfolio

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Aug 22 13:58:21 2013 UTC (10 years, 7 months ago) by kruse
Branches: MAIN
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +4 -14 lines
WORK IN PROGRESS, correct links to uploaded files are sent to external grader now.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Aug 22 11:13:43 2013 UTC (10 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +27 -9 lines
WIP

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Aug 22 10:13:34 2013 UTC (10 years, 7 months ago) by kruse
Branches: MAIN
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +64 -405 lines
WORK IN PROGRESS, further work on file submissions in external response

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Aug 22 07:39:15 2013 UTC (10 years, 7 months ago) by kruse
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +523 -9 lines
WORK IN PROGRESS, extending functions of external response by allowing files to be uploaded and graded externally.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Apr 29 00:32:08 2011 UTC (12 years, 11 months ago) by www
Branches: MAIN
CVS tags: version_2_11_0_RC2, version_2_11_0_RC1, version_2_10_X, version_2_10_1, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
Branch point for: version_2_11_X
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +5 -1 lines
Bug #6452: partial correctness from externalresponse

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Dec 21 01:53:08 2010 UTC (13 years, 3 months ago) by www
Branches: MAIN
CVS tags: version_2_10_0_RC2
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +4 -4 lines
answerdisplay-attribute, like with the other custom-type responses

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Dec 20 20:15:55 2010 UTC (13 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +13 -5 lines
It should show something in show_answer mode.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Dec 20 15:54:03 2010 UTC (13 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +7 -2 lines
Actually output the <message> to the students (as advertised in the documentation)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Nov 20 14:37:37 2008 UTC (15 years, 4 months ago) by jms
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_99_1, version_2_8_99_0, version_2_10_0_RC1, bz6209-base, bz6209, bz5969, bz2851, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, GCI_3, GCI_2, BZ5971-printing-apage, BZ5434-fox
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +28 -16 lines
Reformatted POD, moved to bottom of file

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Nov 10 13:18:19 2008 UTC (15 years, 4 months ago) by jms
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +27 -5 lines
Added module description to header of file (POD format)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Feb 1 22:05:45 2008 UTC (16 years, 1 month ago) by raeburn
Branches: MAIN
CVS tags: version_2_8_X, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, 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, GCI_1
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
When the target is 'analyze', include the responsetype of the current item in the lonhomework::analyze hash, for use later on, e.g., for scantron grading.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Oct 15 09:47:29 2007 UTC (16 years, 5 months ago) by foxr
Branches: MAIN
CVS tags: version_2_6_1, version_2_6_0, version_2_5_99_1, version_2_5_99_0
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
BZ 4074  Ensure the bubble lines chunk of the analysis hash gets
keyed by the concatenation of partid.resopnseid.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Oct 8 09:22:50 2007 UTC (16 years, 5 months ago) by foxr
Branches: MAIN
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +6 -2 lines
bz4074 - Use lonxml subs to maintain the number of bubble lines required
for responses to these types of problems.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Sep 11 19:46:48 2007 UTC (16 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +22 -4 lines
- BUG#5419
     - adding edit interface to externalresponse
     - adding extrenal response to insertable list, but as hidden

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Sep 11 19:24:14 2007 UTC (16 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
- using LWP::UA's published interface

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Sep 11 19:07:01 2007 UTC (16 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
- BUG#5419, get <externalresponse> operational again
   - xmlparse needs to have parser_env primed
   - misspelling in dereister was leaking memory

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Apr 18 00:19:37 2007 UTC (16 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_2_5_X, 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.6: preferred, colored
Changes since revision 1.6: +11 -1 lines
- 2622 for math, external, custom

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Oct 18 15:33:55 2005 UTC (18 years, 5 months ago) by albertel
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, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_99_1
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +24 -13 lines
- making <externalresponse> work
- added a really simple (and stupid) grading script

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Oct 18 13:58:12 2005 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +48 -48 lines
- retabinate

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Apr 7 06:56:21 2005 UTC (18 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_2_0_X, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +4 -3 lines
- ENV -> env

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Apr 8 02:40:56 2003 UTC (20 years, 11 months ago) by albertel
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_X, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, version_1_1_3, version_1_1_2, version_1_1_1, version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1, version_1_0_99, version_1_0_3, version_1_0_2, version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4, version_0_99_3, version_0_99_2, version_0_99_1, version_0_99_0, conference_2003
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
- brining consitancy to the homework input fields

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Sep 23 07:07:02 2002 UTC (21 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: version_0_6_2, version_0_6
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
- silly typo

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jan 30 17:30:06 2002 UTC (22 years, 2 months ago) by albertel
Branches: MAIN
CVS tags: version_0_5_1, version_0_5, version_0_4, stable_2002_spring, stable_2002_july, stable_2002_april, STABLE
- file to handel extrenal style responses

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>