Index: openacs-4/packages/xowf/tcl/test-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test-item-procs.tcl,v diff -u -N -r1.7.2.243 -r1.7.2.244 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 29 Aug 2022 07:46:52 -0000 1.7.2.243 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 29 Aug 2022 19:22:30 -0000 1.7.2.244 @@ -2717,7 +2717,7 @@ | | | - |#xowf.Feedback_files#: + |
#xowf.Feedback_files#:
|
| }]] \ @@ -3483,12 +3483,12 @@ set feedbackFilesHTML [:render_feedback_files \ -question_name $qn \ -feedbackFiles $feedbackFiles] - + #ns_log notice "FEEDBACK '$qn' feedbackFiles $feedbackFiles HTML\n$feedbackFilesHTML" #ns_log notice "... QN '$qn' item_type '$item_type'" \ "submission state $submission_state" \ "exam state $exam_state noManualGrading $noManualGrading" - + if {$noManualGrading} { :dom class add $grading_box {a[contains(@class,'manual-grade')]} \ [::xowiki::CSS class d-none] @@ -5958,13 +5958,14 @@ # original question) and also percent-substitutions (if # desired). # - ns_log notice "=== item_substitute_markup [$form_obj name] do percent subst [info exists position]" + #ns_log notice "=== item_substitute_markup [$form_obj name] do percent subst (have pos [info exists position])" :assert_answer_instance $obj + $obj do_substitutions $do_substitutions set html [$obj substitute_markup \ -context_obj $form_obj \ [$form_obj property form]] - + #ns_log notice "after subst [$obj serialize]\nhtml" if {[info exists position]} { return [:percent_substitute_in_form \ -obj $obj \ @@ -6667,7 +6668,7 @@ # @param modifiable list of field names which are modifiable # @return HTML # - + #ns_log notice "configuration_render called with modifiable <$modifiable>" ::xo::require_html_procs Index: openacs-4/packages/xowf/www/resources/test-item.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/resources/Attic/test-item.css,v diff -u -N -r1.1.2.45 -r1.1.2.46 --- openacs-4/packages/xowf/www/resources/test-item.css 22 Aug 2022 16:08:55 -0000 1.1.2.45 +++ openacs-4/packages/xowf/www/resources/test-item.css 29 Aug 2022 19:22:30 -0000 1.1.2.46 @@ -25,7 +25,7 @@ font-size: 20px; } div.single_exam div.grading-box .thumbnail-files-wrapper { - margin-top: 4px; + margin-top: 4px; } div.xowiki-content div.single_exam h4 { font-size: 16px; @@ -386,6 +386,17 @@ } /* + * Grading modal dialog + */ + +#grading-modal div.modal-dialog .control-label { + margin-top: 0.5rem; + margin-bottom: 0.5rem; + font-weight: bold; +} + + +/* * Configuration modal dialog */ #configuration-modal { @@ -427,7 +438,7 @@ border: 1px solid #CAD0D2; border-radius: 4px; background-color: #FCFCFC; - padding: 2px; + padding: 2px; } .thumbnail-file-icon { font-size: larger;