Add data structure for questions

This commit is contained in:
Raphael Michel
2014-10-05 12:40:03 +02:00
parent 1acc494cf5
commit a0de2fdf37
3 changed files with 101 additions and 0 deletions
+7
View File
@@ -67,6 +67,13 @@ and 'blue'.
Any combination of those **values** is called a **variation**. Using the examples from
above, a possible **variation** would be 'T-Shirt, S, blue'.
Questions
^^^^^^^^^
An item can be extended using **questions**. Questions enable items to be extended by
additional information which can be entered by the user. Examples of possible questions
include 'Name' or 'age'.
Restrictions
^^^^^^^^^^^^