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

Development:Essay question type: Difference between revisions

From MoodleDocs
No edit summary
 
Line 4: Line 4:


==Response storage==
==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==
==Question->options==

Revision as of 03:14, 18 May 2006

Template:Questiontype developer docs

Database tables

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

State->options