Note: You are currently viewing documentation for Moodle 3.7. Up-to-date documentation for the latest stable version of Moodle may be available here: Essay question type.

Development:Essay question type

From MoodleDocs
Revision as of 11:10, 9 January 2007 by Helen Foster (talk | contribs) (Essay question developer docs moved to Development:Essay question type)

Template:Questiontype developer docs

Database tables

None.

Response storage

The response from the student in $state->responses[''] is the text of the essay written by the student. This then also gets stored in the 'answer' field in the quiz_states table.

Question->options

None.

State->options

None.