• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Remove broken categories widget. It does not show usable information.

don't show items in production mode for category includelet

Change to ordering by sort_order instead of section_id

Adding new keys

Redirect to questions page after adding new question

Fixing various merge bugs, adding new message keys

Update links for simplied admin ui

file section-links.adp was initially added on branch oacs-5-3.

    • -0
    • +0
    /openacs-4/packages/assessment/lib/section-links.adp
file section-links.xql was initially added on branch oacs-5-3.

    • -0
    • +0
    /openacs-4/packages/assessment/lib/section-links.xql
file section-links.tcl was initially added on branch oacs-5-3.

    • -0
    • +0
    /openacs-4/packages/assessment/lib/section-links.tcl
Reorganize UI. Put all questions on one question page instead of a sperate page for each section. This is a compromise instead of one huge admin page we have 2 pages, one for the assessment and one for questions.

  1. … 17 more files in changeset.
file one-section.adp was initially added on branch oacs-5-3.

    • -0
    • +0
    /openacs-4/packages/assessment/www/asm-admin/one-section.adp
file toggle-type.xql was initially added on branch oacs-5-3.

    • -0
    • +0
    /openacs-4/packages/assessment/www/asm-admin/toggle-type.xql
file toggle-type.tcl was initially added on branch oacs-5-3.

    • -0
    • +0
    /openacs-4/packages/assessment/www/asm-admin/toggle-type.tcl
file toggle-boolean.xql was initially added on branch oacs-5-3.

file toggle-boolean.tcl was initially added on branch oacs-5-3.

file questions.xql was initially added on branch oacs-5-3.

    • -0
    • +0
    /openacs-4/packages/assessment/www/asm-admin/questions.xql
file questions.tcl was initially added on branch oacs-5-3.

    • -0
    • +0
    /openacs-4/packages/assessment/www/asm-admin/questions.tcl
file questions.adp was initially added on branch oacs-5-3.

    • -0
    • +0
    /openacs-4/packages/assessment/www/asm-admin/questions.adp
file one-section.xql was initially added on branch oacs-5-3.

    • -0
    • +0
    /openacs-4/packages/assessment/www/asm-admin/one-section.xql
file one-section.tcl was initially added on branch oacs-5-3.

    • -0
    • +0
    /openacs-4/packages/assessment/www/asm-admin/one-section.tcl
Remove unused section_id variable

Remove debugging code

Support pretty_urls for one course

New proc to get course_id from the course_key to make pretty urls for the one course page.

Allow hiding filters

Allow getting data for just one course

Make a page that shows info for just one course.

Don't try to sum non-numerical data! Previously if you tried to "count" a non-numeric column, it still tried to accumulate the sum variable, which clearly will not work.

1. rationalized the Tcl file a bit

2. the Tcl file terminates by going back to the index page. Since it didn't

do an ad_scriptabort the Adp file was processed (but never returned to the

user, naturally). Even better, the Adp put errors into your log file!