CVS log for modules/gci/londocsgci.pm

[BACK] Up to [LON-CAPA] / modules / gci

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Dec 5 17:48:54 2010 UTC (13 years, 3 months ago) by gci
Branches: MAIN
CVS tags: HEAD
Diff to previous 1.16: preferred, colored to selected 1.14: preferred, colored
Changes since revision 1.16: +109 -92 lines
- Customization for GCI_3.
  - Suport for multiple Concept Inventories.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Nov 29 04:33:35 2010 UTC (13 years, 4 months ago) by gci
Branches: MAIN
Diff to previous 1.15: preferred, colored to selected 1.14: preferred, colored
Changes since revision 1.15: +31 -8 lines
- Customization for GCI_3
  - Timezone can be set for a Concept Test.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Nov 16 02:28:10 2010 UTC (13 years, 4 months ago) by gci
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
- Customization for GCI_3.
  - Five new pilot questions in the mix.

Revision 1.14: download - view: text, markup, annotated - [selected for diffs]
Tue Nov 9 01:19:04 2010 UTC (13 years, 4 months ago) by gci
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
- Customization for GCI_3
  - hidden form element in user-defined Concept Test edit form so
    course request context is retained on submission.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Sep 19 14:48:53 2010 UTC (13 years, 6 months ago) by gci
Branches: MAIN
Diff to previous 1.12: preferred, colored to selected 1.14: preferred, colored
Changes since revision 1.12: +2 -22 lines
- Customization for GCI_3.
  - Set block style in div tag directly instead of via javascript in onload call.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Sep 14 06:23:15 2010 UTC (13 years, 6 months ago) by gci
Branches: MAIN
Diff to previous 1.11: preferred, colored to selected 1.14: preferred, colored
Changes since revision 1.11: +6 -2 lines
- Customization for GCI_3
  - New pilot questions.
  - Eliminate individual web forms for each question in Concept
    Test Editor.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jan 15 18:21:08 2010 UTC (14 years, 2 months ago) by gci
Branches: MAIN
CVS tags: GCI_3
Diff to previous 1.10: preferred, colored to selected 1.14: preferred, colored
Changes since revision 1.10: +1 -3 lines
- Customization for GCI_3
   - Remove debugging Javascript alert.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jan 9 01:07:56 2010 UTC (14 years, 2 months ago) by gci
Branches: MAIN
Diff to previous 1.9: preferred, colored to selected 1.14: preferred, colored
Changes since revision 1.9: +16 -10 lines
- Customization for GCI_3 to keep IE8 happy.
  - Use ids for form tags for question checkboxes and bin counts.
  - Use document.getElementById(id) to retrieve the form element
     for Javascript operations.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jan 5 23:54:31 2010 UTC (14 years, 2 months ago) by gci
Branches: MAIN
Diff to previous 1.8: preferred, colored to selected 1.14: preferred, colored
Changes since revision 1.8: +17 -2 lines
- Customization for GCI_3.
  - Question count displayed allows for two-part problems (i.e., questions with prerequisites displayed as "composite" two-part problems).

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jan 5 12:36:11 2010 UTC (14 years, 2 months ago) by gci
Branches: MAIN
Diff to previous 1.7: preferred, colored to selected 1.14: preferred, colored
Changes since revision 1.7: +22 -8 lines
- Development questions are now in pilot sub-directory within the gci user's author space.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Dec 25 00:49:35 2009 UTC (14 years, 3 months ago) by gci
Branches: MAIN
Diff to previous 1.6: preferred, colored to selected 1.14: preferred, colored
Changes since revision 1.6: +4 -4 lines
- Customization for GCI_3.
  - Accommodate filename format used for GCI2004_73 problem.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Dec 21 15:51:29 2009 UTC (14 years, 3 months ago) by gci
Branches: MAIN
Diff to previous 1.5: preferred, colored to selected 1.14: preferred, colored
Changes since revision 1.5: +130 -20 lines
- Support for two part problems.
  - Client side: javascript to enforce prerequisites are selected.
  - Server side:
    - if checked items include coupled questions when map is written
      prerequisite is replaced with equivalent two-part problem.
    - reverse occurs for editing: two-part question triggers checking of
      two items for display purposes.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Dec 20 04:32:03 2009 UTC (14 years, 3 months ago) by gci
Branches: MAIN
Diff to previous 1.4: preferred, colored to selected 1.14: preferred, colored
Changes since revision 1.4: +404 -72 lines
- Different bins into separate block elements (can toggle show/hide).
- @bins is array of arrays which includes items in bins A through K.
- @mandprobs contans mandatory problems (items in separate block element).
- @optional contains questions without bin (items in separate block element).
- Random pick of two items from development items (numbered 100, 101 and 102 for now      awaiting real pilot questions to be uploaded.
- Show problem titles instead of GCI internal numbers.
- Problems numbered 1 to N in student view.
- Ability to display/edit current course-wide opendate and duedate settings.
- Don't allow editing of contents of Concept Test if there are student submissions.
- Client-side validation of test via (mimimum one item from each bin).

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Dec 2 18:35:59 2009 UTC (14 years, 3 months ago) by gci
Branches: MAIN
CVS tags: GCI_2
Diff to previous 1.3: preferred, colored to selected 1.14: preferred, colored
Changes since revision 1.3: +3 -1 lines
- Suppress unwanted button/text from lonindexer::showpreview()
   when called by londocsgci.pm in GCI Test assembly.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Nov 27 23:48:25 2009 UTC (14 years, 4 months ago) by gci
Branches: MAIN
Diff to previous 1.2: preferred, colored to selected 1.14: preferred, colored
Changes since revision 1.2: +41 -9 lines
Mandatory problems cannot be deselected
Categories -> Bins
Different work flow

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Oct 3 03:11:30 2009 UTC (14 years, 5 months ago) by gci
Branches: MAIN
Diff to previous 1.1: preferred, colored to selected 1.14: preferred, colored
Changes since revision 1.1: +2 -2 lines
- Form action is needed.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Sep 24 22:18:52 2009 UTC (14 years, 6 months ago) by gci
Branches: MAIN
Diff to selected 1.14: preferred, colored
- Routines used by londocs.pm when editing/validating Concept Test for GCI.
  - Taken from modules/gci/londocs.pm
    (originally from modules/gerd/gcistuff/londocs.pm)

Diff request

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

Log view options

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