• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Delete comments when deleting a session

Add ability to delete a session

    • -0
    • +41
    ./as-session-procs.xql
fix notification for administrators on assessments, the query fails because it's not returning a valid user_id

Do not set question text for OQ and SA to empty string.

Add api support for publish status

Fix the case where a short answer (textbox, not textarea) question was

imported as multiple choice. I am not sure this ever worked, but it

works now with open question, short answer, multiple choice (radio and

checkbox).

fix bug for display pretty time remaining

Fix display of file upload (remove list curly braces).

Add new procs to make creation of assessment form processing simpler.

More UI cleanup and query fixes

  1. … 4 more files in changeset.
Many UI improvements. Add permissions checks to asm-admin pages that

were missing them!

Change type from an integer that has no meaning to a string, that might

give you a clue what it means. TODO change type to refer to a "template"

assessment_id with all the default values set so an admin can manage

types.

  1. … 31 more files in changeset.
Allow richtext xinha editor for question text. Rename title to question text in the form so we know what we are editing. Allow any length text in question text now that its stored in blob/text column.

  1. … 4 more files in changeset.
Fix as::item::edit,copy,new_revision to keep content when creating a new revision of a as_item. Added tests.

  1. … 1 more file in changeset.
Adding tests

Switch QUESTION text to use cr_revisions.content instead of

cr_revisions.title. Upgrade included, tested on Oracle 10g and PG 8.0.

Added automated test for as::item::new

Fix division with empty string in pretty_time proc and added test.

Beginning of work to allow question text (and other CLOB/BLOB columns)

to include HTML from Xinha rich text editor to allow images etc in the

question text, feedback etc. Mainly this allow an arbitrary number of

images or links to files, instead of just one allowed per question.

  1. … 5 more files in changeset.
Fix display of question filters for single assessment.

Update list filters generation to only select sections that are shared in all assessments if multiple assessments are specified.

  1. … 2 more files in changeset.
Show check icon for correct answer

Skip feedback check if its turned off.

  1. … 5 more files in changeset.
Fix handling of package_id in process procs

  1. … 2 more files in changeset.
Use Please Select One as first empty item

Character encoding fixes

  1. … 3 more files in changeset.
Display feedback after each submit

    • -0
    • +379
    ./as-list-procs.tcl
  1. … 2 more files in changeset.
Add includable pages for LORS delivery.

  1. … 14 more files in changeset.
Merge oacs-5-2 to HEAD

    • -3
    • +40
    ./as-assessment-procs-postgresql.xql
  1. … 212 more files in changeset.
File improved to implement the application-track callbacks

  1. … 2 more files in changeset.
Adding queries to update clobs

    • -0
    • +18
    ./as-item-data-procs-postgresql.xql
file as-item-data-procs-oracle.xql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./as-item-data-procs-oracle.xql
file as-item-data-procs-postgresql.xql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./as-item-data-procs-postgresql.xql
Adding missing field in oracle query

Added query to update clobs when editing items