• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge assessment from oacs-5-4

  1. … 108 more files in changeset.
Make sure when we get the previous answer that its the same question in the same section.

  1. … 2 more files in changeset.
Key changing question rows on ad_item_id not TITLE! Itis easily

conceivable that an assessment may have multiple questions with the

same title which would completely break the formatting of multiple

choice questions.

Add new pretty hours minutes display for a human readable time. Add more accurate tracking of time spent completing an assessment

  1. … 2 more files in changeset.
Fix for bug 3149: don't let users access an assessment that is not live!

  1. … 1 more file in changeset.
remove bogus = signs

  1. … 2 more files in changeset.
Replace header_stuff property with calls to template::head

  1. … 14 more files in changeset.
Merged oacs-5-3 branch to HEAD

  1. … 187 more files in changeset.
Fix bug introduced when custom code was committed. Remove reference to non-existant procedure. Remove reference to views package procedure.

  1. … 1 more file in changeset.
Return to the right URL if the last section doesn't have any feedback.

  1. … 1 more file in changeset.
Make sure we finish and score the assessment at the end. Now that the

code does not rely on double submitting the form.

Don't let someone hit the back button and resubmit after seeing feedback

Merged changes to HEAD ...

  1. … 1556 more files in changeset.
Since assessment form can by included, we optionally allow hiding the

titles

  1. … 1 more file in changeset.
Finally handle 0 question sections. Also add curly braces around a

couple of expr calls.

Pass total pages all the time

Improve formatting on feedback

  1. … 6 more files in changeset.
Let admins take assessment even if it is not live. Add live. Fix layout

of table

  1. … 1 more file in changeset.
Fix variable reference so feedback right appears.

Remove some ns_logs

  1. … 6 more files in changeset.
Add section progress bar

Add notice about required items and show error message when form has

errors

  1. … 1 more file in changeset.
Don't HTML check answers. We don't ever show the answer unescaped and it

prevents someone from typing a random < or > in their answer.

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. … 34 more files in changeset.
Set question text to the right element of the multirow.

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. … 8 more files in changeset.
Fix redirects to after suubmit feedback.

Fix progress bar display by using expr instead of calling ad_decode with incorrect syntax.

Don't show progress bar if there is only one page.

Avoid expr error dividing empty string if this is a one page section.

Add new progress display to show how many pages are left in an assessment.

  1. … 1 more file in changeset.