CVS log for loncom/homework/optionresponse.pm

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.195.2.3: download - view: text, markup, annotated - select for diffs
Thu Mar 1 13:11:47 2018 UTC (6 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
Diff to previous 1.195.2.2: preferred, colored next main 1.196: preferred, colored
Changes since revision 1.195.2.2: +2 -2 lines
- For 2.11
  - Backport 1.201

Revision 1.201: download - view: text, markup, annotated - select for diffs
Wed Feb 28 13:20:50 2018 UTC (6 years ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
Diff to previous 1.200: preferred, colored
Changes since revision 1.200: +2 -2 lines
- Eliminate javascript error in composite page conatining optionresponse.
  - Regular expression in lonpage.pm which is used to append prefix argument
    in call to setSubmittedPart() expects string javascript:setSubmittedPart

Revision 1.195.2.2: download - view: text, markup, annotated - select for diffs
Wed Sep 14 18:30:06 2016 UTC (7 years, 6 months ago) by raeburn
Branches: version_2_11_X
CVS tags: version_2_11_2_educog, version_2_11_2
Diff to previous 1.195.2.1: preferred, colored
Changes since revision 1.195.2.1: +5 -4 lines
- For 2.11
  - Backport 1.196, 1.197

Revision 1.200: download - view: text, markup, annotated - select for diffs
Tue Apr 28 13:12:52 2015 UTC (8 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.199: preferred, colored
Changes since revision 1.199: +44 -9 lines
- Bug 2802
 - Lenient (partial credit) parameter for optionresponse supports relative
   weights when checkboxes are in use.
 -  Different numbers of points (either positive or negative) can be specified
    for correct foils (checked or unchecked) and incorrect foils (checked or
    unchecked).
    - Overview modes for parameter setting include textboxes for each of the
      four types if "weighted" is selected.
- Overview modes for parameter setting for Client IP/Name Access Control
  also include individual textboxes for each IP or Name, with separate
  boxes for "allow from" and "deny from".
Work in progress.

Revision 1.195.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 21 23:36:43 2015 UTC (8 years, 11 months ago) by raeburn
Branches: version_2_11_X
CVS tags: version_2_11_1
Diff to previous 1.195: preferred, colored
Changes since revision 1.195: +17 -6 lines
- For 2.11
  Backport 1.198,  1.199.

Revision 1.199: download - view: text, markup, annotated - select for diffs
Tue Apr 21 12:28:05 2015 UTC (8 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.198: preferred, colored
Changes since revision 1.198: +4 -1 lines
- Bug 2802
  If at least one response item in a problem part is set to lenient, then
  if the award for that item is ASSIGNED_SCORE, that should trump award(s)
  of INCORRECT for other response items in the same problem part, when
  finalizing the award, so "You are partially correct" will be shown,
  unless feedback is suppressed.

Revision 1.198: download - view: text, markup, annotated - select for diffs
Mon Apr 20 21:57:47 2015 UTC (8 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.197: preferred, colored
Changes since revision 1.197: +14 -6 lines
- Bug 2802
  Support different settings for the lenient parameter for each part in a
  multi-part problem.

Revision 1.197: download - view: text, markup, annotated - select for diffs
Thu Apr 9 09:48:02 2015 UTC (8 years, 11 months ago) by droeschl
Branches: MAIN
Diff to previous 1.196: preferred, colored
Changes since revision 1.196: +2 -2 lines
Show/hide button now appears at the intended location.

Revision 1.196: download - view: text, markup, annotated - select for diffs
Mon Jan 19 15:35:53 2015 UTC (9 years, 2 months ago) by goltermann
Branches: MAIN
Diff to previous 1.195: preferred, colored
Changes since revision 1.195: +5 -4 lines
authoring space overhaul
this update tries to improve the user experience of the authoring space.

added codemirror for xml editor and script tags in colorful editor
added possibility to deactivate codemirror in author settings
added dropdown menu to insert problem templates into xml editor (thanks to tobias reinhardt)
added feature of saving current scrollposition on save when editing problems
added possibility to fold blocks in colorful editor, this state will be saved and restored
added shortcuts to create empty problems, html files and directories

and other smaller features and bugfixes

Revision 1.195: download - view: text, markup, annotated - select for diffs
Fri Nov 28 18:23:04 2014 UTC (9 years, 4 months ago) by raeburn
Branches: MAIN
Branch point for: version_2_11_X
Diff to previous 1.194: preferred, colored
Changes since revision 1.194: +148 -60 lines
- Optionresponse in "checkbox" mode:
  - Additional (optional) attributes: maxcheck and mincheck available to enforce
    requirement on number of checkboxes which may be checked.
  - Intended use case is polling with optionresponse used in survey mode,
    and maximum number of selections voter may make is to be limited.

Revision 1.194: download - view: text, markup, annotated - select for diffs
Thu Nov 27 17:37:09 2014 UTC (9 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.193: preferred, colored
Changes since revision 1.193: +10 -5 lines
- Bug 6597
  - Attributes for foilgroup in optionresponse now include checkbox for
    omit "Select all that are ..." in colorful editor (displayed by default
    when reponse uses checkboxes for binary options instead of dropdown lists).

Revision 1.193: download - view: text, markup, annotated - select for diffs
Tue Dec 3 17:22:08 2013 UTC (10 years, 3 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0
Diff to previous 1.192: preferred, colored
Changes since revision 1.192: +11 -6 lines
Internationalization of colorful editor - added missing &mt() calls

Revision 1.192: download - view: text, markup, annotated - select for diffs
Tue Dec 3 14:54:29 2013 UTC (10 years, 3 months ago) by bisitz
Branches: MAIN
Diff to previous 1.191: preferred, colored
Changes since revision 1.191: +2 -2 lines
Do not translate twice

Revision 1.191: download - view: text, markup, annotated - select for diffs
Fri Jul 19 18:24:21 2013 UTC (10 years, 8 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_11_0_RC1
Diff to previous 1.190: preferred, colored
Changes since revision 1.190: +2 -2 lines
Exclude HTML tags from translation phrases.
Update corresponding German translation file phrases and translations.

Revision 1.190: download - view: text, markup, annotated - select for diffs
Tue Apr 30 03:03:34 2013 UTC (10 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.189: preferred, colored
Changes since revision 1.189: +21 -3 lines
- Can view own submissions in anonymous surveys.

Revision 1.189: download - view: text, markup, annotated - select for diffs
Tue Dec 18 16:30:23 2012 UTC (11 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.188: preferred, colored
Changes since revision 1.188: +6 -3 lines
- Sanity checking.

Revision 1.188: download - view: text, markup, annotated - select for diffs
Fri Nov 30 11:45:50 2012 UTC (11 years, 3 months ago) by foxr
Branches: MAIN
Diff to previous 1.187: preferred, colored
Changes since revision 1.187: +10 -3 lines
BZ 6626 - Don't strip variable optinos for foilgroups.

Revision 1.187: download - view: text, markup, annotated - select for diffs
Fri Oct 12 12:45:46 2012 UTC (11 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.186: preferred, colored
Changes since revision 1.186: +6 -3 lines
- For perl 5.16 use of deprecated defined(@array) generates warnings.
  - eliminate use.

Revision 1.186: download - view: text, markup, annotated - select for diffs
Mon Jun 25 10:36:00 2012 UTC (11 years, 9 months ago) by foxr
Branches: MAIN
Diff to previous 1.185: preferred, colored
Changes since revision 1.185: +6 -4 lines
BZ 6597 - support noprompt attribute in <foilgroup> tag.  When present and
having a value of '1' supresses the prompt to select all that are true.

Revision 1.185: download - view: text, markup, annotated - select for diffs
Wed Apr 18 19:45:39 2012 UTC (11 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.184: preferred, colored
Changes since revision 1.184: +2 -2 lines
- Do a better job of preventing bubble and letter (A etc.) bleeding from
  left column to adjacent right column (or being truncated, if in right
  column) when creating 2-column printout for optionresponse in exam mode.

Revision 1.184: download - view: text, markup, annotated - select for diffs
Thu Dec 15 01:21:28 2011 UTC (12 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
Diff to previous 1.183: preferred, colored
Changes since revision 1.183: +22 -3 lines
- Bug 2802.
  - Separate decision on leniency in grading from logic on whether additional
    new submission is possible for partially correct problem parts.
  - new parameter: retrypartial set to "yes" if part is to be answerable
    when partially correct.
  - custompartial.problem template incorporates retrypartial parameter in
    place of lenient parameter.
  - points awarded > 1 no longer considered 'partially correct'.
  - &grading_is_nonlenient() moved from inputtags.pm back to optionresponse.pm

Revision 1.183: download - view: text, markup, annotated - select for diffs
Tue Nov 29 13:24:38 2011 UTC (12 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: language_hyphenation_merge, language_hyphenation
Diff to previous 1.182: preferred, colored
Changes since revision 1.182: +3 -22 lines
- Bug 2802.
  - optionresponse::is_nonlenient() moved to inputtags::grading_is_nonlenient()
    to facilitate re-use.
  - where solved is "correct", awarded value < 1 permits new submission,
    only if lenient grading applies.
  - add lenient parameter to custompartial.problem template.

Revision 1.173.2.2: download - view: text, markup, annotated - select for diffs
Tue Nov 8 19:38:05 2011 UTC (12 years, 4 months ago) by raeburn
Branches: version_2_10_X
CVS tags: version_2_10_1, loncapaMITrelate_1
Diff to previous 1.173.2.1: preferred, colored to branchpoint 1.173: preferred, colored next main 1.174: preferred, colored
Changes since revision 1.173.2.1: +7 -4 lines
- Backport 1.182.

Revision 1.182: download - view: text, markup, annotated - select for diffs
Tue Nov 8 05:19:14 2011 UTC (12 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.181: preferred, colored
Changes since revision 1.181: +7 -4 lines
- Bug 5817.

Revision 1.173.2.1: download - view: text, markup, annotated - select for diffs
Sat Oct 8 23:03:42 2011 UTC (12 years, 5 months ago) by raeburn
Branches: version_2_10_X
Diff to previous 1.173: preferred, colored
Changes since revision 1.173: +3 -7 lines
- Backport 1.180.

Revision 1.181: download - view: text, markup, annotated - select for diffs
Fri Oct 7 22:39:59 2011 UTC (12 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.180: preferred, colored
Changes since revision 1.180: +22 -18 lines
- Bug 2802.
  Move determination of lenient vs non-lenient to subroutine to facilitate reuse
.
  - Support lenient parameter for matchresponse as well as optionresponse.
  - Use response::get_param_response() to retrieve lenient parm.

Revision 1.180: download - view: text, markup, annotated - select for diffs
Fri Sep 30 16:47:08 2011 UTC (12 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.179: preferred, colored
Changes since revision 1.179: +3 -7 lines
- Bug 6513, 6515.
- Add 0 to options for optionresponse using colorful editor.

Revision 1.179: download - view: text, markup, annotated - select for diffs
Fri Sep 16 22:23:54 2011 UTC (12 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.178: preferred, colored
Changes since revision 1.178: +1 -4 lines
- Bug 5771
  - Fix underlying cause in lonnet::hashref2str().
  - Preferred to earlier fix (now reverted).
    - Revert earlier changes in *response.pm to report foil name of 0
      as an error.

Revision 1.178: download - view: text, markup, annotated - select for diffs
Fri Sep 16 02:27:59 2011 UTC (12 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.177: preferred, colored
Changes since revision 1.177: +3 -1 lines
- Fix change in 1.177.
  - also retrieve response where this is not multiline bubblesheet grading.

Revision 1.177: download - view: text, markup, annotated - select for diffs
Tue Sep 13 21:42:58 2011 UTC (12 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.176: preferred, colored
Changes since revision 1.176: +97 -17 lines
- Additional (eighteenth field) BubblesPerRow in Bubblesheet Format file.
  - specify bubbles available for each question row (default is 10).
- Support case where question (or subquestion for optionresponse,
    matchresponse, or rankresponse) requires more bubbles than in one line.
  - Students prompted to bubble once in multiple lines.
  - Numbering recognizes multiple lines per question.
  - Also supports: imageresponse, stringresponse, formularesponse where
    students leave link(s) blank if weight assigned is greater than
    bubbles per line -- multiple lines also supported in this case.

For example:
- 15-bubble MSU Art History exams now supported on standard 10-bubble
    bubblesheets used at MSU.

Revision 1.176: download - view: text, markup, annotated - select for diffs
Tue Jun 7 17:27:37 2011 UTC (12 years, 9 months ago) by www
Branches: MAIN
Diff to previous 1.175: preferred, colored
Changes since revision 1.175: +4 -1 lines
Bug #5771: foil name 0 does not work

Revision 1.175: download - view: text, markup, annotated - select for diffs
Mon Mar 7 19:42:21 2011 UTC (13 years ago) by www
Branches: MAIN
Diff to previous 1.174: preferred, colored
Changes since revision 1.174: +3 -7 lines
Saving my work: lenient grading. Still problems with saving input after
first try.

Revision 1.174: download - view: text, markup, annotated - select for diffs
Thu Mar 3 21:05:35 2011 UTC (13 years ago) by www
Branches: MAIN
Diff to previous 1.173: preferred, colored
Changes since revision 1.173: +30 -2 lines
Work in progress on lenient option response grading

Revision 1.173: download - view: text, markup, annotated - select for diffs
Sun Dec 19 00:52:00 2010 UTC (13 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_10_0_RC2, version_2_10_0
Branch point for: version_2_10_X
Diff to previous 1.172: preferred, colored
Changes since revision 1.172: +24 -7 lines
- New Question Type - randomizetry
  - Only set dropdown lists to selections last try when displaying options
    for new try, if rndseed for last try is the same as for current try.

Revision 1.172: download - view: text, markup, annotated - select for diffs
Sun Sep 5 20:46:58 2010 UTC (13 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.171: preferred, colored
Changes since revision 1.171: +12 -6 lines
Bug #6329: can switch off checkbox choices

Revision 1.171: download - view: text, markup, annotated - select for diffs
Wed Sep 1 21:29:51 2010 UTC (13 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.170: preferred, colored
Changes since revision 1.170: +4 -4 lines
- Bug 6354.
  - Modifying changes in rev. 1.165 (to address bug 3268).
  - Prevent text in multi line options list generated in exam mode from
    overlapping with each other or with foil text.

Revision 1.170: download - view: text, markup, annotated - select for diffs
Mon Aug 23 11:54:31 2010 UTC (13 years, 7 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_10_0_RC1
Diff to previous 1.169: preferred, colored
Changes since revision 1.169: +7 -3 lines
- Don't display bullet if there is only one foil.

Revision 1.169: download - view: text, markup, annotated - select for diffs
Mon Aug 23 11:33:29 2010 UTC (13 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.168: preferred, colored
Changes since revision 1.168: +1 -2 lines
Argh.

Revision 1.168: download - view: text, markup, annotated - select for diffs
Mon Aug 23 11:29:32 2010 UTC (13 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.167: preferred, colored
Changes since revision 1.167: +3 -1 lines
Undoing 6329: Choices could also be "Red", "Green"
or "Increase" - "Stay the Same"

Revision 1.167: download - view: text, markup, annotated - select for diffs
Mon Aug 23 04:43:04 2010 UTC (13 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.166: preferred, colored
Changes since revision 1.166: +3 -4 lines
- Bug 6324.
 - reversing change in rev 1.109 (bug 2966), and replacing enumeration with bullets.

Revision 1.166: download - view: text, markup, annotated - select for diffs
Mon Aug 23 03:57:48 2010 UTC (13 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.165: preferred, colored
Changes since revision 1.165: +2 -3 lines
- Bug 6329.

Revision 1.165: download - view: text, markup, annotated - select for diffs
Mon Aug 2 10:52:54 2010 UTC (13 years, 7 months ago) by foxr
Branches: MAIN
Diff to previous 1.164: preferred, colored
Changes since revision 1.164: +5 -5 lines
BZ3268 - make various problem types look better when multiple answers appear in
a single part connected by text (<startouttext /> stuff <endouttext />

Revision 1.164: download - view: text, markup, annotated - select for diffs
Tue Apr 27 14:11:17 2010 UTC (13 years, 11 months ago) by onken
Branches: MAIN
CVS tags: PRINT_INCOMPLETE_base, PRINT_INCOMPLETE
Diff to previous 1.163: preferred, colored
Changes since revision 1.163: +7 -4 lines
Removes PDF-forms fracments in printouts from problems in exam-mode.

Revision 1.163: download - view: text, markup, annotated - select for diffs
Sun Feb 28 23:40:53 2010 UTC (14 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.162: preferred, colored
Changes since revision 1.162: +20 -4 lines
- New awards for surveys:
 ANONYMOUS ANONYMOUS_CREDIT SUBMITTED_CREDIT
  - given for question types: anonsurvey, anonsurvey_cred, survey_cred.
    - anonsurvey -- course personnel can not view both identity of submitter
                    and submission details.
    - anonsurveycred -- same anonymity, but submitter receives 'awarded' for
                        submission
    - surveycred - submitter receives 'awarded' for submission to survey.
- Do not display submission information in grading view for anonymous surveys.

Revision 1.162: download - view: text, markup, annotated - select for diffs
Fri Feb 5 23:02:39 2010 UTC (14 years, 1 month ago) by www
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, GCI_3
Diff to previous 1.161: preferred, colored
Changes since revision 1.161: +16 -4 lines
Bug #2294: checkboxes for simple two-option optionresponses

Revision 1.161: download - view: text, markup, annotated - select for diffs
Fri Feb 5 21:38:41 2010 UTC (14 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.160: preferred, colored
Changes since revision 1.160: +11 -6 lines
Bug #2294: now only needs editing interface

Revision 1.160: download - view: text, markup, annotated - select for diffs
Fri Feb 5 20:54:33 2010 UTC (14 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.159: preferred, colored
Changes since revision 1.159: +13 -6 lines
More work on 2294: provide list of choices

Revision 1.159: download - view: text, markup, annotated - select for diffs
Fri Feb 5 15:34:02 2010 UTC (14 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.158: preferred, colored
Changes since revision 1.158: +29 -2 lines
Saving my work: bug #2294 true/false as checkbox
Still needs XML structure and editor interface, otherwise works.

Revision 1.158: download - view: text, markup, annotated - select for diffs
Mon May 4 13:42:50 2009 UTC (14 years, 10 months ago) by onken
Branches: MAIN
CVS tags: version_2_8_99_0, bz6209-base, bz6209, bz5969, bz2851, GCI_2, BZ5971-printing-apage, BZ5434-fox
Diff to previous 1.157: preferred, colored
Changes since revision 1.157: +10 -7 lines
Disable printing PDF-Forms-Comboboxes in optionresponse if a problem is not answerable for students.
and
Correct/simpliefy a RegEx which parse Answers of options.

Revision 1.151.2.1: download - view: text, markup, annotated - select for diffs
Thu Dec 11 01:59:01 2008 UTC (15 years, 3 months ago) by raeburn
Branches: version_2_8_X
CVS tags: version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_99_1, version_2_7_99_0, GCI_1
Diff to previous 1.151: preferred, colored next main 1.152: preferred, colored
Changes since revision 1.151: +14 -12 lines
- Backport 1.153, 1.157.

Revision 1.157: download - view: text, markup, annotated - select for diffs
Wed Dec 10 21:48:21 2008 UTC (15 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.156: preferred, colored
Changes since revision 1.156: +4 -4 lines
- Avoid &mt(&mt()).
  - No need to &mt() the array items to be displayed as text -- edit::select_arg() does this anyway.

Revision 1.156: download - view: text, markup, annotated - select for diffs
Thu Nov 20 15:19:15 2008 UTC (15 years, 4 months ago) by jms
Branches: MAIN
Diff to previous 1.155: preferred, colored
Changes since revision 1.155: +62 -61 lines
Moved POD comments to bottom of file

Revision 1.155: download - view: text, markup, annotated - select for diffs
Tue Nov 18 19:14:28 2008 UTC (15 years, 4 months ago) by jms
Branches: MAIN
Diff to previous 1.154: preferred, colored
Changes since revision 1.154: +21 -62 lines
Added/updated/converted POD. Many files had their POD redone to new standards.

Revision 1.154: download - view: text, markup, annotated - select for diffs
Wed Nov 12 20:32:29 2008 UTC (15 years, 4 months ago) by jms
Branches: MAIN
Diff to previous 1.153: preferred, colored
Changes since revision 1.153: +107 -1 lines
Added POD documentation

Revision 1.153: download - view: text, markup, annotated - select for diffs
Fri Oct 24 16:22:54 2008 UTC (15 years, 5 months ago) by bisitz
Branches: MAIN
Diff to previous 1.152: preferred, colored
Changes since revision 1.152: +12 -10 lines
Localization, wording, nobreaks for Colorful Editor
- Added missing &mt() calls at several places (more to be done)
- Same wording "Delete?" for all Delete options
- Same wording style, e.g. added ":" after text and before optionlist
- Added nobreak style for some elements which need to stay together, e.g. help_open_topic in loncommon.pm
- Added/updated some related German translations

Revision 1.152: download - view: text, markup, annotated - select for diffs
Thu Sep 11 17:38:14 2008 UTC (15 years, 6 months ago) by onken
Branches: MAIN
Diff to previous 1.151: preferred, colored
Changes since revision 1.151: +44 -11 lines
Add optionresponse problems to PDF-Forms

Revision 1.151: download - view: text, markup, annotated - select for diffs
Fri Aug 8 16:37:13 2008 UTC (15 years, 7 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_7_X, version_2_7_1, version_2_7_0
Branch point for: version_2_8_X
Diff to previous 1.150: preferred, colored
Changes since revision 1.150: +3 -3 lines
Localization:
- Added missing &mt() call to "Foils without names" warning
- Optimized &mt() call for "Foil name ... appears more than once" warning
- Added some other missing &mt() calls

Revision 1.150: download - view: text, markup, annotated - select for diffs
Mon Jun 23 11:27:44 2008 UTC (15 years, 9 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_6_99_1, version_2_6_99_0
Diff to previous 1.149: preferred, colored
Changes since revision 1.149: +2 -2 lines
Localisation:
Added missing &mt() call (-> Choices)

Revision 1.149: 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_6_X, version_2_6_3, version_2_6_2
Diff to previous 1.148: preferred, colored
Changes since revision 1.148: +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.148: download - view: text, markup, annotated - select for diffs
Thu Jan 31 05:14:06 2008 UTC (16 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.147: preferred, colored
Changes since revision 1.147: +2 -2 lines
Typo.

Revision 1.147: 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.146: preferred, colored
Changes since revision 1.146: +4 -2 lines
BZ 4074  Ensure the bubble lines chunk of the analysis hash gets
keyed by the concatenation of partid.resopnseid.

Revision 1.146: 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.145: preferred, colored
Changes since revision 1.145: +7 -2 lines
bz4074 - Use lonxml subs to maintain the number of bubble lines required
for responses to these types of problems.

Revision 1.145: download - view: text, markup, annotated - select for diffs
Wed Aug 29 10:07:42 2007 UTC (16 years, 7 months ago) by foxr
Branches: MAIN
Diff to previous 1.144: preferred, colored
Changes since revision 1.144: +3 -1 lines
Make anaylze target produce a bubble_lines entry that describes how many
lines on an answer bubble sheet the problem requires for its answer.

Revision 1.144: download - view: text, markup, annotated - select for diffs
Tue Jun 26 20:51:53 2007 UTC (16 years, 9 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_99_0
Diff to previous 1.143: preferred, colored
Changes since revision 1.143: +8 -4 lines
- <drawoptionlist ?. insertable, and works correctly when outside
  of a text block (BUG#5302)

Revision 1.143: download - view: text, markup, annotated - select for diffs
Tue Apr 17 23:25:09 2007 UTC (16 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_2_4_X, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_99_0
Diff to previous 1.142: preferred, colored
Changes since revision 1.142: +4 -23 lines
- 2622, refactoring out some code, essay response also works now

Revision 1.142: download - view: text, markup, annotated - select for diffs
Mon Apr 16 22:50:41 2007 UTC (16 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.141: preferred, colored
Changes since revision 1.141: +3 -3 lines
- bug#2622
   - color extended across whole row
   - make the try count stand out more
   - correct message updated
   - option response display vertically
   - coverted response messages to be css rather than staitic colros

Revision 1.141: download - view: text, markup, annotated - select for diffs
Fri Apr 6 16:54:48 2007 UTC (16 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.140: preferred, colored
Changes since revision 1.140: +7 -8 lines
- style police
- change the logthis to a debug

Revision 1.140: download - view: text, markup, annotated - select for diffs
Thu Apr 5 10:29:58 2007 UTC (16 years, 11 months ago) by foxr
Branches: MAIN
Diff to previous 1.139: preferred, colored
Changes since revision 1.139: +11 -3 lines
bgz4657 - Make the bubble layout a bit more compact
so that if the user has chosen a left/right
positioning of the foil (2 columns) in 2 col printout
in exam mode for matchresponse, nothing will spill over
into the column gutter etc.

Revision 1.139: download - view: text, markup, annotated - select for diffs
Tue Mar 27 19:20:49 2007 UTC (17 years ago) by albertel
Branches: MAIN
Diff to previous 1.138: preferred, colored
Changes since revision 1.138: +3 -2 lines
- BUG#4244 enter works correctly now also with ption/radio/rank/match response

Revision 1.138: download - view: text, markup, annotated - select for diffs
Thu Mar 1 02:33:28 2007 UTC (17 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.137: preferred, colored
Changes since revision 1.137: +27 -1 lines
- previous submission display mode of optionresponse

Revision 1.137: download - view: text, markup, annotated - select for diffs
Thu Feb 22 01:25:31 2007 UTC (17 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.136: preferred, colored
Changes since revision 1.136: +2 -1 lines
- BUG#5206, <foil>s were posibly getting 2 eauation passes

Revision 1.136: download - view: text, markup, annotated - select for diffs
Wed Jan 17 10:46:13 2007 UTC (17 years, 2 months ago) by foxr
Branches: MAIN
Diff to previous 1.135: preferred, colored
Changes since revision 1.135: +5 -4 lines
Don't pass through <displayoptionlist> tags to output if the target
is 'answer'.

Revision 1.135: download - view: text, markup, annotated - select for diffs
Wed Mar 15 17:10:49 2006 UTC (18 years 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_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0
Diff to previous 1.134: preferred, colored
Changes since revision 1.134: +1 -60 lines
- Ron has convinced me that this is a bad idea

Revision 1.134: download - view: text, markup, annotated - select for diffs
Wed Mar 15 00:08:53 2006 UTC (18 years ago) by foxr
Branches: MAIN
Diff to previous 1.133: preferred, colored
Changes since revision 1.133: +61 -2 lines
Defect 3340 - Allow <display></display> to operate
within the options of a <foilgroup> tag...to inhibit
latex fixups.  I need to test some edge cases still, but
the 'main' case appears to work fine now.

Revision 1.133: download - view: text, markup, annotated - select for diffs
Thu Mar 9 01:04:43 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.132: preferred, colored
Changes since revision 1.132: +2 -2 lines
- xhtml

Revision 1.132: download - view: text, markup, annotated - select for diffs
Mon Feb 6 21:59:23 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.131: preferred, colored
Changes since revision 1.131: +10 -3 lines
- add texoptions 'nochoice' to Edit interface

Revision 1.131: download - view: text, markup, annotated - select for diffs
Thu Feb 2 20:36:07 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
CVS tags: version_2_1_X, version_2_1_3
Diff to previous 1.130: preferred, colored
Changes since revision 1.130: +2 -2 lines
- need to explicitly set \tabcolsep so it is consistanent for us

Revision 1.130: download - view: text, markup, annotated - select for diffs
Tue Dec 6 10:03:57 2005 UTC (18 years, 3 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_99_1
Diff to previous 1.129: preferred, colored
Changes since revision 1.129: +29 -12 lines
- add correct bubble to exam printout
- optionrepsonse prints multiple answer lines for exam printout

Revision 1.129: download - view: text, markup, annotated - select for diffs
Wed Jun 22 12:03:23 2005 UTC (18 years, 9 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, version_1_99_0
Diff to previous 1.128: preferred, colored
Changes since revision 1.128: +2 -2 lines
- 0 is a valid name for a foil

Revision 1.128: download - view: text, markup, annotated - select for diffs
Tue Jun 21 21:00:55 2005 UTC (18 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.127: preferred, colored
Changes since revision 1.127: +2 -2 lines
- BIG#4142 ratche foil unamedness downn to warning

Revision 1.127: download - view: text, markup, annotated - select for diffs
Mon Jun 20 21:31:07 2005 UTC (18 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.126: preferred, colored
Changes since revision 1.126: +2 -2 lines
- slapping a <b> arond the correct value for option/rank/match responses BUG#4139

Revision 1.126: download - view: text, markup, annotated - select for diffs
Tue Jun 7 01:33:19 2005 UTC (18 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.125: preferred, colored
Changes since revision 1.125: +10 -8 lines
- BUG#4065 make it so html entities work inside of <oprtionresponse> values
(for instance &ne;)

Revision 1.125: download - view: text, markup, annotated - select for diffs
Thu Apr 7 06:56:22 2005 UTC (18 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_1_99_1_tmcc, version_1_99_0_tmcc
Diff to previous 1.124: preferred, colored
Changes since revision 1.124: +10 -9 lines
- ENV -> env

Revision 1.124: download - view: text, markup, annotated - select for diffs
Mon Jan 31 22:00:40 2005 UTC (19 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.123: preferred, colored
Changes since revision 1.123: +2 -2 lines
- Part of #636, Submit Answer now only submits for a single part. The logic for detecting a submission has been broken out to a subroutine if future tweaks are needed.

Revision 1.123: download - view: text, markup, annotated - select for diffs
Mon Jan 10 19:21:57 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.122: preferred, colored
Changes since revision 1.122: +5 -2 lines
- BUG#3757, <foil>s without names throw errors

Revision 1.122: download - view: text, markup, annotated - select for diffs
Sat Dec 4 00:41:26 2004 UTC (19 years, 3 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_99_1
Diff to previous 1.121: preferred, colored
Changes since revision 1.121: +6 -11 lines
- BUG#3637, printing was different if in using conceptgroups versus not using concept groups

Revision 1.121: download - view: text, markup, annotated - select for diffs
Thu Oct 21 06:33:37 2004 UTC (19 years, 5 months ago) by albertel
Branches: MAIN
CVS tags: version_1_2_99_0
Diff to previous 1.120: preferred, colored
Changes since revision 1.120: +11 -2 lines
- Bug#1 <or> handles survey mode

Revision 1.120: download - view: text, markup, annotated - select for diffs
Wed Sep 29 05:47:33 2004 UTC (19 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: version_1_2_X, version_1_2_1
Diff to previous 1.119: preferred, colored
Changes since revision 1.119: +7 -3 lines
- unbubbled scantron responses in optionresponse were treated as if the user had bubbled A BUG#3508

Revision 1.119: download - view: text, markup, annotated - select for diffs
Wed Aug 25 20:00:31 2004 UTC (19 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: version_1_2_0
Diff to previous 1.118: preferred, colored
Changes since revision 1.118: +4 -4 lines
- spelling

Revision 1.118: download - view: text, markup, annotated - select for diffs
Wed Aug 25 19:38:58 2004 UTC (19 years, 7 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.117: preferred, colored
Changes since revision 1.117: +3 -2 lines
Possible (suggested today by Ed) quick fixing for rankresponce problem in exam mode. I still work on more elegant (Gerd's) solution.

Revision 1.117: download - view: text, markup, annotated - select for diffs
Fri Jul 30 18:45:49 2004 UTC (19 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_1_1_99_5, version_1_1_99_4
Diff to previous 1.116: preferred, colored
Changes since revision 1.116: +7 -3 lines
- sigh fixes bug with pulishing <or> that use <drawoptionlist />

Revision 1.116: download - view: text, markup, annotated - select for diffs
Thu Jul 29 19:40:23 2004 UTC (19 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.115: preferred, colored
Changes since revision 1.115: +2 -2 lines
- it is good to actually run the code before you commit it.

Revision 1.115: download - view: text, markup, annotated - select for diffs
Tue Jul 20 13:38:47 2004 UTC (19 years, 8 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.114: preferred, colored
Changes since revision 1.114: +2 -2 lines
Added a space after comma in option list to give LaTeX more flexibility in printing.

Revision 1.114: download - view: text, markup, annotated - select for diffs
Mon Jul 12 16:19:48 2004 UTC (19 years, 8 months ago) by sakharuk
Branches: MAIN
CVS tags: version_1_1_99_3
Diff to previous 1.113: preferred, colored
Changes since revision 1.113: +2 -1 lines
Part of bug 3103 is fixed. LaTeX does not allow use \\ command inside if some list environment si I implemented \vskip 0 mm.

Revision 1.113: download - view: text, markup, annotated - select for diffs
Tue Jul 6 14:58:30 2004 UTC (19 years, 8 months ago) by sakharuk
Branches: MAIN
CVS tags: version_1_1_99_2
Diff to previous 1.112: preferred, colored
Changes since revision 1.112: +2 -2 lines
Corrected my ows error. Sorry.

Revision 1.112: download - view: text, markup, annotated - select for diffs
Tue Jul 6 14:53:00 2004 UTC (19 years, 8 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.111: preferred, colored
Changes since revision 1.111: +15 -6 lines
Bug about <drawoptionlist /> is fixed.

Revision 1.111: download - view: text, markup, annotated - select for diffs
Fri Jul 2 08:21:39 2004 UTC (19 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_1_1_99_1
Diff to previous 1.110: preferred, colored
Changes since revision 1.110: +6 -3 lines
- more fixes for crappy matchresponse BUG#3094

Revision 1.110: download - view: text, markup, annotated - select for diffs
Thu May 27 04:25:13 2004 UTC (19 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_1_1_99_0
Diff to previous 1.109: preferred, colored
Changes since revision 1.109: +3 -2 lines
- fixes for randnumber generation
   - due to a error in coding the 64bit and 64bit2 rnd seeds were throwing away the second half of the seed, we now preserve this functionality and make it explicit
   - additionally 64bit3 now uses all 64bits of the seed
   - also added new function pushrandomnumber poprandomnumber to be called instead of setrandomnumber before we were crunching the Safe space random number generator state, as this function is used bu thing the <optionresponse> and <radoibuttonresponse> this meant changes in the internal randomization code could screw up later Safe space random calls the old method is preserved for blank 64bit and 64bit2 randomiztion env.

Revision 1.109: download - view: text, markup, annotated - select for diffs
Thu May 6 07:31:32 2004 UTC (19 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.108: preferred, colored
Changes since revision 1.108: +3 -2 lines
BUG#2966

Revision 1.108: download - view: text, markup, annotated - select for diffs
Fri Apr 23 21:37:41 2004 UTC (19 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.107: preferred, colored
Changes since revision 1.107: +8 -7 lines
- Make TeXlayout Editable
- move TeXlayout to <optionreponse> from <foilgroup>
- remove some debug messages

Revision 1.107: download - view: text, markup, annotated - select for diffs
Fri Apr 23 17:57:18 2004 UTC (19 years, 11 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.106: preferred, colored
Changes since revision 1.106: +23 -11 lines
Added additional attribute TeXlayout to print complicated problems with a few
<foilgroups> in text. See e-mail that I've sent you (copy e-mail to Ed).

Revision 1.106: download - view: text, markup, annotated - select for diffs
Fri Apr 16 22:25:13 2004 UTC (19 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.105: preferred, colored
Changes since revision 1.105: +23 -1 lines
- BUG#2284, optionresponse now complains if the correct option for a question isn't available for selection for the student to choose

Revision 1.105: download - view: text, markup, annotated - select for diffs
Thu Mar 25 16:55:16 2004 UTC (20 years ago) by albertel
Branches: MAIN
Diff to previous 1.104: preferred, colored
Changes since revision 1.104: +5 -2 lines
- Start on BUG#2730, annotate in the analyze data structure whether an answer is computed or not.

Revision 1.104: download - view: text, markup, annotated - select for diffs
Mon Mar 15 22:09:52 2004 UTC (20 years ago) by albertel
Branches: MAIN
Diff to previous 1.103: preferred, colored
Changes since revision 1.103: +2 -2 lines
- BUG#2835, Error either always or never showed up.

Revision 1.103: download - view: text, markup, annotated - select for diffs
Mon Mar 8 23:23:04 2004 UTC (20 years ago) by albertel
Branches: MAIN
Diff to previous 1.102: preferred, colored
Changes since revision 1.102: +10 -3 lines
- BUG#2551, foil names need to be unique otherwise things go wonky, throw errors if we see repeated names.

Revision 1.102: download - view: text, markup, annotated - select for diffs
Thu Feb 19 21:55:54 2004 UTC (20 years, 1 month ago) by sakharuk
Branches: MAIN
Diff to previous 1.101: preferred, colored
Changes since revision 1.101: +4 -4 lines
Small but important change to print bubbles with only one letter more correctly.

Revision 1.96.2.2: download - view: text, markup, annotated - select for diffs
Thu Feb 19 19:20:25 2004 UTC (20 years, 1 month ago) by albertel
Branches: version_1_1_X
CVS tags: version_1_1_3, version_1_1_2
Diff to previous 1.96.2.1: preferred, colored to branchpoint 1.96: preferred, colored next main 1.97: preferred, colored
Changes since revision 1.96.2.1: +2 -1 lines
- backport < > in option list in exam mode print fix from 1.101

Revision 1.96.2.1: download - view: text, markup, annotated - select for diffs
Thu Feb 19 19:19:15 2004 UTC (20 years, 1 month ago) by albertel
Branches: version_1_1_X
Diff to previous 1.96: preferred, colored
Changes since revision 1.96: +16 -6 lines
- backport 1.99 and 1.100

Revision 1.101: download - view: text, markup, annotated - select for diffs
Thu Feb 19 19:06:35 2004 UTC (20 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.100: preferred, colored
Changes since revision 1.100: +49 -78 lines
- options with > < in them didn't print correct in exam mode
- removed dead tex print posisbility from showanswer mode
- option list in tex homwork mode uses latex_special_symbols now
- removed redundant code from exam/homeworkj print mode
- <drawoptionlist> didn't work properly in exam mode web and tex
- some small amounts of retabination

Revision 1.100: download - view: text, markup, annotated - select for diffs
Fri Feb 13 21:01:11 2004 UTC (20 years, 1 month ago) by sakharuk
Branches: MAIN
Diff to previous 1.99: preferred, colored
Changes since revision 1.99: +9 -3 lines
I've found my own error (actually not error but I did not consider yesterday printing for the selected students) and fixed it.

Revision 1.99: download - view: text, markup, annotated - select for diffs
Thu Feb 12 15:50:01 2004 UTC (20 years, 1 month ago) by sakharuk
Branches: MAIN
Diff to previous 1.98: preferred, colored
Changes since revision 1.98: +10 -6 lines
Algorithm for printing bubbles content in the exams was changed. It's capable to render more options with more accurate calculation of the width for every option. I really want to have as many responces about this as possible from people using exams printing. The same has to work without changes for radiobuttonresponce, rankresponce, ...

Revision 1.98: download - view: text, markup, annotated - select for diffs
Wed Jan 14 22:08:22 2004 UTC (20 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.97: preferred, colored
Changes since revision 1.97: +3 -2 lines
Help!

Revision 1.97: download - view: text, markup, annotated - select for diffs
Tue Jan 6 20:37:29 2004 UTC (20 years, 2 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.96: preferred, colored
Changes since revision 1.96: +2 -2 lines
 Bug 2547 (option response choices: m/s^2 breaks printing) is fixed.

Revision 1.96: download - view: text, markup, annotated - select for diffs
Sat Nov 15 06:28:02 2003 UTC (20 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: 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
Branch point for: version_1_1_X
Diff to previous 1.95: preferred, colored
Changes since revision 1.95: +2 -2 lines
- stop spamming attempts (Only log a response if there was a response)

Revision 1.95: download - view: text, markup, annotated - select for diffs
Tue Nov 4 18:37:40 2003 UTC (20 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.94: preferred, colored
Changes since revision 1.94: +5 -1 lines
- BUG#1458

Revision 1.94: download - view: text, markup, annotated - select for diffs
Mon Oct 27 20:04:34 2003 UTC (20 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.93: preferred, colored
Changes since revision 1.93: +5 -3 lines
- took a look at all of the analyze outputs and corrected the buglets

Revision 1.93: download - view: text, markup, annotated - select for diffs
Mon Oct 27 19:27:09 2003 UTC (20 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.92: preferred, colored
Changes since revision 1.92: +12 -55 lines
- fixing up analyze mode for radiobutton/option/rank/match/image to all use the smae code

Revision 1.92: download - view: text, markup, annotated - select for diffs
Fri Oct 24 18:07:04 2003 UTC (20 years, 5 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.91: preferred, colored
Changes since revision 1.91: +2 -2 lines
Removed last commit.

Revision 1.91: download - view: text, markup, annotated - select for diffs
Fri Oct 24 17:56:42 2003 UTC (20 years, 5 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.90: preferred, colored
Changes since revision 1.90: +2 -2 lines
Bug 2323 (problem numbering when printing exam with answers) fixed for optionresponse problems.

Revision 1.84.2.2: download - view: text, markup, annotated - select for diffs
Wed Oct 15 19:51:29 2003 UTC (20 years, 5 months ago) by albertel
Branches: version_1_0_2
CVS tags: version_1_0_3
Diff to previous 1.84.2.1: preferred, colored to branchpoint 1.84: preferred, colored next main 1.85: preferred, colored
Changes since revision 1.84.2.1: +21 -11 lines
- backport 1.90

Revision 1.90: download - view: text, markup, annotated - select for diffs
Wed Oct 15 19:40:42 2003 UTC (20 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.89: preferred, colored
Changes since revision 1.89: +21 -11 lines
- match/option/rank/numerical responses now restore last state of bubbles
  in online exam mode
- match/rank getting closer to working in scantron mode

Revision 1.89: download - view: text, markup, annotated - select for diffs
Mon Oct 13 19:25:30 2003 UTC (20 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.88: preferred, colored
Changes since revision 1.88: +1 -2 lines
- cleaining up some code

Revision 1.88: download - view: text, markup, annotated - select for diffs
Fri Oct 3 15:23:53 2003 UTC (20 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.87: preferred, colored
Changes since revision 1.87: +2 -2 lines
- whoops

Revision 1.87: download - view: text, markup, annotated - select for diffs
Wed Sep 24 18:18:38 2003 UTC (20 years, 6 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.86: preferred, colored
Changes since revision 1.86: +3 -11 lines
Some additional cleanup is done - removed some stupid chuncks of code for 'tex' target output.

Revision 1.84.2.1: download - view: text, markup, annotated - select for diffs
Tue Sep 23 01:52:57 2003 UTC (20 years, 6 months ago) by albertel
Branches: version_1_0_2
Diff to previous 1.84: preferred, colored
Changes since revision 1.84: +3 -4 lines
- backport changes to make problemstatus work better

Revision 1.86: download - view: text, markup, annotated - select for diffs
Mon Sep 22 20:49:01 2003 UTC (20 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.85: preferred, colored
Changes since revision 1.85: +3 -4 lines
- added &Apache::response::show_answer() to better check for if problemstatus inhibiting should be occuring or not

Revision 1.85: download - view: text, markup, annotated - select for diffs
Tue Sep 9 13:36:11 2003 UTC (20 years, 6 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.84: preferred, colored
Changes since revision 1.84: +2 -2 lines
Bug (it's not really a bug - just a very small correction) 2132 (Changing text in option response choices when printing) is fixed.

Revision 1.84: download - view: text, markup, annotated - select for diffs
Fri Aug 1 19:04:06 2003 UTC (20 years, 8 months ago) by sakharuk
Branches: MAIN
CVS tags: version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4
Branch point for: version_1_0_2
Diff to previous 1.83: preferred, colored
Changes since revision 1.83: +2 -2 lines
Bug 756 ("possible answers" in option resp printouts) is fixed.

Revision 1.83: download - view: text, markup, annotated - select for diffs
Mon Jul 28 18:49:59 2003 UTC (20 years, 8 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.82: preferred, colored
Changes since revision 1.82: +2 -2 lines
Corrections to print optionresponse problems with or without list of options.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Fri Jul 25 20:56:08 2003 UTC (20 years, 8 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.81: preferred, colored
Changes since revision 1.81: +3 -2 lines
Bug 1743 (tex needs to NOT add unnecessary list indices) is fixed.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Fri Jul 25 19:29:15 2003 UTC (20 years, 8 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.80: preferred, colored
Changes since revision 1.80: +3 -3 lines
Lingvistic changes are done.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Fri Jul 25 18:46:19 2003 UTC (20 years, 8 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.79: preferred, colored
Changes since revision 1.79: +16 -10 lines
An attempt tofix bug 1744 (Need a way of supressing the list of optionresponse choices from the printout). Subject to Guy's approval.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Tue Jul 1 20:12:55 2003 UTC (20 years, 9 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.78: preferred, colored
Changes since revision 1.78: +7 -6 lines
Bug 1667 is fixed. Internal counter (works only for bubblesheet LaTeX exams) is implemented.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Tue May 27 13:56:21 2003 UTC (20 years, 10 months ago) by sakharuk
Branches: MAIN
CVS tags: version_0_99_3, version_0_99_2, version_0_99_1, conference_2003
Diff to previous 1.77: preferred, colored
Changes since revision 1.77: +4 -2 lines
Bug 1466 (optionresponse in .exam shows tex in web mode) is fixed.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Fri May 16 20:16:18 2003 UTC (20 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_0_99_0
Diff to previous 1.76: preferred, colored
Changes since revision 1.76: +5 -47 lines
- consolidates the whichfoil functions and fixes BUG#1439

Revision 1.76: download - view: text, markup, annotated - select for diffs
Thu Apr 24 15:49:46 2003 UTC (20 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.75: preferred, colored
Changes since revision 1.75: +3 -1 lines
- added number of foils to the data stored by <optionresponse> in scantron mode

Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon Apr 21 22:09:47 2003 UTC (20 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.74: preferred, colored
Changes since revision 1.74: +29 -17 lines
- optionresponse now supports partially correct problems in scantron mode

Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Apr 7 22:28:08 2003 UTC (20 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.73: preferred, colored
Changes since revision 1.73: +10 -5 lines
- better handling of counters
- always increment the counters for modes with output

- option/radiobutton responses now use new method for getting current response
  supporting scantron mode

Revision 1.73: download - view: text, markup, annotated - select for diffs
Wed Apr 2 18:40:37 2003 UTC (21 years ago) by sakharuk
Branches: MAIN
Diff to previous 1.72: preferred, colored
Changes since revision 1.72: +4 -4 lines
 Corrected radioresponse inside of webbubbles function.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Apr 2 18:07:10 2003 UTC (21 years ago) by sakharuk
Branches: MAIN
Diff to previous 1.71: preferred, colored
Changes since revision 1.71: +8 -6 lines
 First steps to implement radiobuttonresponse inside of optionresponse for the exam mode.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Mar 27 14:58:56 2003 UTC (21 years ago) by sakharuk
Branches: MAIN
Diff to previous 1.70: preferred, colored
Changes since revision 1.70: +3 -3 lines
Corrected printing for problem mode partly destroed yesterday when I was in hurry doing exam mode for Ed.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Mar 26 22:59:09 2003 UTC (21 years ago) by albertel
Branches: MAIN
Diff to previous 1.69: preferred, colored
Changes since revision 1.69: +3 -5 lines
- removing lame global

Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed Mar 26 18:42:29 2003 UTC (21 years ago) by sakharuk
Branches: MAIN
Diff to previous 1.68: preferred, colored
Changes since revision 1.68: +23 -5 lines
Changes were done according to Ed's desires: 1. Added righttriangle symbol yo any foil in the exam LaTeX mode (lines before bubbles). 2. Spacing adjustment of the text and bubbles is done. 3. Separation of problems with respect to foils (questions) is more clear now.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Mar 25 22:13:25 2003 UTC (21 years ago) by sakharuk
Branches: MAIN
Diff to previous 1.67: preferred, colored
Changes since revision 1.67: +10 -12 lines
 Corrected enumeration of bubble's lines for exam mode - now all numbers appear on the same line as bubbles themself.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sun Jan 19 08:10:22 2003 UTC (21 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.66: preferred, colored
Changes since revision 1.66: +4 -1 lines
- preventing more possible bombs on incomplete problems

Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Jan 13 21:24:39 2003 UTC (21 years, 2 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.65: preferred, colored
Changes since revision 1.65: +4 -1 lines
Small changes to print exams (mainly cosmetic).

Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Dec 2 17:06:08 2002 UTC (21 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_0_6_2, version_0_6
Diff to previous 1.64: preferred, colored
Changes since revision 1.64: +6 -4 lines
- correct answers are no longer shown for target tex

Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Nov 14 17:26:58 2002 UTC (21 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.63: preferred, colored
Changes since revision 1.63: +2 -2 lines
- just doing a reindent

Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed Nov 13 16:53:11 2002 UTC (21 years, 4 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2 lines
Bug 771 is fixed. The reason of bad bechavior was my attempts to play
with Guy's optionresponse problems which I have not finished Monday.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Nov 11 20:26:59 2002 UTC (21 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.61: preferred, colored
Changes since revision 1.61: +34 -19 lines
- doesn't generate <br /> when the question consits of foils with only whitespace

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Nov 11 20:13:47 2002 UTC (21 years, 4 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.60: preferred, colored
Changes since revision 1.60: +3 -15 lines
Changed according to Ed's desire.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Nov 11 15:58:51 2002 UTC (21 years, 4 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.59: preferred, colored
Changes since revision 1.59: +26 -8 lines
TeX version of Guy's <drawoptionlist /> tag is implemented. This is very
preliminary implementation and I have to return to it after finishing work
with two types of exam - bubble and online.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun Nov 10 15:51:31 2002 UTC (21 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.58: preferred, colored
Changes since revision 1.58: +15 -6 lines
- Implements BUG#40

- <drawoptionlist /> inside of a foil will be where the drop list is placed.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Nov 7 16:45:55 2002 UTC (21 years, 4 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.57: preferred, colored
Changes since revision 1.57: +28 -8 lines
Result of on-line exam can be printed and seen on the screen correctly
now both before and after openning answer date.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Oct 28 23:31:48 2002 UTC (21 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.56: preferred, colored
Changes since revision 1.56: +16 -2 lines
- BUG#34, <optionhint> now fucntional for both foils and concepts
- edit mode non intuitive

Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Oct 28 14:27:27 2002 UTC (21 years, 5 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.55: preferred, colored
Changes since revision 1.55: +4 -4 lines
 Changes for the better printing in the list environment (Ed's desire).

Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri Oct 25 18:42:59 2002 UTC (21 years, 5 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.54: preferred, colored
Changes since revision 1.54: +3 -3 lines
1. Removed misprint (absense of });
2. Font for printing correct answers was changed to separate them from
questions.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Oct 24 19:51:49 2002 UTC (21 years, 5 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.53: preferred, colored
Changes since revision 1.53: +3 -2 lines
Corrected output for printing problems with open answers.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Oct 17 17:13:44 2002 UTC (21 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.52: preferred, colored
Changes since revision 1.52: +2 -5 lines
- Rewrite counter code

Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Oct 17 14:40:05 2002 UTC (21 years, 5 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
For the exam 1. correctly adjust the size of bubbles to the text width;
2. use correct enumeration through the environment variable;

Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Oct 17 14:30:40 2002 UTC (21 years, 5 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.50: preferred, colored
Changes since revision 1.50: +38 -14 lines
Exam printing is done.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Oct 1 20:17:04 2002 UTC (21 years, 6 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.49: preferred, colored
Changes since revision 1.49: +44 -36 lines
Corrections + cleanuo.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Oct 1 14:39:45 2002 UTC (21 years, 6 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.48: preferred, colored
Changes since revision 1.48: +37 -1 lines
Changes were done to print exams. Needs in additional cleanup.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Sep 26 21:41:30 2002 UTC (21 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.47: preferred, colored
Changes since revision 1.47: +74 -31 lines
- supports all of the randomization that rbr does BUG#542

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Sep 26 20:45:00 2002 UTC (21 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.46: preferred, colored
Changes since revision 1.46: +3 -3 lines
- removed use of Perl's internal rand operator, now all randomiztaion depends upon the external Math::Random library

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Aug 26 18:15:22 2002 UTC (21 years, 7 months ago) by sakharuk
Branches: MAIN
CVS tags: version_0_5_1
Diff to previous 1.45: preferred, colored
Changes since revision 1.45: +25 -9 lines
 Corrected printing for answered problems: both correct and uncorrect answers are possible.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Aug 5 15:55:39 2002 UTC (21 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: version_0_5
Diff to previous 1.44: preferred, colored
Changes since revision 1.44: +13 -13 lines
- removed global, and renamed a variable

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Jul 29 20:43:47 2002 UTC (21 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.43: preferred, colored
Changes since revision 1.43: +4 -4 lines
- incorrect initializtions

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Jul 18 15:45:41 2002 UTC (21 years, 8 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.42: preferred, colored
Changes since revision 1.42: +3 -7 lines
Correctly prints problems in both possibilities: without answers and with ones.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Jul 16 21:02:29 2002 UTC (21 years, 8 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.41: preferred, colored
Changes since revision 1.41: +13 -8 lines
Can print both problems without answers and problems with answers.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Jun 21 20:36:30 2002 UTC (21 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_0_4, stable_2002_july, STABLE
Diff to previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
- closing BUG#541

Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu May 23 18:02:03 2002 UTC (21 years, 10 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.39: preferred, colored
Changes since revision 1.39: +4 -1 lines
small late corrections for math symbils in the option list

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri May 3 19:32:57 2002 UTC (21 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.38: preferred, colored
Changes since revision 1.38: +10 -3 lines
- implements BUG#238 - New radio button showallfoils, optionresponse shows
   all foils irrespective of the max parm and any conceptgroups, rbr and
   ir still need the functionality

Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Apr 25 21:35:30 2002 UTC (21 years, 11 months ago) by sakharuk
Branches: MAIN
CVS tags: stable_2002_april
Diff to previous 1.37: preferred, colored
Changes since revision 1.37: +3 -3 lines
itemize was changed on enumerate

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Apr 23 14:16:05 2002 UTC (21 years, 11 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.36: preferred, colored
Changes since revision 1.36: +3 -3 lines
change itemize to enumerate for uniform description

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Apr 1 21:26:57 2002 UTC (22 years ago) by albertel
Branches: MAIN
Diff to previous 1.35: preferred, colored
Changes since revision 1.35: +6 -2 lines
- if some parts of the <optionresponse> are not submitted don't count a try
  fixes BUG#191

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Mar 29 19:19:21 2002 UTC (22 years ago) by albertel
Branches: MAIN
Diff to previous 1.34: preferred, colored
Changes since revision 1.34: +26 -20 lines
- undef the hash when done
- now reports back the possible options, and the shown foil order
- <foil> outside of <conceptgroup> also reported

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Mar 29 18:32:46 2002 UTC (22 years ago) by albertel
Branches: MAIN
Diff to previous 1.33: preferred, colored
Changes since revision 1.33: +33 -10 lines
- added new target anaylze addresses BUG#189
- need to support more response types

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Jan 25 16:12:18 2002 UTC (22 years, 2 months ago) by albertel
Branches: MAIN
CVS tags: stable_2002_spring
Diff to previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
- English update

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Jan 18 16:37:05 2002 UTC (22 years, 2 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.31: preferred, colored
Changes since revision 1.31: +53 -18 lines
now works for tex mode, at least for some kinds of problems

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Jan 17 12:23:31 2002 UTC (22 years, 2 months ago) by harris41
Branches: MAIN
Diff to previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
changing "sub BEGIN" to "BEGIN"

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Jan 11 16:32:29 2002 UTC (22 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +14 -11 lines
Update to use edit::end_row() and edit::start_spanning_row() as a cleanup
for edit::select_arg and edit::select_or_text_arg.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Dec 14 23:00:52 2001 UTC (22 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.28: preferred, colored
Changes since revision 1.28: +3 -2 lines
- makes use of the new deregister mechanism
- radiobutton response handles previous in survey mode now.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Dec 7 23:58:35 2001 UTC (22 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.27: preferred, colored
Changes since revision 1.27: +29 -10 lines
- restores previous submission
- notes blank answers and doesn't grade them
- notes previous submissions and doesn't charge for them

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Dec 4 15:17:56 2001 UTC (22 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +25 -0 lines
- GPL headers

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Dec 4 14:57:31 2001 UTC (22 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +3 -3 lines
- Broken version, attempitng to improve the structture of the submissions data stored.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Sep 14 20:14:46 2001 UTC (22 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: stable_2001_fall
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +24 -10 lines
- prints out correct answers for answer mode parsing

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Sep 13 19:55:02 2001 UTC (22 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
- better handle 'SHOW_ANSWER' situation

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Aug 13 21:44:24 2001 UTC (22 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +11 -6 lines
-added package notation for all remaining response styles

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Aug 6 20:33:23 2001 UTC (22 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +253 -305 lines
-re asserting my indent style

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Aug 6 19:00:13 2001 UTC (22 years, 7 months ago) by harris41
Branches: MAIN
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +305 -253 lines
beautify/optimize

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Jul 18 20:27:21 2001 UTC (22 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
- now allows hand crafted or variable arguments as the truth values to foils

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jun 27 18:51:59 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +0 -8 lines
- deleting unused redundant code

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Jun 26 21:41:58 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +15 -10 lines
- more tolerant of non-complete problems (missing foils, all foils unused etc)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Jun 16 21:23:11 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +14 -22 lines
- edit mode is now pretty
- hanlper functions in edit.pm make it easy to query and set tag arg

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Jun 16 20:33:33 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +14 -19 lines
- added easy way to get and set options for a tag

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Jun 16 18:35:27 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +61 -12 lines
- edit interface added ability to tweak more options for option response
  style questions

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jun 12 22:42:55 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +26 -12 lines
- added color to edit mode <table>
- added start_table function to coordinate the color assignment and other attributes for <table>.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jun 11 16:13:53 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +63 -11 lines
- improving the look of the edit interface
- can add options now

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jun 5 16:32:01 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +1 -0 lines
- stupid buglet

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jun 2 03:59:59 2001 UTC (22 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +5 -5 lines
- added new arg $tagstack to all start_ or end_ routines

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jun 1 15:56:49 2001 UTC (22 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +5 -13 lines
- modified to use get_param

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu May 31 22:34:33 2001 UTC (22 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +15 -5 lines
- added calls to get_param to clean up how one accesses data
- fixed the concetpgropu code to actually work
- fixed the off by one errors in selecting and displaying foils.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon May 21 19:45:28 2001 UTC (22 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +5 -2 lines
- bug allowed blank answers to be bounted as correct

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue May 15 20:48:43 2001 UTC (22 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +15 -0 lines
- changes to allow tag namespaces

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri May 4 21:19:37 2001 UTC (22 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +12 -14 lines
- redid random number generator for <i/rb/o/response> tags
     - should be unstable in preview mode and more random in normal mode

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Mar 1 00:59:33 2001 UTC (23 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +32 -4 lines
- <conceptgroup>

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Feb 22 00:49:03 2001 UTC (23 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +5 -11 lines
- changed redirection, and output stack to work more intelligently, checkount radiobuttonresponse for a good example, should have to muck with @Apache::lonxml::outputstack and $Apache::lonxml::redirection directly use startredirection and enredirection

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Feb 19 20:36:26 2001 UTC (23 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
- <br> -> <br /> cleanup

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Feb 7 00:28:33 2001 UTC (23 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +16 -6 lines
- need to do somethings only during the web version

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jan 19 21:44:51 2001 UTC (23 years, 2 months ago) by albertel
Branches: MAIN
- new response type <optionresponse>

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>