• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added support for resubmit of answers; removed unnecessary empty revisions when creating a new item

    • -1
    • +16
    ./assessment-collected-data-create.sql
    • -0
    • +25
    ./upgrade/upgrade-0.10d1-0.10d2.sql
  1. … 18 more files in changeset.
fixed naming of file

    • -0
    • +1
    ./upgrade/upgrade-0.09d1-0.10d1.sql
fixes: back button in item-add, dates in assessment add/edit; added calculating result of section and session

    • -1
    • +2
    ./assessment-collected-data-create.sql
    • -0
    • +1
    ./upgrade/upgrade-0.09d-0.10d.sql
  1. … 45 more files in changeset.
remove the as_files content type, replaced by content_revision

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

    • -0
    • +2
    ./upgrade/upgrade-0.07d-0.08d.sql
  1. … 58 more files in changeset.
added field fixed_position to item choices

added field num_items to sections

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

    • -0
    • +49
    ./assessment-collected-data-create.sql
    • -0
    • +47
    ./upgrade/upgrade-0.06d-0.07d.sql
  1. … 40 more files in changeset.
unless specified default to show all the feedback

  1. … 1 more file in changeset.
missing assessment-types-create.sql script to source

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

    • -8
    • +16
    ./assessment-collected-data-create.sql
    • -0
    • +31
    ./upgrade/upgrade-0.05d-0.06d.sql
  1. … 8 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
    • +57
    ./upgrade/upgrade-0.04d-0.05d.sql
  1. … 67 more files in changeset.
added admin pages to edit items, copy items, copy sections

    • -0
    • +39
    ./upgrade/upgrade-0.03d-0.04d.sql
  1. … 124 more files in changeset.
changed as_assessments.mode to run_mode because oracle wouldnt allow it

    • -0
    • +1
    ./upgrade/upgrade-0.02d-0.03d.sql
  1. … 6 more files in changeset.
added new table to map item types to display types

    • -0
    • +40
    ./assessment-types-create.sql
    • -0
    • +40
    ./upgrade/upgrade-0.01d-0.02d.sql
  1. … 3 more files in changeset.
removed editable_p since this is done via permissioning

survey & assessment differentiation

  1. … 5 more files in changeset.
comments from Natalia Perez <nperper@it.uc3m.es>

    • -3
    • +12
    ./assessment-collected-data-create.sql
  1. … 9 more files in changeset.
Hack to add file adding and viewing, since OpenACS still lacks a common way to manage files without using file-storage

    • -0
    • +53
    ./assessment-files.sql
  1. … 5 more files in changeset.
more SQL datamodel schema and CR registry

  1. … 1 more file in changeset.
two more display tables

add feedback_right & feedback_wrong. new way to show a session

  1. … 6 more files in changeset.
parse QTI feedback and add the necesary changes to the datamodel

  1. … 3 more files in changeset.
definition can be null

import QTI using the new datamodel

  1. … 8 more files in changeset.
missing cr_revisions reference in as_assessments

Workaround acs-content-repository merging of namespaces.

    • -1
    • +1
    ./assessment-collected-data-create.sql
  1. … 1 more file in changeset.
More updates from Natalia Perez <nperper@it.uc3m.es>

  1. … 1 more file in changeset.
assessment-collected-data-create.sql from Natalia Perez <nperper@it.uc3m.es>. Reformated and checked by me.

    • -0
    • +103
    ./assessment-collected-data-create.sql
Fixed the sql to correcly import in postgresql.