CVS log for loncom/homework/grades.pm

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN
Current tag: BZ4492-merge


Revision 1.671: download - view: text, markup, annotated - select for diffs
Tue Jan 3 00:28:17 2012 UTC (12 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
Diff to previous 1.670: preferred, colored
Changes since revision 1.670: +310 -13 lines
- Bug 6450. Course personnel with vgr priv can view student's prior
  versions of a Bridge Task (BT).
  - bridgetask.pm
    - generation of Show Slot list and Show Grading Status buttons moved
      to new routine: &add_slotlist_button().
    - "Show Slot list", "Show Grading Status", "Show a previously done version"
      "Get a submission to grade", "Change reservation" buttons not shown
      when course personnel display student's version of a BT.
    - ensure tags have unique ids (replace duplicate LC_task_feedback with
      LC_task_answer.

  - grades.pm
    - Header: "View of the problem" replaced with "View of the problem for
              <student name>
    - Header: "Correct answer" replaced with "Correct answer for "
              <student name>
    - New routine: &show_previous_task_version() to show student's previous
      version of a BT.
    - New routine: &choose_task_version_form() provides a web form to select
      display of a student's version of a BT (in same window or in pop-up).
    - New routine: &previous_display_javascript() javascript to launch pop-up
      etc. for other version.
    - &startpage() has four additional args: $stuvcurrent,$stuvdisp,$nomenu,$js
      student's current BT version, version being displayed, no page menu (for
      pop-up), and javascript to launch previous version pop-up.a

  - lonhtmlcommon.pm
    - &resource_info_box() has two additional args: $stuvcurrent,$stuvdisp
      student's current BT version, and version being displayed.

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>