Index: openacs-4/packages/xowf/tcl/test/test-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test/test-item-procs.tcl,v diff -u -r1.1.2.35 -r1.1.2.36 --- openacs-4/packages/xowf/tcl/test/test-item-procs.tcl 15 Jan 2024 14:25:53 -0000 1.1.2.35 +++ openacs-4/packages/xowf/tcl/test/test-item-procs.tcl 18 Aug 2024 15:23:21 -0000 1.1.2.36 @@ -33,6 +33,7 @@ "::xowf::WorkflowPage instproc stats_record_detail" "::xowf::WorkflowPage instproc www-view" "::xowf::test_item::Answer_manager instproc achieved_points" + "::xowf::test_item::Answer_manager instproc allow_answering" "::xowf::test_item::Answer_manager instproc answer_form_field_objs" "::xowf::test_item::Answer_manager instproc answers_panel" "::xowf::test_item::Answer_manager instproc countdown_timer" @@ -46,6 +47,7 @@ "::xowf::test_item::Answer_manager instproc get_exam_results" "::xowf::test_item::Answer_manager instproc get_wf_instances" "::xowf::test_item::Answer_manager instproc grading_dialog_setup" + "::xowf::test_item::Answer_manager instproc grading_scheme" "::xowf::test_item::Answer_manager instproc grading_table" "::xowf::test_item::Answer_manager instproc last_time_in_state" "::xowf::test_item::Answer_manager instproc last_time_switched_to_state" @@ -58,15 +60,19 @@ "::xowf::test_item::Answer_manager instproc set_exam_results" "::xowf::test_item::Answer_manager instproc state_periods" "::xowf::test_item::Answer_manager instproc student_submissions_exist" + "::xowf::test_item::Answer_manager instproc time_window_setup" + "::xowf::test_item::AssessmentInterface instproc render_feedback_files" "::xowf::test_item::Question_manager instproc add_seeds" "::xowf::test_item::Question_manager instproc combined_question_form" "::xowf::test_item::Question_manager instproc disallow_paste" "::xowf::test_item::Question_manager instproc disallow_spellcheck" + "::xowf::test_item::Question_manager instproc disallow_translation" "::xowf::test_item::Question_manager instproc exam_base_time" "::xowf::test_item::Question_manager instproc exam_configuration_modifiable_field_names" "::xowf::test_item::Question_manager instproc exam_configuration_popup" "::xowf::test_item::Question_manager instproc exam_info_block" "::xowf::test_item::Question_manager instproc exam_target_time" + "::xowf::test_item::Question_manager instproc hint_boxes" "::xowf::test_item::Question_manager instproc initialize" "::xowf::test_item::Question_manager instproc item_substitute_markup" "::xowf::test_item::Question_manager instproc load_question_objs" @@ -81,6 +87,7 @@ "::xowf::test_item::Question_manager instproc question_names" "::xowf::test_item::Question_manager instproc question_objs" "::xowf::test_item::Question_manager instproc question_property" + "::xowf::test_item::Question_manager instproc questions_without_minutes" "::xowf::test_item::Question_manager instproc replace_pool_questions" "::xowf::test_item::Question_manager instproc shuffled_index" "::xowf::test_item::Question_manager instproc total_minutes" @@ -90,6 +97,7 @@ "::xowf::test_item::Renaming_form_loader instproc form_name_based_attribute_stem" "::xowf::test_item::Renaming_form_loader instproc name_to_question_obj_dict" "::xowf::test_item::Renaming_form_loader instproc rename_attributes" + "::xowf::test_item::grading::Grading instproc grading_dict" "::xowf::test_item::grading::Grading instproc print" "::xowf::test_item::grading::GradingNone instproc grade" "::xowiki::FormPage instproc extra_html_fields"