• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixes: back button in item-add, dates in assessment add/edit; added calculating result of section and session

    • -0
    • +15
    ./as-assessment-procs-postgresql.xql
    • -0
    • +2
    ./as-item-type-mc-procs-postgresql.xql
    • -0
    • +43
    ./as-section-data-procs.tcl
    • -0
    • +15
    ./as-section-data-procs.xql
  1. … 32 more files in changeset.
don't stop processing on the first non QTI file

fixed breakage due to back button; fixed lost simultanous edits; added nospells to forms

  1. … 44 more files in changeset.
using just the revision_id as the file identifier instead of creating a relation

fix mime_type

remove the as_files content type, replaced by content_revision

  1. … 2 more files in changeset.
bugfix: typo

fix

  1. … 1 more file in changeset.
fix

added upgrade proc; change to get it working with 5.1

  1. … 5 more files in changeset.
added support for images in items and choices

  1. … 44 more files in changeset.
Changes to the help texts. Changes to fix bug with multiple as_item_type_ids for one item. Cosmetic enhancements.

  1. … 7 more files in changeset.
fixed score percentage on import of mc items

  1. … 1 more file in changeset.
added support for seperate submit of each item response

  1. … 6 more files in changeset.
added display of feedback texts

  1. … 6 more files in changeset.
rewrote display of session results; still need to display feedback texts

  1. … 10 more files in changeset.
proper naming conventions (survey_p)

added tables as_session_sections, as_session_items, as_session_choices and got player to work

  1. … 33 more files in changeset.
fix

  1. … 1 more file in changeset.
fix typo

comment out as_files type creation and template creation until we know why the SQL equivalent TCL CR API doesn't work in this case

revert the requirement of -name being required in the API to prevent code duplication in the QTI parser (anyway name is still required in the data model)

fix: change abs_size to html_display_options

  1. … 2 more files in changeset.
alfredw changed the CR TCL API (we tought it was stable)

alfredw changed the CR TCL API (we tought it was stable)

added item-type procs to process the user response and award points; moved the answered choice_ids from as_item_data to seperate mapping table as_item_data_choices

    • -0
    • +13
    ./as-item-data-procs.xql
  1. … 3 more files in changeset.
changed player: render items by calling the item_type proc and the display_type proc

  1. … 17 more files in changeset.
changed datamodel for items, sections, item-section-map, assessment-section-map; added section display types; added support to move/delete multiple choices; added item and section catalog

    • -0
    • +81
    ./as-section-display-procs.tcl
    • -0
    • +14
    ./as-section-display-procs.xql
  1. … 59 more files in changeset.
added admin pages to edit items, copy items, copy sections

    • -0
    • +30
    ./as-item-choice-procs.xql
    • -0
    • +26
    ./as-item-display-cb-procs.xql
    • -0
    • +26
    ./as-item-display-rb-procs.xql
    • -0
    • +25
    ./as-item-display-sa-procs.xql
    • -0
    • +92
    ./as-item-display-sb-procs.tcl
    • -0
    • +26
    ./as-item-display-sb-procs.xql
  1. … 112 more files in changeset.
changed as_assessments.mode to run_mode because oracle wouldnt allow it

  1. … 5 more files in changeset.