Difference between revisions of "Question Uncategorised"

From IMSMA Wiki
Jump to: navigation, search
(Created page with "{{Note | Landmine Impact Survey (LIS) is as survey method outdated and obsolete. Of course it is possible to use the fields for other types of surveys. <br/>The table ''interv...")
 
Line 1: Line 1:
{{Note | Landmine Impact Survey (LIS) is as survey method outdated and obsolete. Of course it is possible to use the fields for other types of surveys. <br/>The table ''interviewee'' is a subobject to Activity and the entity type is called ''INTERVIEWEE''.}}
+
{{Note | Landmine Impact Survey (LIS) is as survey method outdated and obsolete. Of course it is possible to use the fields for other types of surveys. <br/>The table ''question'' is a subobject to Interviewee and the entity type is called ''QUESTION''.}}
 
{|
 
{|
 
|- valign="top"
 
|- valign="top"
Line 8: Line 8:
 
  ! DIM Label !! Data type !! Database column name !! Enumcategory !! Pojo name
 
  ! DIM Label !! Data type !! Database column name !! Enumcategory !! Pojo name
 
|-
 
|-
 +
| Comments || String ||  comments ||  || Comments
 +
|-
 +
| How far || String ||  howfar ||  || HowFar
 +
|-
 +
| How often  || String ||  howoften ||  || HowOften
 +
|-
 +
| - || Parent ||  interviewee_guid ||  || Interviewee
 +
|-
 +
| Question || String ||  question ||  || Question
 +
|-
 +
| - || String ||  question_guid ||  || Guid
 +
|-
 +
| Where || String ||  question_where ||  || Where
 +
|}
  
 
|}
 
|}

Revision as of 16:30, 15 March 2016

Note.jpg Landmine Impact Survey (LIS) is as survey method outdated and obsolete. Of course it is possible to use the fields for other types of surveys.
The table question is a subobject to Interviewee and the entity type is called QUESTION.

Question category.png

DIM Label Data type Database column name Enumcategory Pojo name
Comments String comments Comments
How far String howfar HowFar
How often String howoften HowOften
- Parent interviewee_guid Interviewee
Question String question Question
- String question_guid Guid
Where String question_where Where