Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Feedback page

De MoodleDocs
Salta a:navegació, cerca

Moodle User Interface Guidelines > Feedback page

Note: This article is a work in progress. Please use the page comments or an appropriate moodle.org forum for any recommendations/suggestions for improvement.

Status: INCOMPLETE
This is a guideline for a Moodle Interface Guideline. Comments: developer forum thread


Problem

You need to give the user Feedback after they have filled a Form.

Context

Forces: factors that affect selection

  • In order to not break the browser's back button, the page that a form is POSTed to needs to redirect to another page
  • A separate feedback page slows users down

Solution

Separate feedback pages are often used in Moodle to provide feedback to the user about successful filling of a form, such as a submission of configuration page or posting to a forum thread.

Feedback pages include a link to the following page (determined by the developer), and also redirect the user to that page after a specified time.

Examples and implementation


Related guidelines

Related issues in the tracker

  • TODO: Make somehow visually distinct the user-made content that the feedback page shows, so that it does not seem like a part of the feedback page itself.

Further information / Sources