CVS log for loncom/homework/templates/custompartial.problem
Up to [LON-CAPA] / loncom / homework / templates
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Aug 25 17:46:47 2018 UTC (6 years, 2 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X,
version_2_11_X,
version_2_11_5_msu,
version_2_11_5,
version_2_11_4_uiuc,
version_2_11_4_msu,
version_2_11_4,
version_2_11_3_uiuc,
version_2_11_3_msu,
version_2_11_3,
HEAD
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1
lines
- Required change omitted from rev. 1.4 commit.
Revision
1.4:
download - view:
text,
markup,
annotated -
[selected for diffs]
Thu Dec 15 01:21:45 2011 UTC (12 years, 11 months ago) by
raeburn
Branches:
MAIN
CVS tags:
version_2_11_2_uiuc,
version_2_11_2_msu,
version_2_11_2_educog,
version_2_11_2,
version_2_11_1,
version_2_11_0_RC3,
version_2_11_0_RC2,
version_2_11_0_RC1,
version_2_11_0,
BZ4492-merge,
BZ4492-feature_horizontal_radioresponse,
BZ4492-feature_Support_horizontal_radioresponse,
BZ4492-Support_horizontal_radioresponse
Diff to previous 1.3:
preferred,
colored
Changes since revision 1.3: +1 -1
lines
- Bug 2802.
- Separate decision on leniency in grading from logic on whether additional
new submission is possible for partially correct problem parts.
- new parameter: retrypartial set to "yes" if part is to be answerable
when partially correct.
- custompartial.problem template incorporates retrypartial parameter in
place of lenient parameter.
- points awarded > 1 no longer considered 'partially correct'.
- &grading_is_nonlenient() moved from inputtags.pm back to optionresponse.pm
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Nov 29 13:24:41 2011 UTC (12 years, 11 months ago) by raeburn
Branches: MAIN
CVS tags: language_hyphenation_merge,
language_hyphenation
Diff to previous 1.2: preferred, colored to selected 1.4: preferred, colored
Changes since revision 1.2: +1 -0
lines
- Bug 2802.
- optionresponse::is_nonlenient() moved to inputtags::grading_is_nonlenient()
to facilitate re-use.
- where solved is "correct", awarded value < 1 permits new submission,
only if lenient grading applies.
- add lenient parameter to custompartial.problem template.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jul 6 17:12:47 2009 UTC (15 years, 4 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_9_99_0,
version_2_10_X,
version_2_10_1,
version_2_10_0_RC2,
version_2_10_0_RC1,
version_2_10_0,
loncapaMITrelate_1,
bz6209-base,
bz6209,
bz2851,
PRINT_INCOMPLETE_base,
PRINT_INCOMPLETE,
GCI_3
Diff to previous 1.1: preferred, colored to selected 1.4: preferred, colored
Changes since revision 1.1: +18 -14
lines
Consistent problem templates:
- New line after each tag (not for texts in foils)
- One empty row after each end tag and before new start tag for second level tags
- No indentation for second level tags, e.g. <script>
- Four white spaces as indentation for each further sub level
Exceptions:
-Content (mostly text) in separate line(s): no indentation
- Concept groups: same indentation as foilgroup
(allows to insert code from problems without concept groups without changing the indentation and vice versa)
- No new line at end of template
- Removed new lines from within the middle of default texts
- Added one blank each after "<m>$" and before "$</m>" to ensure no misinterpretation neither by human nor by machine (e.g. "<m>$x" is not "<m>$ $x")
- Replaced deprecated font tag in <instructorcomment> by CSS
- Removed dos line endings
- dos2unix conversion
(ClickImageExample.problem, RandomLabelExample.problem, SimpleMatching.problem)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun May 24 13:08:27 2009 UTC (15 years, 5 months ago) by www
Branches: MAIN
CVS tags: version_2_9_X,
version_2_9_1,
version_2_9_0,
version_2_8_99_1,
version_2_8_99_0,
bz5969,
GCI_2,
BZ5971-printing-apage
Diff to selected 1.4: preferred, colored
Bug #2802: partial credit multiple answers
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>