Skip to content

Commit

Permalink
Merge pull request #31 from aremazeilles/human_factor_topic
Browse files Browse the repository at this point in the history
fix naming ambiguity
  • Loading branch information
alfonsotecnalia authored Apr 6, 2020
2 parents 7caeb96 + 11ee2df commit bc200ac
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions data_format.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -466,16 +466,19 @@ Here we focus on the representation of the questionnaires and related answers.

The representation of any questionnaire is divided into two components:

* The description of the questionnaire itself: `Factor Meta Data File`
* The representation of the questionnaire answer: `Factor Data File`
* The description of the questionnaire itself: <<Factor Meta Data File>>
* The representation of the questionnaire answer: <<Factor Data File>>

We propose using `csv` format for both.

==== Factor Meta Data File

**Description**: This file contains the specification of each question of the questionnaire. That file should be part of the protocol itself. It should not vary from an experimentation to another.
**Description**: This file contains the specification of each question of the questionnaire.
That file should be part of the protocol itself.
It should not vary from an experimentation to another.

**Name of the file**: `questionnaire_name.csv`, where `name` should be a unique identifier given to that questionnaire model.

**Name of the file**: `questionnaire_topic.csv`

**File format**: `.csv`

Expand Down Expand Up @@ -511,13 +514,12 @@ With:

**Description**: This file only contains the answers to each of the question asked.

**Filename** : `questionnaire_topic_subject_N.csv`
**Filename** : `subject_N_questionnaire_name.csv`, where `name` refers to the Factor Meta Data File this questionnaire answer is related to.

**File format**: `.csv`

**File structure**: a table structure with the following content:


.Meta Data File structure sample
[options="header"]
|================
Expand Down

0 comments on commit bc200ac

Please sign in to comment.