diff --git a/docs/form/question.md b/docs/form/question.md index fff9dd52d..baea21d21 100644 --- a/docs/form/question.md +++ b/docs/form/question.md @@ -53,7 +53,7 @@ Let's take a look at the properties in the `initialize` function.
The name of the field. This should correspond to a column in the database. In the example, the id is 'ppcodenk'.
copy_key
-
Unknown; requires investigation.
+
This specifies copy from config/locales/forms/... that should be associated with the question
type
Determines what type of question is rendered on the page. In the example, the question is a Radio Form so the app/views/form/_radio_question.html.erb partial will be rendered on the page when this question is displayed to the user