Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Outcomes Administrator Specification: Difference between revisions

From MoodleDocs
No edit summary
Line 19: Line 19:
**Edit/Delete – Takes you to the editor.  On Delete, you are warned before deleting.  Deleting is a “Soft Delete” so that the data stays in the database and student performance data is not lost.   
**Edit/Delete – Takes you to the editor.  On Delete, you are warned before deleting.  Deleting is a “Soft Delete” so that the data stays in the database and student performance data is not lost.   
**Reports – Links to the reports for coverage and performance for these standards.
**Reports – Links to the reports for coverage and performance for these standards.
== Add New Outcome Set / Edit Outcome Set ==
This screen allows you to create or modify an outcome set directly.  It is used both to create outcome sets, and to update outcome sets that have been imported to clean up any problems with the import. 
[[File:Add-Edit Outcome Set.png]]
=== Page Elements ===
*General Fieldset
**Name – Textual name of the outcome set.
**Short Name – The short name or logical identifier of the outcome set.
*Outcomes Fieldset
**Add Outcome Link – Pops up the modal for adding an outcome
**Add Folder – Pops up the modal for adding a folder
**Tree View of Outcome Set – Default state is empty.  As outcomes and folders are added, it expands into a nested tree view. 
***Folder – Folders have the options “Add Folder”, “Add Outcome” and “Delete”.  “Add Folder” and “Add Outcome” create those elements as sub items.  Delete warns before deleting, and deletes all nested outcomes.
***Outcome – An outcome is a leaf node in the tree.  Only options are to edit and delete.
Delete Note – If outcomes have been deleted which have content mapped against the outcome that has been deleted, we should both warn and do a soft delete.

Revision as of 18:58, 10 January 2013

Description

The first step in building an outcomes based system inside of Moodle is to handle the Administration of standards. This includes the importing of standards from various sources and the mapping of standards to individual courses.

Outcomes Administration Screen

The screen, Outcomes Administration, is accessed from the following path: Settings > Site Administration > Grades > Outcomes

This screen lists off all outcome sets that have been added to the system, as well as providing access to the courses that are mapped to the standards and reports on the standards. Outcomes Administration.png

Page Elements

  • Title: Outcomes Administration
  • Link: Add New Outcome Set – Links to the page where you can manually add a new Outcome Set.
  • Link: Import Outcome Set – Links to the page where you can import XML, CSV, etc. Outcome Sets
  • Data Grid: Displays all of the current outcome sets that are included in the system.
    • Full Name – Name of the standards. Links to the editor for these outcomes.
    • Short Name – The unique identifier for these outcomes.
    • Mapped Courses – The number of courses that have been mapped against these outcomes. Links to a modal listing off the courses mapped to these outcome sets.
    • Edit/Delete – Takes you to the editor. On Delete, you are warned before deleting. Deleting is a “Soft Delete” so that the data stays in the database and student performance data is not lost.
    • Reports – Links to the reports for coverage and performance for these standards.

Add New Outcome Set / Edit Outcome Set

This screen allows you to create or modify an outcome set directly. It is used both to create outcome sets, and to update outcome sets that have been imported to clean up any problems with the import. Add-Edit Outcome Set.png

Page Elements

  • General Fieldset
    • Name – Textual name of the outcome set.
    • Short Name – The short name or logical identifier of the outcome set.
  • Outcomes Fieldset
    • Add Outcome Link – Pops up the modal for adding an outcome
    • Add Folder – Pops up the modal for adding a folder
    • Tree View of Outcome Set – Default state is empty. As outcomes and folders are added, it expands into a nested tree view.
      • Folder – Folders have the options “Add Folder”, “Add Outcome” and “Delete”. “Add Folder” and “Add Outcome” create those elements as sub items. Delete warns before deleting, and deletes all nested outcomes.
      • Outcome – An outcome is a leaf node in the tree. Only options are to edit and delete.

Delete Note – If outcomes have been deleted which have content mapped against the outcome that has been deleted, we should both warn and do a soft delete.