Note:

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

2.7 Outcomes rubric outcomes: Difference between revisions

From MoodleDocs
(Note about plan not to migrate this page to the new developer resources. See template for more info.)
 
Line 1: Line 1:
{{Template:WillNotMigrate}}
Possible solutions to integrating rubric assignments with outcomes.
Possible solutions to integrating rubric assignments with outcomes.



Latest revision as of 11:33, 25 June 2022


Warning: This page is no longer in use. The information contained on the page should NOT be seen as relevant or reliable.


Possible solutions to integrating rubric assignments with outcomes.

The problem

When using the new outcome system (MDL-40230) and creating a rubric assignment it is possible to associate outcomes with both the assignment itself and the individual rubric items. There is no link between the two sets of outcomes and the user is left to decide whether to set one, the other or both up. They must this set up manually which potentially means choosing outcomes twice and potentially increased opportunity for misconfiguration.

Possible Solutions

This is focused on the user experience and does not detail the underlying mechanics for implementation. Most of the screen shots were obtained by manipulating the code and do not represent a working implementation.

Keep Activity Outcomes and Rubric Outcomes Separate

This is the current behaviour. The activity and the rubric outcomes are completely independent and can be set in any way that the instructor desires. Highly configurable but very manual.

The activity settings (no mention of any outcomes configured within the rubric or that doing so is even possible)

SeparateSettings.png

The rubric editor (no mention of any outcomes configured within the activity)

SeparateRubric.png

Once the rubric has been created we could provide the user with the ability to "import" outcomes from the rubric into the activity settings before final manual configuration. This would require the user to return to the activity settings page after setting up the rubric.

A read-only listing of outcomes from the rubric on the activity settings page and outcomes from the activity on the rubric definition page could be helpful.

Rubric outcomes on the activity settings page. Note that users would only see this if they returned to the activity settings after setting up the rubric.

RubricOutcomesOnActivitySettings.png

Activity outcomes on the rubric page could be handy and appears to be possible. We could display the outcomes from the current activity.

ActivityOutcomesOnRubricPage2.png

Disable Activity Outcomes If Rubric is Selected

If the user sets the activity grading method to "rubric", disable the outcome section. Outcomes can only be selected within the rubric. If the user returns to the settings page after setting up the rubric we could possible display a listing of the rubric's outcomes as a convenience.

DefinedintheRubric.png

Give The User The Choice Of Activity, Rubric or Both

Provide the user with the ability to choose whether to use the outcomes from the activity, from the rubric or both combined.

See also