CVS log for loncom/homework/caparesponse/caparesponse.pm

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.263: download - view: text, markup, annotated - select for diffs
Tue Oct 5 02:41:32 2021 UTC (2 years, 6 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, HEAD
Diff to previous 1.262: preferred, colored
Changes since revision 1.262: +2 -2 lines
- Without this, get "TypeError" in caparesponse_capa_check_answer() for some
  random seeds in bubblesheet grading on Ubuntu 20LTS (perl 5.30/swig 4.0.1).

Revision 1.262: download - view: text, markup, annotated - select for diffs
Sat Dec 5 05:01:18 2020 UTC (3 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.261: preferred, colored
Changes since revision 1.261: +15 -4 lines
- When generating values for bubbles for numericalresponse in exam mode,
  avoid a "use fewer digits" issue in online exams on 64bit servers when
  the correct answer is >= 1e+16, and when the correct bubble is A.

Revision 1.261: download - view: text, markup, annotated - select for diffs
Fri Dec 4 22:19:19 2020 UTC (3 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3
Diff to previous 1.260: preferred, colored
Changes since revision 1.260: +7 -2 lines
- When generating values for bubbles for numericalresponse in exam mode,
  skip the computation when the bubble is for the correct answer.
  This avoids a "use fewer digits" issue in online exams on 64bit servers
  when the correct answer is >= 1e+16, and when the correct bubble is A.

Revision 1.260: download - view: text, markup, annotated - select for diffs
Fri Sep 14 02:51:39 2018 UTC (5 years, 7 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_2_educog
Diff to previous 1.259: preferred, colored
Changes since revision 1.259: +7 -3 lines
- Bug 6844
  numericalresponse with answergroup supports $ (dollar) as a unit.

Revision 1.259: download - view: text, markup, annotated - select for diffs
Thu Sep 13 17:00:05 2018 UTC (5 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.258: preferred, colored
Changes since revision 1.258: +18 -5 lines
- Better error messages about "Computer's answer" where unit includes
  $ or , (in numericalresponse), and format lacks that character.

Revision 1.258: download - view: text, markup, annotated - select for diffs
Tue Aug 9 23:43:45 2016 UTC (7 years, 8 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2
Diff to previous 1.257: preferred, colored
Changes since revision 1.257: +2 -2 lines
- Eliminate "Unescaped left brace in regex is deprecated," warnings
  in error_log with perl 5.22 (Ubuntu 16 LTS).

Revision 1.257: download - view: text, markup, annotated - select for diffs
Thu Feb 18 18:40:05 2016 UTC (8 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.256: preferred, colored
Changes since revision 1.256: +5 -2 lines
- Bug 6817

Revision 1.256: download - view: text, markup, annotated - select for diffs
Fri Oct 30 03:49:55 2015 UTC (8 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.255: preferred, colored
Changes since revision 1.255: +2 -7 lines
- Bug 6802: support Math Previewer for all textboxes in formularesponse
  with multiple answers.
  - Move &edit_mathresponse_button() from response.pm to inputtags.pm
  - Use HWVAL_$input_id instead of HWVAL_$partid_$responseid as unique
    id attribute for each <input> tag created by a LON-CAPA <textline />.

Revision 1.255: download - view: text, markup, annotated - select for diffs
Tue Dec 30 20:03:15 2014 UTC (9 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_1
Diff to previous 1.254: preferred, colored
Changes since revision 1.254: +2 -2 lines
- Changes in args passed to &edit_mathresponse_button() to support use of
  id attributes by LON-CAPA Math editor.
- DragMath implementation now also uses id attributes.
- Support math editor in formularesponse and mathresponse items in
  composite pages (.page).

Revision 1.254: download - view: text, markup, annotated - select for diffs
Mon Jan 21 06:04:07 2013 UTC (11 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0
Diff to previous 1.253: preferred, colored
Changes since revision 1.253: +1 -16 lines
- Bug 6577.
  - Reverse rev. 1.253. (Undesirable side effects for formularesponse and
    numericalresponse with units).

Revision 1.253: download - view: text, markup, annotated - select for diffs
Fri Dec 14 11:17:09 2012 UTC (11 years, 4 months ago) by foxr
Branches: MAIN
Diff to previous 1.252: preferred, colored
Changes since revision 1.252: +15 -1 lines
BZ 6577 - Ensure that computed answers all will have an appropriate number of
significant figures to pass the validation test...well actualy all user answers
get extended to the appropriate number of sigfigs so that answers will never
fail due to significance.
  Students will still need to force answers into a form that has the
correct number of sigfigs (e.g for 3 sigfigs not 300 but 3.00e2)..

Revision 1.252: download - view: text, markup, annotated - select for diffs
Mon Mar 5 11:50:39 2012 UTC (12 years, 1 month ago) by foxr
Branches: MAIN
Diff to previous 1.251: preferred, colored
Changes since revision 1.251: +9 -0 lines
BZ 6519 - Protect against invalid bubble counts:
   - Round bubble count to nearest integer.
   - Replace bubble counts <= 0 with the default value (8).

Revision 1.251: download - view: text, markup, annotated - select for diffs
Fri Feb 10 00:25:53 2012 UTC (12 years, 2 months ago) by foxr
Branches: MAIN
Diff to previous 1.250: preferred, colored
Changes since revision 1.250: +64 -28 lines
BZ4492 - extract horizontal bubble making so that it can be used outside of
caparesponse.pm

Revision 1.249.8.2: download - view: text, markup, annotated - select for diffs
Sat Feb 4 20:40:15 2012 UTC (12 years, 2 months ago) by foxr
Branches: BZ4492-feature_horizontal_radioresponse
CVS tags: BZ4492-merge
Diff to previous 1.249.8.1: preferred, colored to branchpoint 1.249: preferred, colored next main 1.250: preferred, colored
Changes since revision 1.249.8.1: +3 -4 lines
BZ 4492 - Get survey printing to honor the $direction.

Revision 1.248.4.1: download - view: text, markup, annotated - select for diffs
Wed Feb 1 19:28:04 2012 UTC (12 years, 2 months ago) by raeburn
Branches: loncapaMITrelate_1
Diff to previous 1.248: preferred, colored next main 1.249: preferred, colored
Changes since revision 1.248: +2 -2 lines
- Backport 1.250.

Revision 1.248.2.1: download - view: text, markup, annotated - select for diffs
Wed Feb 1 19:26:05 2012 UTC (12 years, 2 months ago) by raeburn
Branches: version_2_10_X
Diff to previous 1.248: preferred, colored next main 1.249: preferred, colored
Changes since revision 1.248: +2 -2 lines
- Backport 1.250.

Revision 1.250: download - view: text, markup, annotated - select for diffs
Wed Feb 1 17:35:24 2012 UTC (12 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.249: preferred, colored
Changes since revision 1.249: +2 -2 lines
Typo.

Revision 1.249.8.1: download - view: text, markup, annotated - select for diffs
Fri Jan 20 10:12:09 2012 UTC (12 years, 3 months ago) by foxr
Branches: BZ4492-feature_horizontal_radioresponse
Diff to previous 1.249: preferred, colored
Changes since revision 1.249: +65 -28 lines
BZ4492  Restore work from broken branch - separate the radio button generation
so that it can be used from other clients.

Revision 1.249.4.1: download - view: text, markup, annotated - select for diffs
Mon Jan 16 11:54:37 2012 UTC (12 years, 3 months ago) by foxr
Branches: BZ4492-Support_horizontal_radioresponse
Diff to previous 1.249: preferred, colored next main 1.250: preferred, colored
Changes since revision 1.249: +56 -28 lines
BZ 4492 Factor out horizontal bubble generation so that other modules
can use it.  NOTE:
 - has some log spew to still remove.
 - probably should disentangle the horiztonal buble generation from
 - caparesponse.pm and put it somewhere else.

Revision 1.249: download - view: text, markup, annotated - select for diffs
Mon Nov 14 03:08:05 2011 UTC (12 years, 5 months ago) by raeburn
Branches: MAIN
CVS tags: language_hyphenation_merge, language_hyphenation, BZ4492-feature_Support_horizontal_radioresponse
Branch point for: BZ4492-feature_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
Diff to previous 1.248: preferred, colored
Changes since revision 1.248: +3 -3 lines
Using bubblesheets to record grades for handgraded exams
  -- choose what filled last bubble represents (either a zero or max,
     i.e., 5 for 5 bubbles per line, 10 for 10 bubbles per line etc.)
grades.pm
  - New routine: &hand_bubble_option() determines if sequence to be graded
    contains response types which are handgraded, and offers radio buttons to
    choose score for last bubble.
response.pm
  - &repetition() routine can be called in scalar context of in array context.
    scalar: returns number of lines to encode weight
    array: returns (number of lines to encode weight, bubbles/line).
chemresponse.pm imageresponse.pm caparesponse/caparesponse.pm
  - &response::repetition() now explicitly called in scalar context.
Work in progress.
  (Corresponding option needed in lonprintout.pm to set
   correct number of bubble rows for handgraded questions with
   weight >= bubbles per row).

Revision 1.248: download - view: text, markup, annotated - select for diffs
Wed Jun 8 20:38:50 2011 UTC (12 years, 10 months ago) by www
Branches: MAIN
CVS tags: version_2_10_1
Branch point for: version_2_10_X, loncapaMITrelate_1
Diff to previous 1.247: preferred, colored
Changes since revision 1.247: +14 -5 lines
Bug #2020: pre-processing of numerical, formula, and string response
Bug #5100: degrees Fahrenheit, etc

Revision 1.247: download - view: text, markup, annotated - select for diffs
Wed Jun 8 01:39:32 2011 UTC (12 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.246: preferred, colored
Changes since revision 1.246: +2 -2 lines
Bug #2020: work on preprocessor

Revision 1.236.12.2: download - view: text, markup, annotated - select for diffs
Sat Feb 26 01:45:02 2011 UTC (13 years, 2 months ago) by raeburn
Branches: version_2_9_X
Diff to previous 1.236.12.1: preferred, colored to branchpoint 1.236: preferred, colored next main 1.237: preferred, colored
Changes since revision 1.236.12.1: +2 -1 lines
- Backport 1.246.

Revision 1.246: download - view: text, markup, annotated - select for diffs
Thu Feb 24 23:09:32 2011 UTC (13 years, 2 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_10_0
Diff to previous 1.245: preferred, colored
Changes since revision 1.245: +2 -1 lines
- Bug 5531.
  - undef has long been called on the package variable %answer in
    &start_numericalresponse(); now do the same in &start_stringresponse().

Revision 1.245: download - view: text, markup, annotated - select for diffs
Wed Feb 2 18:48:06 2011 UTC (13 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.244: preferred, colored
Changes since revision 1.244: +3 -5 lines
- Consolidate two if blocks into single block.
- Log reported removal of control characters from stringresponse submission correctly.

Revision 1.244: download - view: text, markup, annotated - select for diffs
Tue Jan 25 04:30:13 2011 UTC (13 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.243: preferred, colored
Changes since revision 1.243: +22 -11 lines
- Bug 5531. Reduce incidence of false positives for neutrino detection.
  - Ignore award changes other than between EXACT_ANS, APPROX_ANS and INCORRECT.
  - Ignore award changes if questiontype is randomizetry.

Revision 1.243: download - view: text, markup, annotated - select for diffs
Thu Dec 16 16:01:08 2010 UTC (13 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_10_0_RC2
Diff to previous 1.242: preferred, colored
Changes since revision 1.242: +15 -5 lines
- Bug 5531.
 caparesponse.pm
  - For stringresponse: (case (in)sensitive) computer's answer available
    in detailed submission display.
  - Student username in warnings on control characters etc. renamed $sname
    instead of $name (already in use in different scope) to improve code
    readability
  - computer answer available for legacy stringresponse submission (e.g.,
    for bug 5531 detection script -see neutrinohavest.pl)
    if grade_retrieveanswers included in form for answer target.

 default_homework.pm
  - fix detection of control characters in answers - answers will be in
    an array
  - computer's answer returned by &caparesponse_check_list()

 loncommon.pm
  - &format_previous_attempt_value() handles display of computer's answer.
  - fix typo in phrase for localization (no current translations in
    localize/*.pm to update).

Revision 1.242: download - view: text, markup, annotated - select for diffs
Mon Oct 18 19:47:39 2010 UTC (13 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.241: preferred, colored
Changes since revision 1.241: +19 -3 lines
- Bug 5531.
  - remove control characters from student submission for stringresponse,
    unless "computer's answer" also includes control characters.
    (correctness evaluated with control characters removed).
  - log to lonnet.log if control characters were removed (if <CR>, <FF> or
    newline, escape these control characters, when included in log report).

Revision 1.241: download - view: text, markup, annotated - select for diffs
Thu Oct 14 19:55:04 2010 UTC (13 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.240: preferred, colored
Changes since revision 1.240: +67 -2 lines
- Bug 5531.
  - Detect where student resubmits previous answer for case sensitive
    stringreponse item and award changes to EXACT_ANS.
    Detect for case insensitive stringresponse when previous award changes
    to EXACT_ANS for submissions whch only differ by case.
    - logs to lonnet.log and sends e-mail to recipients of "errormail" for
      course domain.
  - For cs and ci types if award is INCORRECT use perl to compare
    response with answer, and log if disagreement with result from
    strcasecmp() or strcmp() to capa_check_answer() in capaCommon.

Revision 1.240: download - view: text, markup, annotated - select for diffs
Thu Oct 14 04:02:07 2010 UTC (13 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.239: preferred, colored
Changes since revision 1.239: +2 -2 lines
- scope.

Revision 1.236.12.1: download - view: text, markup, annotated - select for diffs
Fri Aug 20 03:44:18 2010 UTC (13 years, 8 months ago) by raeburn
Branches: version_2_9_X
CVS tags: version_2_9_1
Diff to previous 1.236: preferred, colored
Changes since revision 1.236: +2 -2 lines
- Backport 1.238.

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

Revision 1.238: download - view: text, markup, annotated - select for diffs
Sat Jun 5 22:25:22 2010 UTC (13 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.237: preferred, colored
Changes since revision 1.237: +2 -2 lines
Bug #3973: don't show units twice if both exam mode and turnoffunits

Revision 1.237: download - view: text, markup, annotated - select for diffs
Sun Feb 28 23:45:43 2010 UTC (14 years, 1 month ago) by raeburn
Branches: MAIN
CVS tags: PRINT_INCOMPLETE_base, PRINT_INCOMPLETE
Diff to previous 1.236: preferred, colored
Changes since revision 1.236: +25 -11 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.

Revision 1.236: download - view: text, markup, annotated - select for diffs
Thu Jan 15 18:31:23 2009 UTC (15 years, 3 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_9_99_0, version_2_9_0, version_2_8_99_1, version_2_8_99_0, bz6209-base, bz6209, bz5969, bz2851, GCI_3, GCI_2, BZ5971-printing-apage, BZ5434-fox
Branch point for: version_2_9_X
Diff to previous 1.235: preferred, colored
Changes since revision 1.235: +5 -4 lines
Localization:
- Get rid of \' inside mt arguments (avoid delimiter rebuild issues in synch.pl)
- Other related mt call optimizations
- de.pm: some other wording improvments

Revision 1.227.2.4: download - view: text, markup, annotated - select for diffs
Tue Sep 23 19:22:58 2008 UTC (15 years, 7 months ago) by raeburn
Branches: version_2_7_X
CVS tags: version_2_7_1
Diff to previous 1.227.2.3: preferred, colored to branchpoint 1.227: preferred, colored next main 1.228: preferred, colored
Changes since revision 1.227.2.3: +2 -2 lines
Backport 1.235

Revision 1.235: download - view: text, markup, annotated - select for diffs
Tue Sep 23 19:15:57 2008 UTC (15 years, 7 months 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_99_1, version_2_7_99_0, GCI_1
Diff to previous 1.234: preferred, colored
Changes since revision 1.234: +3 -3 lines
DragMath for mathresponse and formularesponse.
- As the default is to provide the DragMath Editor - a parameter: turnoffeditor (default "no") titled "Hide DragMath Editor" is more consistent with usage for existing parameters.

Revision 1.227.2.3: download - view: text, markup, annotated - select for diffs
Sat Sep 20 00:28:34 2008 UTC (15 years, 7 months ago) by raeburn
Branches: version_2_7_X
Diff to previous 1.227.2.2: preferred, colored to branchpoint 1.227: preferred, colored
Changes since revision 1.227.2.2: +7 -21 lines
Backport 1.228, 1.229, 1.230, 1.231, 1.234.

Revision 1.234: download - view: text, markup, annotated - select for diffs
Sat Sep 20 00:25:39 2008 UTC (15 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.233: preferred, colored
Changes since revision 1.233: +1 -5 lines
- Removing a block that is no longer used.
- Removing a debug comment.

Revision 1.227.2.2: download - view: text, markup, annotated - select for diffs
Sat Sep 13 02:46:59 2008 UTC (15 years, 7 months ago) by raeburn
Branches: version_2_7_X
Diff to previous 1.227.2.1: preferred, colored to branchpoint 1.227: preferred, colored
Changes since revision 1.227.2.1: +11 -5 lines
- backport 1.233

Revision 1.233: download - view: text, markup, annotated - select for diffs
Sat Sep 13 02:08:33 2008 UTC (15 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.232: preferred, colored
Changes since revision 1.232: +11 -5 lines
- Bug 5793
Alternative solution.  Revert default_homework.lcpm to 1.138. No longer need to pass tag arg to caparesponse_check_list().
- Instead set $$args_ref{'type'} to 'ci' (the default) if type attrib is missing or null in the corresponding <stringhint> (hint.pm), or <stringresponse> (caparesponse.pm) tags.

Revision 1.227.2.1: download - view: text, markup, annotated - select for diffs
Fri Sep 12 10:09:18 2008 UTC (15 years, 7 months ago) by raeburn
Branches: version_2_7_X
Diff to previous 1.227: preferred, colored
Changes since revision 1.227: +3 -3 lines
- Backport 1.232.

Revision 1.232: download - view: text, markup, annotated - select for diffs
Fri Sep 12 09:56:10 2008 UTC (15 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.231: preferred, colored
Changes since revision 1.231: +3 -3 lines
- Bug 5531 (although should really be a separate bug).
RegExp used to separate units from numerical part of an answer can truncate responses to stringresponse items for which the type has not been explicitly set (as ci, cs, mc or re).

- Include the tagname of the response item in calls to caparesponse_check_list(), so that if the type attribute is unspecified, stringresponse submissions are not subjected to the unit extractor.

Perhaps there is a reason why this ambiguity has not been eliminated previously by passing the tagname to caparesponse_check_list() - run in the safe space?
Testing needed.

Revision 1.231: download - view: text, markup, annotated - select for diffs
Tue Sep 9 13:56:49 2008 UTC (15 years, 7 months ago) by riegler
Branches: MAIN
Diff to previous 1.230: preferred, colored
Changes since revision 1.230: +4 -2 lines
Added ressource parameter to turn DragMath-Editor on/off.

Revision 1.230: download - view: text, markup, annotated - select for diffs
Mon Sep 8 16:08:37 2008 UTC (15 years, 7 months ago) by riegler
Branches: MAIN
Diff to previous 1.229: preferred, colored
Changes since revision 1.229: +2 -2 lines
Moved the pencilicon behind the textfield for mathresponse.
Fixed bugzilla #5772: Implemented turnoneditor as an attribute for formular- and mathresponse.

Revision 1.229: download - view: text, markup, annotated - select for diffs
Thu Sep 4 22:47:19 2008 UTC (15 years, 7 months ago) by riegler
Branches: MAIN
Diff to previous 1.228: preferred, colored
Changes since revision 1.228: +2 -2 lines
Corrected pencilbutton behaviour when question already answered.
Modified pencilbutton style.

Revision 1.228: download - view: text, markup, annotated - select for diffs
Thu Sep 4 13:49:19 2008 UTC (15 years, 7 months ago) by riegler
Branches: MAIN
Diff to previous 1.227: preferred, colored
Changes since revision 1.227: +12 -24 lines


removed edit_formularesponse_button
using identical subrouting edit_mathresponse_button in response.pm instead
moved Edit Answer button behing textfield

Revision 1.227: download - view: text, markup, annotated - select for diffs
Sat Jul 26 15:06:43 2008 UTC (15 years, 9 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_7_0, version_2_6_99_1
Branch point for: version_2_7_X
Diff to previous 1.226: preferred, colored
Changes since revision 1.226: +2 -3 lines
- "Edit Answer" button displayed for formularesponse regardless of grading method used (i.e., maxima or sampling).

Revision 1.226: download - view: text, markup, annotated - select for diffs
Tue Jun 10 15:22:39 2008 UTC (15 years, 10 months ago) by www
Branches: MAIN
CVS tags: version_2_6_99_0
Diff to previous 1.225: preferred, colored
Changes since revision 1.225: +3 -2 lines
Help link for formula editor

Revision 1.225: download - view: text, markup, annotated - select for diffs
Fri May 30 16:04:33 2008 UTC (15 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.224: preferred, colored
Changes since revision 1.224: +21 -1 lines
Bug #5713: Dragmath

Revision 1.224: download - view: text, markup, annotated - select for diffs
Sat Apr 5 15:39:20 2008 UTC (16 years ago) by www
Branches: MAIN
Diff to previous 1.223: preferred, colored
Changes since revision 1.223: +3 -3 lines
Bug #4501: answer display too wide for columns

Revision 1.223: download - view: text, markup, annotated - select for diffs
Thu Mar 6 16:28:22 2008 UTC (16 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.222: preferred, colored
Changes since revision 1.222: +4 -4 lines
Bug #4501: printing answers runs all over the colums. Now takes up more
vertical space, though

Revision 1.222: download - view: text, markup, annotated - select for diffs
Thu Mar 6 02:48:23 2008 UTC (16 years, 1 month ago) by www
Branches: MAIN
CVS tags: version_2_6_X, version_2_6_3
Diff to previous 1.221: preferred, colored
Changes since revision 1.221: +13 -3 lines
Bug #2698: produce random instead of complete garbage if the exam answer
is zero

Revision 1.221: download - view: text, markup, annotated - select for diffs
Fri Feb 1 23:00:56 2008 UTC (16 years, 2 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_6_2
Diff to previous 1.220: preferred, colored
Changes since revision 1.220: +7 -1 lines
When target is 'analysze', before calling lonhomework::set_bubble_lines() need to update the value of $increment if the tag is formularesponse, and this is exam mode.  Otherwise the number of bubble lines will be wrong for scantron grading a formularesponse item with a weight > 10.

Revision 1.220: download - view: text, markup, annotated - select for diffs
Fri Nov 16 08:44:37 2007 UTC (16 years, 5 months ago) by albertel
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.219: preferred, colored
Changes since revision 1.219: +10 -4 lines
- BUG4074 - update to new set_buble_lines mechanism

Revision 1.219: download - view: text, markup, annotated - select for diffs
Wed Aug 29 21:57:47 2007 UTC (16 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.218: preferred, colored
Changes since revision 1.218: +2 -1 lines
- BUG#5398 - course 'turn off all sig figs' was being honored in CSTR it
  shouldn't

Revision 1.218: download - view: text, markup, annotated - select for diffs
Wed Aug 29 21:55:37 2007 UTC (16 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.217: preferred, colored
Changes since revision 1.217: +5 -1 lines
- if checking a submission and no answers are defined for the problem,
  need to throw and error

Revision 1.217: download - view: text, markup, annotated - select for diffs
Wed Aug 29 10:09:56 2007 UTC (16 years, 8 months ago) by foxr
Branches: MAIN
Diff to previous 1.216: preferred, colored
Changes since revision 1.216: +2 -1 lines
BZ4074  - Make analyze target produce a bubble_lines hash entry that
describes the number of lines on a bubble sheet that are needed to
express all possible answers.

Revision 1.216: download - view: text, markup, annotated - select for diffs
Wed Jun 6 17:03:54 2007 UTC (16 years, 10 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
Diff to previous 1.215: preferred, colored
Changes since revision 1.215: +8 -2 lines
- preventing a possible divide by zero

Revision 1.215: download - view: text, markup, annotated - select for diffs
Tue Jun 5 22:30:05 2007 UTC (16 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.214: preferred, colored
Changes since revision 1.214: +6 -6 lines
- remove some debug code
- fix bomb when display exam mode on a problem that has no answer defined

Revision 1.214: download - view: text, markup, annotated - select for diffs
Tue May 22 00:45:43 2007 UTC (16 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.213: preferred, colored
Changes since revision 1.213: +3 -2 lines
- only thorugh expected fields error if we exect some fields (if non expected no answer yet definied...)

Revision 1.213: download - view: text, markup, annotated - select for diffs
Thu Apr 26 23:15:43 2007 UTC (17 years ago) by albertel
Branches: MAIN
CVS tags: version_2_3_99_0
Diff to previous 1.212: preferred, colored
Changes since revision 1.212: +11 -3 lines
- last of bug#2622, support previous submissions of multiple entry numerical/formula

Revision 1.212: download - view: text, markup, annotated - select for diffs
Tue Apr 17 23:25:24 2007 UTC (17 years ago) by albertel
Branches: MAIN
Diff to previous 1.211: preferred, colored
Changes since revision 1.211: +13 -26 lines
- 2622, refactoring out some code, essay response also works now

Revision 1.211: download - view: text, markup, annotated - select for diffs
Mon Apr 16 23:25:12 2007 UTC (17 years ago) by albertel
Branches: MAIN
Diff to previous 1.210: preferred, colored
Changes since revision 1.210: +16 -1 lines
- bug2622 string response

Revision 1.210: download - view: text, markup, annotated - select for diffs
Thu Mar 15 02:51:29 2007 UTC (17 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.209: preferred, colored
Changes since revision 1.209: +4 -3 lines
- some visual improvements to numerical response displays

Revision 1.209: download - view: text, markup, annotated - select for diffs
Thu Mar 1 02:31:29 2007 UTC (17 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.208: preferred, colored
Changes since revision 1.208: +15 -1 lines
- mroe bug#2622 add code for fixing uyp displays of numerical/formula/radio responses to make more sense to users

Revision 1.208: download - view: text, markup, annotated - select for diffs
Sun Feb 18 02:03:18 2007 UTC (17 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.207: preferred, colored
Changes since revision 1.207: +93 -1 lines
- make the answergroup edit mode work.
- (Need to still do somethign about old mode and new mode...)

Revision 1.198.2.3: download - view: text, markup, annotated - select for diffs
Thu Jan 25 21:03:45 2007 UTC (17 years, 3 months ago) by albertel
Branches: version_2_3_X
CVS tags: version_2_3_2
Diff to previous 1.198.2.2: preferred, colored to branchpoint 1.198: preferred, colored next main 1.199: preferred, colored
Changes since revision 1.198.2.2: +2 -1 lines
- backport 1.207

Revision 1.207: download - view: text, markup, annotated - select for diffs
Thu Jan 25 21:02:25 2007 UTC (17 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.206: preferred, colored
Changes since revision 1.206: +2 -1 lines
- BUG#5165, scantron grading was failing on old style numericalresponse

Revision 1.206: download - view: text, markup, annotated - select for diffs
Tue Jan 23 22:00:16 2007 UTC (17 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.205: preferred, colored
Changes since revision 1.205: +8 -1 lines
- BUG5160 - if there isn't a specific answer to show pick one and show it

Revision 1.205: download - view: text, markup, annotated - select for diffs
Tue Dec 19 14:53:18 2006 UTC (17 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.204: preferred, colored
Changes since revision 1.204: +1 -4 lines
- Make <formulahint> work with MAXIMA
- fix normal formulahint. Didn't have access to &capa_formula_fix

Revision 1.198.2.2: download - view: text, markup, annotated - select for diffs
Tue Dec 19 00:53:57 2006 UTC (17 years, 4 months ago) by albertel
Branches: version_2_3_X
CVS tags: version_2_3_1, version_2_3_0, version_2_2_99_1
Diff to previous 1.198.2.1: preferred, colored to branchpoint 1.198: preferred, colored
Changes since revision 1.198.2.1: +6 -1 lines
- backport 1.203 1.204

Revision 1.204: download - view: text, markup, annotated - select for diffs
Tue Dec 19 00:49:53 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.203: preferred, colored
Changes since revision 1.203: +4 -1 lines
- <answergroup>/<answer>/<value>/<vector> all work insed of numerical/formula responses

Revision 1.203: download - view: text, markup, annotated - select for diffs
Tue Dec 19 00:40:39 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.202: preferred, colored
Changes since revision 1.202: +3 -1 lines
- make numerical/string/formula hints work in the presence of the new answer stuructures (multiple answers and multiple dimensional answer not yet funtional)

Revision 1.198.2.1: download - view: text, markup, annotated - select for diffs
Mon Dec 18 23:31:32 2006 UTC (17 years, 4 months ago) by albertel
Branches: version_2_3_X
Diff to previous 1.198: preferred, colored
Changes since revision 1.198: +53 -30 lines
- backport 1.200 1.201

Revision 1.202: download - view: text, markup, annotated - select for diffs
Fri Dec 15 22:11:43 2006 UTC (17 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.201: preferred, colored
Changes since revision 1.201: +9 -1 lines
Make formula fix work with <mathresponse>

Revision 1.201: download - view: text, markup, annotated - select for diffs
Thu Dec 14 04:59:51 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.200: preferred, colored
Changes since revision 1.200: +13 -2 lines
- exam mode works with single element non-vector numerical probelms detect and throw error on other usages
- exam mode picks the INTERNAL answer if it exists otherwise it picks the first one sorted alphabetically

Revision 1.200: download - view: text, markup, annotated - select for diffs
Wed Dec 13 22:48:10 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.199: preferred, colored
Changes since revision 1.199: +41 -29 lines
- anaylze now works for multiple answers each with multiple parts each with 1 or vecotr vbalues
- string response also analyzable the same way

Revision 1.199: download - view: text, markup, annotated - select for diffs
Mon Dec 11 17:37:44 2006 UTC (17 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.198: preferred, colored
Changes since revision 1.198: +5 -5 lines
Saving work for MAXIMA.

Revision 1.198: download - view: text, markup, annotated - select for diffs
Mon Dec 4 23:56:20 2006 UTC (17 years, 4 months ago) by www
Branches: MAIN
CVS tags: version_2_2_99_0
Branch point for: version_2_3_X
Diff to previous 1.197: preferred, colored
Changes since revision 1.197: +4 -4 lines
Not in release. Take previous version for testing.

Revision 1.197: download - view: text, markup, annotated - select for diffs
Mon Dec 4 20:35:06 2006 UTC (17 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.196: preferred, colored
Changes since revision 1.196: +5 -5 lines
Just saving my work on Maxima - currently stuck with Bug #5102

Revision 1.196: download - view: text, markup, annotated - select for diffs
Fri Nov 10 17:47:41 2006 UTC (17 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.195: preferred, colored
Changes since revision 1.195: +29 -2 lines
- check for and error when there are
    - different numbers of answers
    - incorrect number of input fields

Revision 1.195: download - view: text, markup, annotated - select for diffs
Wed Nov 1 23:24:52 2006 UTC (17 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.194: preferred, colored
Changes since revision 1.194: +182 -95 lines
- adding support for <vector> answers
    <answer><value>1</value><value>2</value></answer>
    requires 2 <textline>s
    <answer><vector>1,2</vector></answer>
    requires 1 textline

    Still borken:
    <answer type="unordered"><vector>1,2</vector><value>3</value></answer>

Revision 1.194: download - view: text, markup, annotated - select for diffs
Fri Sep 29 20:55:36 2006 UTC (17 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.193: preferred, colored
Changes since revision 1.193: +192 -157 lines
- BUG#33
   - multiple correct answer can be defined
   - when there are multiple values defined, you can set it to accept them in any order

Revision 1.193: download - view: text, markup, annotated - select for diffs
Mon Jul 3 14:21:45 2006 UTC (17 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_2_2_X, 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.192: preferred, colored
Changes since revision 1.192: +5 -5 lines
- hide the maxima work for now

Revision 1.192: download - view: text, markup, annotated - select for diffs
Mon Jun 19 16:16:21 2006 UTC (17 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.191: preferred, colored
Changes since revision 1.191: +2 -19 lines
Moving mathresponse

Revision 1.191: download - view: text, markup, annotated - select for diffs
Mon Jun 19 13:59:21 2006 UTC (17 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.190: preferred, colored
Changes since revision 1.190: +8 -6 lines
<mathresponse> -> <formularesponse (no sampling)>

Revision 1.190: download - view: text, markup, annotated - select for diffs
Tue Jun 13 14:58:14 2006 UTC (17 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.189: preferred, colored
Changes since revision 1.189: +27 -3 lines
- moving code from modules into main

Revision 1.189: download - view: text, markup, annotated - select for diffs
Thu Mar 9 01:13:16 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.188: preferred, colored
Changes since revision 1.188: +5 -4 lines
- some small cleanups to stringresponse

Revision 1.188: download - view: text, markup, annotated - select for diffs
Thu Mar 9 00:41:13 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.187: preferred, colored
Changes since revision 1.187: +2 -26 lines
- centralizign the printed/ionline exam box generation

Revision 1.187: download - view: text, markup, annotated - select for diffs
Mon Feb 6 23:02:50 2006 UTC (18 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.186: preferred, colored
Changes since revision 1.186: +2 -2 lines
- E style can have - or + after the E

Revision 1.186: download - view: text, markup, annotated - select for diffs
Wed Dec 28 21:26:21 2005 UTC (18 years, 4 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
Diff to previous 1.185: preferred, colored
Changes since revision 1.185: +15 -10 lines
- BUG#4525, was improperly sending formulas through format_number

Revision 1.185: download - view: text, markup, annotated - select for diffs
Tue Dec 6 10:16:56 2005 UTC (18 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_2_0_99_1
Diff to previous 1.184: preferred, colored
Changes since revision 1.184: +3 -2 lines
- don't print 'correct' bubble for formularesponse

Revision 1.184: download - view: text, markup, annotated - select for diffs
Tue Dec 6 10:01:57 2005 UTC (18 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.183: preferred, colored
Changes since revision 1.183: +49 -37 lines
- refactor some bit related to the numberical bubbles so it's easier to call
- make_numerical_bubbles now also returns wihich bubble is correct
- in exam print mode add the correct bubble to the answer print out

Revision 1.183: download - view: text, markup, annotated - select for diffs
Thu Dec 1 22:30:55 2005 UTC (18 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.182: preferred, colored
Changes since revision 1.182: +2 -2 lines
- wasn't displaying the instructor provided answer when checkign the instructor;s answer in a formula response

Revision 1.182: download - view: text, markup, annotated - select for diffs
Thu Dec 1 18:46:48 2005 UTC (18 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.181: preferred, colored
Changes since revision 1.181: +5 -5 lines
- finish off the conversion to allowing style tags get_all_text across tags
- BUG#4428

Revision 1.181: download - view: text, markup, annotated - select for diffs
Wed Nov 16 22:52:31 2005 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.180: preferred, colored
Changes since revision 1.180: +127 -23 lines
- barest beginning of <n/fr> or support

Revision 1.180: download - view: text, markup, annotated - select for diffs
Thu Sep 8 17:49:22 2005 UTC (18 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: version_2_0_X, version_2_0_2
Diff to previous 1.179: preferred, colored
Changes since revision 1.179: +2 -2 lines
- was not actually show the tol range

Revision 1.179: download - view: text, markup, annotated - select for diffs
Mon Aug 29 18:36:03 2005 UTC (18 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_0_1
Diff to previous 1.178: preferred, colored
Changes since revision 1.178: +2 -2 lines
BUG#4300, when aparaenthetical sections where used the value of the match was being used to tell if the answer was correct, not if the regexp mathced

Revision 1.178: download - view: text, markup, annotated - select for diffs
Wed Aug 17 16:37:11 2005 UTC (18 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_0_0
Diff to previous 1.177: preferred, colored
Changes since revision 1.177: +5 -1 lines
-BUG#4276, show the 'answerdisplay' attibute in answer mode for 're' type

Revision 1.177: download - view: text, markup, annotated - select for diffs
Tue Aug 2 19:01:18 2005 UTC (18 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_1_99_3
Diff to previous 1.176: preferred, colored
Changes since revision 1.176: +2 -1 lines
- fmt=$0f" with no unit was throwing 'computer answer wrong' errors incorrectly

Revision 1.176: download - view: text, markup, annotated - select for diffs
Thu Jul 14 05:50:33 2005 UTC (18 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_1_99_2
Diff to previous 1.175: preferred, colored
Changes since revision 1.175: +56 -35 lines
- this computer answers correct is going to be the death of me, anyhoos
now supports vectors of answers BUG#4192

Revision 1.175: download - view: text, markup, annotated - select for diffs
Thu Jul 14 02:52:22 2005 UTC (18 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.174: preferred, colored
Changes since revision 1.174: +15 -11 lines
- removing the tolerance/sigfig info from a formularesponse

Revision 1.174: download - view: text, markup, annotated - select for diffs
Mon Jul 11 18:35:23 2005 UTC (18 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.173: preferred, colored
Changes since revision 1.173: +6 -2 lines
- BUG#4213 Don't include the unit when testing the instructor answer and we are in a no unit mode (exam and turnunitoff set to yes)

Revision 1.173: download - view: text, markup, annotated - select for diffs
Mon Jul 11 18:24:12 2005 UTC (18 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.172: preferred, colored
Changes since revision 1.172: +7 -2 lines
- BUG#4193 - improve can't get things correct error message

Revision 1.172: download - view: text, markup, annotated - select for diffs
Mon Jun 27 21:52:48 2005 UTC (18 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_1_99_1
Diff to previous 1.171: preferred, colored
Changes since revision 1.171: +4 -4 lines
BUG#4175

Revision 1.171: download - view: text, markup, annotated - select for diffs
Sun Jun 26 22:30:05 2005 UTC (18 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.170: preferred, colored
Changes since revision 1.170: +17 -4 lines
- Better fix for 4158
   - if the answer is wrong it throws an erro
   - if it just is a sig failure it throws a warnign

Revision 1.170: download - view: text, markup, annotated - select for diffs
Sun Jun 26 22:21:06 2005 UTC (18 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.169: preferred, colored
Changes since revision 1.169: +2 -2 lines
- apparently there are alot of published problems with bad sig figs.

Revision 1.169: download - view: text, markup, annotated - select for diffs
Mon Jun 20 21:30:22 2005 UTC (18 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_1_99_0
Diff to previous 1.168: preferred, colored
Changes since revision 1.168: +6 -1 lines
- when checking the instructors answer for correctness need to throw the unit in there

Revision 1.168: download - view: text, markup, annotated - select for diffs
Mon May 23 21:18:25 2005 UTC (18 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_1_99_1_tmcc
Diff to previous 1.167: preferred, colored
Changes since revision 1.167: +3 -3 lines
- finally got a chacne to test my code that tries out the instrcutors answer and throws a nut if it isn't correct

Revision 1.167: download - view: text, markup, annotated - select for diffs
Sat Apr 16 15:36:25 2005 UTC (19 years ago) by albertel
Branches: MAIN
Diff to previous 1.166: preferred, colored
Changes since revision 1.166: +59 -47 lines
- untested, but attempting to (in answer mode) check if the 'correct' answer can be gotten correct (BUG#4066 comment#4)

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

Revision 1.165: download - view: text, markup, annotated - select for diffs
Wed Feb 23 23:41:23 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.164: preferred, colored
Changes since revision 1.164: +4 -1 lines
- add format to anaylze output

Revision 1.164: download - view: text, markup, annotated - select for diffs
Mon Feb 21 20:39:46 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.163: preferred, colored
Changes since revision 1.163: +1 -11 lines
- lets actually delete the code not just if (0) it out

Revision 1.163: download - view: text, markup, annotated - select for diffs
Mon Feb 21 20:29:00 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.162: preferred, colored
Changes since revision 1.162: +12 -11 lines
- when in survey mode, still need to check for sigfigs/units/etc as if these are incorrect it in a invalid answer

Revision 1.162: download - view: text, markup, annotated - select for diffs
Mon Jan 31 22:00:40 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.161: preferred, colored
Changes since revision 1.161: +6 -8 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.161: download - view: text, markup, annotated - select for diffs
Wed Jan 26 22:43:43 2005 UTC (19 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.160: preferred, colored
Changes since revision 1.160: +5 -2 lines
- BUG#3863 make it easier to use incorrect, incorrect="1,2,3,4,5,6,7,8,9" works now

Revision 1.160: download - view: text, markup, annotated - select for diffs
Mon Jan 10 18:42:21 2005 UTC (19 years, 3 months ago) by albertel
Branches: MAIN
CVS tags: version_1_3_X, version_1_3_3, version_1_3_2
Diff to previous 1.159: preferred, colored
Changes since revision 1.159: +2 -2 lines
 some places use \ensuremath{} instead around the entire quantity, BUG#3815

Revision 1.159: download - view: text, markup, annotated - select for diffs
Sat Jan 8 06:10:38 2005 UTC (19 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.158: preferred, colored
Changes since revision 1.158: +3 -3 lines
- well here comes 1.3.2, BUG#3791

Revision 1.158: download - view: text, markup, annotated - select for diffs
Thu Dec 23 22:53:41 2004 UTC (19 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_1_3_1, version_1_3_0
Diff to previous 1.157: preferred, colored
Changes since revision 1.157: +22 -16 lines
- make response:setrandomseed more randomish
- fix BUG#3760, numerical response exam mode borked when submitting response since I changed it to start using prettyprint, &make_numerical_bubbles now submits back typeset and un typset bvalue

Revision 1.157: download - view: text, markup, annotated - select for diffs
Thu Oct 21 03:24:23 2004 UTC (19 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: version_1_2_99_1, version_1_2_99_0
Diff to previous 1.156: preferred, colored
Changes since revision 1.156: +11 -0 lines
- between this commit and the previous one, survey mode support has been added to <stringresponse> <numericalresponse> and <formularesponse>

Revision 1.156: download - view: text, markup, annotated - select for diffs
Thu Oct 21 02:43:34 2004 UTC (19 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.155: preferred, colored
Changes since revision 1.155: +19 -2 lines
- BUG#1363, unit="$" now requires the answer to start with $
            unit="," now requires proper commation
            unit="$," requires both

Revision 1.155: download - view: text, markup, annotated - select for diffs
Mon Oct 18 20:28:23 2004 UTC (19 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.154: preferred, colored
Changes since revision 1.154: +5 -5 lines
- don't format the tolerance as we use the full value, not the formatted value for figuring the tolerance

Revision 1.154: download - view: text, markup, annotated - select for diffs
Thu Oct 7 20:28:30 2004 UTC (19 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.153: preferred, colored
Changes since revision 1.153: +5 -1 lines
- bug#2730, answeriscomputed attribute now exists for match,rank,radiobutton,string,formula,numercial responses

Revision 1.153: download - view: text, markup, annotated - select for diffs
Tue Oct 5 20:18:29 2004 UTC (19 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.152: preferred, colored
Changes since revision 1.152: +16 -36 lines
- BUG#1363, support $ and , format specifiers in <numericalresponse> if $ is required, require the answer to have a $ at the beginning

Revision 1.152: download - view: text, markup, annotated - select for diffs
Mon Aug 23 19:34:52 2004 UTC (19 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_1_2_X, version_1_2_1, version_1_2_0
Diff to previous 1.151: preferred, colored
Changes since revision 1.151: +10 -3 lines
- instructor can pick a string to have displayed when in SHOW_ANSWER (good for re style answers)

Revision 1.151: download - view: text, markup, annotated - select for diffs
Wed Jun 30 17:32:46 2004 UTC (19 years, 10 months ago) by sakharuk
Branches: MAIN
CVS tags: 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
Diff to previous 1.150: preferred, colored
Changes since revision 1.150: +4 -2 lines
Bug 3059 (Printing numerical exam problems puts choices in two rows for one column printing) is fixed. I did not take into account the simplest case from the very beginning. Sorry.

Revision 1.150: download - view: text, markup, annotated - select for diffs
Tue Jun 29 22:42:50 2004 UTC (19 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.149: preferred, colored
Changes since revision 1.149: +1 -3 lines
- <stringresponse> had some leftover code from when it was a sub mode of <numericalresponse>

Revision 1.149: download - view: text, markup, annotated - select for diffs
Tue Jun 15 18:34:44 2004 UTC (19 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.148: preferred, colored
Changes since revision 1.148: +3 -2 lines
Help "?"

Revision 1.148: download - view: text, markup, annotated - select for diffs
Thu Jun 10 21:19:59 2004 UTC (19 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.147: preferred, colored
Changes since revision 1.147: +2 -2 lines
- BUG#3104

Revision 1.147: download - view: text, markup, annotated - select for diffs
Fri Jun 4 22:56:45 2004 UTC (19 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_1_1_99_0
Diff to previous 1.146: preferred, colored
Changes since revision 1.146: +5 -1 lines
- new course PARM 'disablesigfigs' allows one to turn off sigfig checking in the entire course (BUG#2842)

Revision 1.146: download - view: text, markup, annotated - select for diffs
Fri Jun 4 22:06:07 2004 UTC (19 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.145: preferred, colored
Changes since revision 1.145: +47 -54 lines
- fixing display of numerical/formula/string respons types to make BUG#873 go away
- now longer says 'The correct answers is ...' but rather just puts the correct answer up there, and whenever it would display the computer's answer is says 'Computer's answer now show'

Revision 1.145: download - view: text, markup, annotated - select for diffs
Wed Jun 2 21:23:21 2004 UTC (19 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.144: preferred, colored
Changes since revision 1.144: +4 -4 lines
- acted oddly with a sig range of 0,something

Revision 1.144: download - view: text, markup, annotated - select for diffs
Tue Apr 6 15:54:35 2004 UTC (20 years ago) by sakharuk
Branches: MAIN
Diff to previous 1.143: preferred, colored
Changes since revision 1.143: +2 -2 lines
Small change to restore default width for LaTeX table internals which can be changed is another table is presented in the particular problem.

Revision 1.143: download - view: text, markup, annotated - select for diffs
Tue Mar 16 19:47:47 2004 UTC (20 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.142: preferred, colored
Changes since revision 1.142: +28 -31 lines
- Fixes Bug#2820 (internal vars were clashing with user vars)
- Cleans up the way data is put into safe space, less escaping, names scaping etc issues
- <stringhint> supports re mode now.

Revision 1.142: download - view: text, markup, annotated - select for diffs
Sat Mar 13 00:36:11 2004 UTC (20 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.141: preferred, colored
Changes since revision 1.141: +20 -7 lines
- BUG#32, mainly but alot of assocaited bugs
- caparesponse messages are now printed,
   It now reports what it thought the unit was, how many sig figs it read (and how many were expected)

Revision 1.141: download - view: text, markup, annotated - select for diffs
Fri Mar 12 21:06:19 2004 UTC (20 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.140: preferred, colored
Changes since revision 1.140: +3 -2 lines
- BUG# Lots, lets start with 186,32,220,870
- when checking unit,sigfig etctera, we want to tell the student what we think they enetered, need to get the error string out of the C code and into perl space.
- Still need to do something with the message but at lest we have it now
- <numericalhint> properl namespace it's vars now.

Revision 1.140: download - view: text, markup, annotated - select for diffs
Fri Mar 12 18:41:43 2004 UTC (20 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.139: preferred, colored
Changes since revision 1.139: +5 -5 lines
BUG#2758, $var in <responseparam> worked but didn't show that they worked in Answer mode

Revision 1.139: download - view: text, markup, annotated - select for diffs
Fri Mar 12 16:55:35 2004 UTC (20 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.138: preferred, colored
Changes since revision 1.138: +6 -6 lines
- BUG#2820, namescape the internal variables we use

Revision 1.138: download - view: text, markup, annotated - select for diffs
Tue Mar 2 16:09:42 2004 UTC (20 years, 1 month ago) by sakharuk
Branches: MAIN
Diff to previous 1.137: preferred, colored
Changes since revision 1.137: +6 -4 lines
I hope that bug 2765 (numericalresponse sometimes still creates incorrect width tables) is finally resolved. Nevertheless I am always ready to resume work on this bug though I've closed bug in Bugzilla.

Revision 1.137: download - view: text, markup, annotated - select for diffs
Thu Feb 26 21:25:28 2004 UTC (20 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.136: preferred, colored
Changes since revision 1.136: +3 -3 lines
- reverting back to pre 1.136

Revision 1.136: download - view: text, markup, annotated - select for diffs
Thu Feb 26 21:13:54 2004 UTC (20 years, 2 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.135: preferred, colored
Changes since revision 1.135: +4 -3 lines
Bug 2759 (Format of correct answer not followed in exam mode printing) is fixed for sure and probably bug 2765(numericalresponse sometimes still creates incorrect width tables) is fixed either. But I need to make more checks for the last one.

Revision 1.126.2.2: download - view: text, markup, annotated - select for diffs
Thu Feb 26 18:24:24 2004 UTC (20 years, 2 months ago) by albertel
Branches: version_1_1_X
CVS tags: version_1_1_3, version_1_1_2
Diff to previous 1.126.2.1: preferred, colored next main 1.127: preferred, colored
Changes since revision 1.126.2.1: +18 -9 lines
- backporting bubbl fixes 1.134 1.135

Revision 1.135: download - view: text, markup, annotated - select for diffs
Thu Feb 26 16:36:48 2004 UTC (20 years, 2 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.134: preferred, colored
Changes since revision 1.134: +3 -3 lines
Bug 2765 (numericalresponse sometimes still creates incorrect width tables) is fixed.

Revision 1.134: download - view: text, markup, annotated - select for diffs
Mon Feb 23 20:57:50 2004 UTC (20 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.133: preferred, colored
Changes since revision 1.133: +6 -1 lines
- incorrect spec wasn't formatting the numbers

Revision 1.133: download - view: text, markup, annotated - select for diffs
Fri Feb 20 18:04:43 2004 UTC (20 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.132: preferred, colored
Changes since revision 1.132: +11 -1 lines
- BUG#2760, detect and throw error about invalid sig figs

Revision 1.132: download - view: text, markup, annotated - select for diffs
Thu Feb 19 21:49:33 2004 UTC (20 years, 2 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.131: preferred, colored
Changes since revision 1.131: +8 -7 lines
Small but important change to print bubbles with correct size in the case of
"d" format numbers.

Revision 1.126.2.1: download - view: text, markup, annotated - select for diffs
Thu Feb 19 19:24:38 2004 UTC (20 years, 2 months ago) by albertel
Branches: version_1_1_X
Diff to previous 1.126: preferred, colored
Changes since revision 1.126: +32 -16 lines
- backport 1.128 and 1.130

Revision 1.131: download - view: text, markup, annotated - select for diffs
Fri Feb 13 21:12:54 2004 UTC (20 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.130: preferred, colored
Changes since revision 1.130: +9 -11 lines
- handle checked_args when nothing is checked.

Revision 1.130: download - view: text, markup, annotated - select for diffs
Fri Feb 13 21:05:34 2004 UTC (20 years, 2 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.129: preferred, colored
Changes since revision 1.129: +9 -3 lines
The same log info as for optionresponce.pm

Revision 1.129: download - view: text, markup, annotated - select for diffs
Fri Feb 13 15:09:52 2004 UTC (20 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.128: preferred, colored
Changes since revision 1.128: +17 -10 lines
Bug #873: Correct answer of string response can appear inline with the
text (for fill-in-the-blank) without "The correct answer is ..." linebreak
and text.

Revision 1.128: download - view: text, markup, annotated - select for diffs
Wed Feb 11 21:10:45 2004 UTC (20 years, 2 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.127: preferred, colored
Changes since revision 1.127: +27 -17 lines
Algorithm for calculation the width of the cell for exam bubbles (tex output) is changed. I very want to have any responces from people used exams.

Revision 1.127: download - view: text, markup, annotated - select for diffs
Thu Feb 5 21:04:24 2004 UTC (20 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.126: preferred, colored
Changes since revision 1.126: +5 -2 lines
- BUG#2684, warn if ignoring incorrect speification because user under specified.

Revision 1.126: download - view: text, markup, annotated - select for diffs
Thu Feb 5 18:41:06 2004 UTC (20 years, 2 months ago) by albertel
Branches: MAIN
Branch point for: version_1_1_X
Diff to previous 1.125: preferred, colored
Changes since revision 1.125: +8 -3 lines
- Fixes BUG#2686, wasn't handling the case of default bubble generation with fewer than 8 bubbles correctly (or more than 8), hadnles both correctly now
- Fixes extra breakage that occured when num_bubbles set to 2 or 1

Revision 1.125: download - view: text, markup, annotated - select for diffs
Thu Dec 11 23:39:54 2003 UTC (20 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.124: preferred, colored
Changes since revision 1.124: +34 -30 lines
- remove use of $$tagstack[-1] for corrupt problems it can cause ISE BUG#2487

Revision 1.124: download - view: text, markup, annotated - select for diffs
Tue Nov 25 14:37:11 2003 UTC (20 years, 5 months ago) by sakharuk
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
Diff to previous 1.123: preferred, colored
Changes since revision 1.123: +3 -3 lines
Fixed the problem of printing numbers with two or more digits in the power for exam mode.

Revision 1.123: download - view: text, markup, annotated - select for diffs
Fri Nov 21 19:15:12 2003 UTC (20 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.122: preferred, colored
Changes since revision 1.122: +13 -4 lines
- in bubble input mode, sig figs don't make much sense, explicitly ignore them (BUG#2399)

Revision 1.122: download - view: text, markup, annotated - select for diffs
Thu Nov 20 22:06:39 2003 UTC (20 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.121: preferred, colored
Changes since revision 1.121: +158 -40 lines
- BUG#2373 adding Regular Expression support to <stringresponse>

Revision 1.121: download - view: text, markup, annotated - select for diffs
Fri Oct 24 18:08:24 2003 UTC (20 years, 6 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.120: preferred, colored
Changes since revision 1.120: +2 -2 lines
Remove last commit.

Revision 1.120: download - view: text, markup, annotated - select for diffs
Fri Oct 24 17:41:45 2003 UTC (20 years, 6 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.119: preferred, colored
Changes since revision 1.119: +2 -2 lines
Bug 2323 (problem numbering when printing exam with answers) is fixed for numericalresponse problem.

Revision 1.107.2.4: download - view: text, markup, annotated - select for diffs
Thu Oct 23 19:36:02 2003 UTC (20 years, 6 months ago) by albertel
Branches: version_1_0_2
Diff to previous 1.107.2.3: preferred, colored to branchpoint 1.107: preferred, colored next main 1.108: preferred, colored
Changes since revision 1.107.2.3: +3 -1 lines
- backport 1.119

Revision 1.119: download - view: text, markup, annotated - select for diffs
Thu Oct 23 19:29:24 2003 UTC (20 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.118: preferred, colored
Changes since revision 1.118: +5 -2 lines
- need to reset seed so as to not futz with things since the grade pass doesn't make bubbles

Revision 1.118: download - view: text, markup, annotated - select for diffs
Thu Oct 23 07:54:55 2003 UTC (20 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.117: preferred, colored
Changes since revision 1.117: +3 -2 lines
- forgot this

Revision 1.117: download - view: text, markup, annotated - select for diffs
Thu Oct 23 07:31:52 2003 UTC (20 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.116: preferred, colored
Changes since revision 1.116: +32 -12 lines
- implements the ability to specify incorrect answers fr bubble mode,
  supports overspecifying and exactly specifying the correct number of answers
  (in the underspecified mode it currently punts and ignores the incorrect, ideas on what to do are apprec
iated)
-  supports a number of bubbles option

Revision 1.107.2.3: download - view: text, markup, annotated - select for diffs
Wed Oct 15 21:26:46 2003 UTC (20 years, 6 months ago) by albertel
Branches: version_1_0_2
CVS tags: version_1_0_3
Diff to previous 1.107.2.2: preferred, colored to branchpoint 1.107: preferred, colored
Changes since revision 1.107.2.2: +2 -2 lines
- backport 1.115

Revision 1.107.2.2: download - view: text, markup, annotated - select for diffs
Wed Oct 15 19:54:45 2003 UTC (20 years, 6 months ago) by albertel
Branches: version_1_0_2
Diff to previous 1.107.2.1: preferred, colored to branchpoint 1.107: preferred, colored
Changes since revision 1.107.2.1: +9 -4 lines
- backport 1.116

Revision 1.116: download - view: text, markup, annotated - select for diffs
Wed Oct 15 19:40:43 2003 UTC (20 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.115: preferred, colored
Changes since revision 1.115: +9 -4 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.115: download - view: text, markup, annotated - select for diffs
Tue Oct 14 22:53:22 2003 UTC (20 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.114: preferred, colored
Changes since revision 1.114: +2 -2 lines
- whoops need to store after evaluating what the scantron bubble represents

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

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

Revision 1.113: download - view: text, markup, annotated - select for diffs
Mon Sep 22 20:39:17 2003 UTC (20 years, 7 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.112: preferred, colored
Changes since revision 1.112: +2 -2 lines
Last change. Sorry, I used c yesterday and automatically put e3 instead 3e.

Revision 1.112: download - view: text, markup, annotated - select for diffs
Mon Sep 22 18:47:59 2003 UTC (20 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.111: preferred, colored
Changes since revision 1.111: +3 -15 lines
- remove texaward
- once last e to E change

Revision 1.111: download - view: text, markup, annotated - select for diffs
Mon Sep 22 18:38:59 2003 UTC (20 years, 7 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.110: preferred, colored
Changes since revision 1.110: +2 -2 lines
Corrected part responsible for the determination of the format.

Revision 1.110: download - view: text, markup, annotated - select for diffs
Mon Sep 22 13:04:55 2003 UTC (20 years, 7 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.109: preferred, colored
Changes since revision 1.109: +2 -2 lines
   if ($number=~/^(\d*\.?\d*)(E|e)(\d*)$/) {
       $format = 'e'.$2;
   } elsif ...
corrected to
   if ($number=~/^(\d*\.?\d*)(E|e)(\d*)$/) {
       $format = 'e'.$3;
   } elsif ...
Sorry for the typo.

Revision 1.109: download - view: text, markup, annotated - select for diffs
Fri Sep 19 21:48:00 2003 UTC (20 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.108: preferred, colored
Changes since revision 1.108: +3 -1 lines
- BUG 1879, dont='t do little e format

Revision 1.108: download - view: text, markup, annotated - select for diffs
Thu Aug 21 17:33:22 2003 UTC (20 years, 8 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.107: preferred, colored
Changes since revision 1.107: +2 -2 lines
Bug 2054 (Printing in string response has \textbf{Case Insensitive} ..) is fixed. \textbf{} is removed from this module. You can not use this commant because latter on in response.pm it appears inside \verb|| and simply do not work properly.

Revision 1.107: download - view: text, markup, annotated - select for diffs
Mon Jul 28 18:29:05 2003 UTC (20 years, 9 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.106: preferred, colored
Changes since revision 1.106: +2 -2 lines
Bug 1268 (Answer box in middle of question text prints weird for exams) is fixed. Now you will see statement about units only if units are 1.defined and 2. units~=''.

Revision 1.106: download - view: text, markup, annotated - select for diffs
Thu Jul 24 13:25:37 2003 UTC (20 years, 9 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.105: preferred, colored
Changes since revision 1.105: +3 -3 lines
Changed the way how answers appear on the paper - removed \textit{} in significant digits and \verb|| in units - there is the same command in response.pm which is more general and allows to print correctly the answers not only for numerical but for strings eather.

Revision 1.105: download - view: text, markup, annotated - select for diffs
Tue Jun 24 20:41:56 2003 UTC (20 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_0_99_3
Diff to previous 1.104: preferred, colored
Changes since revision 1.104: +5 -1 lines
= BUG#1849, answers that are in arrays didn't work, now pass the answer in through a varglob into the safe space, and then through a parameter to the capa_check_answer function

Revision 1.104: download - view: text, markup, annotated - select for diffs
Wed Jun 4 15:23:08 2003 UTC (20 years, 10 months ago) by bowersj2
Branches: MAIN
CVS tags: version_0_99_2, conference_2003
Diff to previous 1.103: preferred, colored
Changes since revision 1.103: +5 -1 lines
- damn did this ever work?

- <string> and <formula> response need to setup the ids so proper
metadata is generated

Revision 1.103: download - view: text, markup, annotated - select for diffs
Mon May 19 21:40:04 2003 UTC (20 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_0_99_1, version_0_99_0
Diff to previous 1.102: preferred, colored
Changes since revision 1.102: +4 -5 lines
- fixes BUG#1370, stringresponse problems were blowing up when analyzed

Revision 1.102: download - view: text, markup, annotated - select for diffs
Mon May 19 21:15:21 2003 UTC (20 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.101: preferred, colored
Changes since revision 1.101: +6 -5 lines
- stop showing pororly formatted answers BUG#1366

Revision 1.101: download - view: text, markup, annotated - select for diffs
Wed May 14 13:33:00 2003 UTC (20 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.100: preferred, colored
Changes since revision 1.100: +13 -8 lines
- propagating print_answer -> answer_output_mode shift

Revision 1.100: download - view: text, markup, annotated - select for diffs
Tue May 13 20:39:58 2003 UTC (20 years, 11 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.99: preferred, colored
Changes since revision 1.99: +3 -3 lines
Changes to print single resource with answers. Mainly removal of some stupid additions which I've done recently.

Revision 1.99: download - view: text, markup, annotated - select for diffs
Tue May 13 15:47:45 2003 UTC (20 years, 11 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.98: preferred, colored
Changes since revision 1.98: +3 -3 lines
Changes to print problems with answers from the construction space and do not have LaTeX garbage on the screen.

Revision 1.98: download - view: text, markup, annotated - select for diffs
Tue May 13 15:27:45 2003 UTC (20 years, 11 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.97: preferred, colored
Changes since revision 1.97: +15 -4 lines
 Changes neccessry to print problems with answers.

Revision 1.97: download - view: text, markup, annotated - select for diffs
Fri May 9 22:24:05 2003 UTC (20 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.96: preferred, colored
Changes since revision 1.96: +5 -2 lines
- some of BUG#628, also needed for online exams, disable feedback to students about whether they are correct or not.

Revision 1.96: download - view: text, markup, annotated - select for diffs
Fri May 9 22:00:16 2003 UTC (20 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.95: preferred, colored
Changes since revision 1.95: +14 -2 lines
- implemtns BUG#408, can turn unit entry off in numerical response problems

Revision 1.95: download - view: text, markup, annotated - select for diffs
Mon Apr 21 20:59:02 2003 UTC (21 years ago) by albertel
Branches: MAIN
Diff to previous 1.94: preferred, colored
Changes since revision 1.94: +53 -47 lines
- scantron grading of essay/formula/string works now
- new global Apache::lonxml::scantronmode can be used to check if we are in scantron mode or not

Revision 1.94: download - view: text, markup, annotated - select for diffs
Mon Apr 21 17:51:46 2003 UTC (21 years ago) by sakharuk
Branches: MAIN
Diff to previous 1.93: preferred, colored
Changes since revision 1.93: +13 -7 lines
Allows to print numerical problems with answers.

Revision 1.93: download - view: text, markup, annotated - select for diffs
Fri Apr 18 07:12:13 2003 UTC (21 years ago) by albertel
Branches: MAIN
Diff to previous 1.92: preferred, colored
Changes since revision 1.92: +3 -6 lines
- break out the 'repetition' clculation
- essayresponse, start support of scantron

Revision 1.92: download - view: text, markup, annotated - select for diffs
Tue Apr 8 04:17:13 2003 UTC (21 years ago) by albertel
Branches: MAIN
Diff to previous 1.91: preferred, colored
Changes since revision 1.91: +17 -9 lines
- can get numerical response questions correct in bubble mode both online and scantron
- Hallelujah! Praise Jesus!

Revision 1.91: download - view: text, markup, annotated - select for diffs
Tue Apr 8 04:00:23 2003 UTC (21 years ago) by albertel
Branches: MAIN
Diff to previous 1.90: preferred, colored
Changes since revision 1.90: +14 -13 lines
- just format the numbers as we generate them

Revision 1.90: download - view: text, markup, annotated - select for diffs
Tue Apr 8 03:54:22 2003 UTC (21 years ago) by albertel
Branches: MAIN
Diff to previous 1.89: preferred, colored
Changes since revision 1.89: +139 -140 lines
- refactored alot of the bubble printing code

Revision 1.89: download - view: text, markup, annotated - select for diffs
Mon Apr 7 23:19:58 2003 UTC (21 years ago) by albertel
Branches: MAIN
Diff to previous 1.88: preferred, colored
Changes since revision 1.88: +404 -440 lines
- retabinate

Revision 1.88: download - view: text, markup, annotated - select for diffs
Mon Apr 7 23:14:52 2003 UTC (21 years ago) by albertel
Branches: MAIN
Diff to previous 1.87: preferred, colored
Changes since revision 1.87: +12 -9 lines
- this one doesn't bomb, but isn't correct yet about scantron and online submission

Revision 1.87: download - view: text, markup, annotated - select for diffs
Mon Apr 7 22:44:32 2003 UTC (21 years ago) by albertel
Branches: MAIN
Diff to previous 1.86: preferred, colored
Changes since revision 1.86: +25 -24 lines
- switch to general getresponse routine
- prepped for exam bubble submission
- removing useless code

Revision 1.86: download - view: text, markup, annotated - select for diffs
Wed Mar 26 18:44:13 2003 UTC (21 years, 1 month ago) by sakharuk
Branches: MAIN
Diff to previous 1.85: preferred, colored
Changes since revision 1.85: +4 -4 lines
 Small changes were implemented toward to Ed's critical notes.

Revision 1.85: download - view: text, markup, annotated - select for diffs
Fri Mar 21 15:39:24 2003 UTC (21 years, 1 month ago) by sakharuk
Branches: MAIN
Diff to previous 1.84: preferred, colored
Changes since revision 1.84: +2 -2 lines
Units are printed on the screen in the exam mode only if they are defined in <answer tag and are not empty.

Revision 1.84: download - view: text, markup, annotated - select for diffs
Fri Mar 21 15:33:46 2003 UTC (21 years, 1 month ago) by sakharuk
Branches: MAIN
Diff to previous 1.83: preferred, colored
Changes since revision 1.83: +3 -3 lines
Added showing units on the screen in the exam mode for numerical response problems. Done small cleanup od alphabet array.

Revision 1.83: download - view: text, markup, annotated - select for diffs
Thu Mar 13 16:24:13 2003 UTC (21 years, 1 month ago) by sakharuk
Branches: MAIN
Diff to previous 1.82: preferred, colored
Changes since revision 1.82: +4 -4 lines
 Sorry, I was in hurry and put this code in the wrong place. Corrected.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Thu Mar 13 16:20:47 2003 UTC (21 years, 1 month ago) by sakharuk
Branches: MAIN
Diff to previous 1.81: preferred, colored
Changes since revision 1.81: +4 -4 lines
Made the printing of units for exam better (put in more correct place in the program - now it does not depend on other parameters).

Revision 1.81: download - view: text, markup, annotated - select for diffs
Mon Mar 3 14:39:41 2003 UTC (21 years, 1 month ago) by sakharuk
Branches: MAIN
Diff to previous 1.80: preferred, colored
Changes since revision 1.80: +4 -1 lines
Added printing of the statement - (in units ...) for the bubble type exam.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Thu Feb 27 22:20:40 2003 UTC (21 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.79: preferred, colored
Changes since revision 1.79: +9 -9 lines
- modified random answer gerartion to use new better generator
- no longer always get C as the correct answer

Revision 1.79: download - view: text, markup, annotated - select for diffs
Thu Feb 27 21:20:33 2003 UTC (21 years, 2 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.78: preferred, colored
Changes since revision 1.78: +13 -5 lines
 Atomated the printing of "Leave blank on scoring form" message (it's number)
for the bubble exam.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Thu Feb 27 20:31:34 2003 UTC (21 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.77: preferred, colored
Changes since revision 1.77: +3 -2 lines
Help on sampling points for formularesponse

Revision 1.77: download - view: text, markup, annotated - select for diffs
Sun Feb 23 20:31:51 2003 UTC (21 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.76: preferred, colored
Changes since revision 1.76: +5 -3 lines
After wasting half an hour trying to figure out how "format" works ...

Revision 1.76: download - view: text, markup, annotated - select for diffs
Mon Jan 13 21:22:00 2003 UTC (21 years, 3 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.75: preferred, colored
Changes since revision 1.75: +75 -64 lines
Done some changes (mainly additions) to print bubble exams in a more elegant way.

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

Revision 1.74: download - view: text, markup, annotated - select for diffs
Wed Nov 27 16:50:09 2002 UTC (21 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.73: preferred, colored
Changes since revision 1.73: +4 -4 lines
- need to always check if default_homework is loaded.
-fixes BUG#997

Revision 1.73: download - view: text, markup, annotated - select for diffs
Mon Nov 25 21:36:42 2002 UTC (21 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.72: preferred, colored
Changes since revision 1.72: +5 -3 lines
- Fixes BUG#991 (parameters were bleeding between responses)
- small formatting of answer mode change

Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Nov 13 23:37:56 2002 UTC (21 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.71: preferred, colored
Changes since revision 1.71: +4 -1 lines
- added more checks to make sure default homework is loaded in cases where people would care.
- Fixes BUG#957

Revision 1.71: download - view: text, markup, annotated - select for diffs
Fri Nov 8 20:36:27 2002 UTC (21 years, 5 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.70: preferred, colored
Changes since revision 1.70: +3 -2 lines
Added radiobuttons for web output for exams, correct name and id (the same as in inputtags.pm textaria sibroutine) is reproduced. Continue to work with printing in the case of answer date passed.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Thu Nov 7 19:45:16 2002 UTC (21 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.69: preferred, colored
Changes since revision 1.69: +3 -2 lines
- <stringresponse> edit mode much prettier
- reduce the vertical space use with the insert list
- reduce the horizontal space used with nested tags

Revision 1.69: download - view: text, markup, annotated - select for diffs
Thu Nov 7 15:12:23 2002 UTC (21 years, 5 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.68: preferred, colored
Changes since revision 1.68: +3 -1 lines
Fixed my own error - I've by mistake removed if statement in the wrong place.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Wed Nov 6 17:58:27 2002 UTC (21 years, 5 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.67: preferred, colored
Changes since revision 1.67: +1 -4 lines
Prints answers for the online exam after answer date passed.

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

Revision 1.66: download - view: text, markup, annotated - select for diffs
Thu Oct 17 14:40:58 2002 UTC (21 years, 6 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.65: preferred, colored
Changes since revision 1.65: +31 -12 lines
For the exam 1. correctly adjust the size of bubbles to the text width;
2. use correct enumeration through the environment variable; Working on units
(almost done).

Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Oct 14 20:37:27 2002 UTC (21 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.64: preferred, colored
Changes since revision 1.64: +83 -54 lines
- adding analyze to more tags in preperation for analyzing a problems answer distribution

Revision 1.64: download - view: text, markup, annotated - select for diffs
Fri Oct 4 06:35:28 2002 UTC (21 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.63: preferred, colored
Changes since revision 1.63: +3 -3 lines
- changed message to better fit BUG#21

Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue Oct 1 20:17:42 2002 UTC (21 years, 7 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2 lines
Corrections of last row in table in tex mode.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Oct 1 14:10:44 2002 UTC (21 years, 7 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.61: preferred, colored
Changes since revision 1.61: +29 -9 lines
Added part to define the type of numerical answer - this is neccessary
for formated output.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Sep 30 18:32:45 2002 UTC (21 years, 7 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.60: preferred, colored
Changes since revision 1.60: +3 -3 lines
 Corrections - I've made a stupid error.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Sep 30 18:08:09 2002 UTC (21 years, 7 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.59: preferred, colored
Changes since revision 1.59: +19 -7 lines
1. Prints integers in the bubbles;
2. Size of bubbles is defined more correctly.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Sep 30 16:01:36 2002 UTC (21 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2 lines
- just trying to keep things lined up.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Sep 30 15:10:58 2002 UTC (21 years, 7 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.57: preferred, colored
Changes since revision 1.57: +104 -39 lines
Changes were done to print exams with numericalresponse type of problems.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Sep 4 06:55:27 2002 UTC (21 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: version_0_5_1
Diff to previous 1.56: preferred, colored
Changes since revision 1.56: +9 -6 lines
- I think this addresses a whole heck of alot of tex characters in a web page
  while still protecting the special HTML characters,
- I think it also now properly handles alot more possible answers properly

Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Sep 4 04:57:13 2002 UTC (21 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.55: preferred, colored
Changes since revision 1.55: +5 -4 lines
- trying to convert to using the latex symbol helper function

Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Aug 28 14:22:15 2002 UTC (21 years, 8 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.54: preferred, colored
Changes since revision 1.54: +3 -3 lines
Added LaTeX verbatim environment to print what computer got in the same way
as it was seen om the screen.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Aug 27 02:25:11 2002 UTC (21 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.53: preferred, colored
Changes since revision 1.53: +4 -4 lines
- put it in math mode to allow ^ to work properly

Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Aug 26 19:44:33 2002 UTC (21 years, 8 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.52: preferred, colored
Changes since revision 1.52: +12 -5 lines
Prints what computer got in the same way as for the web output.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Apr 11 19:48:16 2002 UTC (22 years ago) by albertel
Branches: MAIN
CVS tags: version_0_5, version_0_4, stable_2002_july, stable_2002_april, STABLE
Diff to previous 1.51: preferred, colored
Changes since revision 1.51: +26 -2 lines
- added sigfigs to the answer output. BUG#2 fixed

Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Feb 12 07:23:31 2002 UTC (22 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.50: preferred, colored
Changes since revision 1.50: +29 -4 lines
- prints out answer range based on set tolerance

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

Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Jan 11 16:32:29 2002 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.48: preferred, colored
Changes since revision 1.48: +4 -4 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.48: download - view: text, markup, annotated - select for diffs
Fri Dec 7 23:59:08 2001 UTC (22 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.47: preferred, colored
Changes since revision 1.47: +2 -8 lines
- moved some of the previous cheicnking code into a function

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

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Dec 4 14:54:47 2001 UTC (22 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.45: preferred, colored
Changes since revision 1.45: +3 -1 lines
- added code to set the type for <numericalresponse> so strings will be treated as numbers

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Oct 29 22:50:32 2001 UTC (22 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: stable_2001_fall
Diff to previous 1.44: preferred, colored
Changes since revision 1.44: +18 -9 lines
- <formularesponse> is starting to look good.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Oct 1 20:18:31 2001 UTC (22 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.43: preferred, colored
Changes since revision 1.43: +64 -25 lines
- added support for 'answer' parse to caparesponse.pm that works, <numericalresponse> and <stringresponse> both should work well.
- started adding <formularesponse> support

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Sep 18 02:21:13 2001 UTC (22 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.42: preferred, colored
Changes since revision 1.42: +14 -0 lines
- adding code to handle the answer target for parsing.
- caparesponse not yet working properly

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

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Aug 9 15:35:47 2001 UTC (22 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.40: preferred, colored
Changes since revision 1.40: +7 -4 lines
- <numericalresponse> checks for all possible params

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Aug 6 20:31:37 2001 UTC (22 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
- forgot namespace

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Aug 5 16:26:28 2001 UTC (22 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.38: preferred, colored
Changes since revision 1.38: +2 -0 lines
- moved the meta target run for numericalresponse

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Aug 3 22:12:07 2001 UTC (22 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.37: preferred, colored
Changes since revision 1.37: +26 -22 lines
- detects previous submissions for <numericalresponse> and <stringresponse>

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Jul 23 22:40:59 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
- strip ws from student responses
- strip ws from instructor tag args
- support multiple string answers in one field
- support format in <numericalresponse> properly

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Jul 20 21:19:03 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.35: preferred, colored
Changes since revision 1.35: +31 -8 lines
- <numericalresponse> now supports format="", can be array or scalar, if scalar and an array of answers, the single format is applied to all
- fixed breakage with displaying the answer if the string involves symbols

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Jul 19 21:26:22 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.34: preferred, colored
Changes since revision 1.34: +2 -1 lines
- added submit button at top
- fixed strinfresponse to use selcet_arg
- fixed passing of strings to capa checker.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Jul 13 16:15:00 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.33: preferred, colored
Changes since revision 1.33: +24 -5 lines
-implemented <stringresponse>
-fixed editor to remove trailing and leading spaces from user supplied values.
-updated documentation

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Jul 10 22:06:42 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.32: preferred, colored
Changes since revision 1.32: +4 -1 lines
- stopeed accepting " in tag arguments
- check if we need to hadnle insert for tags that have changed args

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Jun 29 18:53:50 2001 UTC (22 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.31: preferred, colored
Changes since revision 1.31: +13 -1 lines
- added arg setting for <numericalresponse>

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

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Apr 5 00:10:55 2001 UTC (23 years ago) by albertel
Branches: MAIN
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
- cleaned

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Mar 21 18:25:14 2001 UTC (23 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.28: preferred, colored
Changes since revision 1.28: +3 -0 lines
- prtotects against stupid mistakes

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Jan 24 14:27:29 2001 UTC (23 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1 lines
- after answerdate show correct answer

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Jan 15 21:44:21 2001 UTC (23 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
- look for the hidden submission "submitted" rather then the buttonpress

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Jan 12 01:07:38 2001 UTC (23 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +4 -4 lines
- code cleaning

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Jan 4 22:52:29 2001 UTC (23 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
*** empty log message ***

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Jan 4 22:25:13 2001 UTC (23 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +15 -1 lines
- when correct notifies student of the computers answer

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Jan 3 00:14:47 2001 UTC (23 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +7 -4 lines
- changes necceasary to implement a at least somewhat operational <numericresponse>

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Dec 28 00:17:32 2000 UTC (23 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +51 -16 lines
- start on numeric_response
- starting on previous submissions detection

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Dec 19 23:22:22 2000 UTC (23 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +7 -1 lines
- adding the needed lectuure online tags
  not funtional currently but getting close

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Dec 12 14:54:10 2000 UTC (23 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
- changed order of resource.type.ids.ids to resource.ids.ids.type
- added detection of return code ERROR

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Dec 11 23:47:36 2000 UTC (23 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +4 -13 lines
- moved funtionality around, all responses should call start_response, and
all end responses should call end_response, similarly from inputtags

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Dec 8 20:53:45 2000 UTC (23 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +15 -13 lines
- debug messages only appear for user debug
- empty responses are ignored
- try counts don't appear once the problem is correct

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Dec 5 22:07:26 2000 UTC (23 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
- properly sets the datastructures and delivers grades

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Dec 4 21:53:07 2000 UTC (23 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +20 -19 lines
- understands target grade

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Dec 1 00:44:48 2000 UTC (23 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +5 -2 lines
- step towards proper grading, <part> or <problem> call &garde now, but it
  isn't yetting putting the pieces back together again yet

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Nov 29 00:51:57 2000 UTC (23 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +5 -4 lines
- added sig figs to parameters that are passed along
- can now get coorrect responses
- fixed caparesponse to create the proper data bits

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Nov 22 00:04:34 2000 UTC (23 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
- stopped returning stuff from start_caparesponse
- got rid of las of the form.prefix stuff

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Nov 21 18:42:12 2000 UTC (23 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +19 -7 lines
- grades a question and sets the global result codes

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Oct 25 22:02:53 2000 UTC (23 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +6 -30 lines
- step closer to getting caparesponse to actually work

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Oct 13 14:59:31 2000 UTC (23 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +17 -4 lines
- slightly less silly checking if answer is correct or not

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Oct 13 14:32:42 2000 UTC (23 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +14 -4 lines
- implemented a stupid comparision

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Oct 12 21:51:40 2000 UTC (23 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +7 -4 lines
- ability to see what the correct answer was

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Oct 2 22:15:37 2000 UTC (23 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +22 -2 lines
- debugging messages in caparesponse.c
- .pm got added lots of code to call default_homework functions that will
   call capa.so

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Sep 19 19:10:01 2000 UTC (23 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
- moved $external::target to always be defined
- fixed scripttag to allow it be able to report results from scripts
- fixed caparesponse to not print out anything

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Sep 14 20:55:08 2000 UTC (23 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
- BROKEN but correct in concept

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Sep 13 20:36:47 2000 UTC (23 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +3 -0 lines
- reorg

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Sep 13 19:55:28 2000 UTC (23 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +18 -9 lines
- caparesponse definiton

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Sep 11 21:30:16 2000 UTC (23 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +9 -17 lines
- it compiled, maybe it works?

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Sep 11 21:13:51 2000 UTC (23 years, 7 months ago) by albertel
Branches: MAIN
- adding caparesponse tag

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>