Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
en:create:databank [14.01.2015 21:22] – [Database for Contents] alexander.ritteren:create:databank [08.07.2016 20:11] – [Import Data] ncruz
Line 11: Line 11:
 In addition to this, the question types [[:en:create:questions:extselect|Extended Selection]] and [[:en:create:questions:suggest|Suggesting Text Input]] offer the possibility to access the database. This enables the programming of very extensive and/or dynamic selection questions.  In addition to this, the question types [[:en:create:questions:extselect|Extended Selection]] and [[:en:create:questions:suggest|Suggesting Text Input]] offer the possibility to access the database. This enables the programming of very extensive and/or dynamic selection questions. 
  
-The commands ''[[:en:create:functions:dbget|dbGet()]]'' and ''[[:en:create:functions:dbset|dbSet()]]'' are used to access the database through PHP code. The data is read to a key with ''dbGet()'' and data can be written to the database with ''dbSet()''The keys available can be listed with the command ''[[:en:create:functions:dbkeys|dbKeys()]]''.+The commands ''[[:en:create:functions:dbget|dbGet()]]'' and ''[[:en:create:functions:dbset|dbSet()]]'' are used to access the database through PHP code. The data is read to a key with ''dbGet()'' and data can be written to the database with ''dbSet()''Available keys can be listed with the command ''[[:en:create:functions:dbkeys|dbKeys()]]''.
  
 **Note:** Please note: when the project is exported, the data in the **Database for Contents** will __not__ be exported yet. When a project is archived, the data will be deleted rather than archived. Changing this is planned in the next version of the programme.  **Note:** Please note: when the project is exported, the data in the **Database for Contents** will __not__ be exported yet. When a project is archived, the data will be deleted rather than archived. Changing this is planned in the next version of the programme. 
Line 40: Line 40:
 ===== Import Data ===== ===== Import Data =====
  
-First of all, the data has to be stored in a table, e.g. in excel or Open Office Calac:+First of all, the data has to be stored in a table, e.g. in excel or Open Office Calc:
   * the first column must contain the key   * the first column must contain the key
   * the other columns contain the data   * the other columns contain the data
Line 131: Line 131:
 ===== Example 3: Relay Analysis  ===== ===== Example 3: Relay Analysis  =====
  
-In a survey, participants have to fill in several lengthy scales. As a thank-you, they can look at an analysis of their results two weeks later. The analysis cannot be conducted live (''[[:en:create:functions-stat#valuemean|valueMean()]]'', [[:en:create:points|Count Points for Answers]]) because the standard values from the sample have to be determined first of all. To call up their results, the participants have to note down a code because the survey is conducted anonymously.+In a survey, participants have to fill in several lengthy scales. As a thank-you, they can look at an analysis of their results two weeks later. The analysis cannot be conducted live (''[[:en:create:functions:valuemean|valueMean()]]'', [[:en:create:points|Count Points for Answers]]) because the standard values from the sample have to be determined first of all. To call up their results, the participants have to note down a code because the survey is conducted anonymously.
  
 Therefore, an 8-digit random code is created in the first questionnaire, saved in the database and displayed: Therefore, an 8-digit random code is created in the first questionnaire, saved in the database and displayed:
en/create/databank.txt · Last modified: 07.12.2023 12:16 by empschul
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki