User Tools

Site Tools


questionnairedetailslang

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
questionnairedetailslang [2025/01/31 12:31] gloriaquestionnairedetailslang [2025/03/10 05:17] (current) gloria
Line 1: Line 1:
-   ^ **Name**                     ^ **Type**          ^ **Comments**                                                                                             ^ +====== Introduction: ====== 
-| 1  | **id**                         | Primary           | ID of the record (auto-incremented).                                                                   | + 
-| 2  | **qdetailid**                  | Index             | Unique identifier for the question detail in the system                                               +This table outlines the detailed structure of the **questionnairedetailsLang** table, which stores language-specific text and media for questions in a survey. Each row represents different attributes of a question in various languages, ensuring multi-language support for surveys. This table is linked to the **QuestionnaireDetails** table via **qdetailid**. It also handles client sheet text, app labels, audio, and video files related to the questions. 
-| 3  | **language**                   | varchar(50)       | Stores the language code for the question text (e.g., English, French).                                | + 
-| 4  | **question**                   | text              | Contains the actual question text in the survey.                                                       | +Below is the list of fields in the **QuestionnaireDetailsLang** table along with their descriptions and data types. 
-| 5  | **clientsheetqtext**           | varchar(200)      | Stores the question text for the client sheet view.                                                     | + 
-| 6  | **downloadqtext**              | varchar(200)      | Stores the question text for download/export formats.                                                   | +**Sr. No.** ^ **Name**                     ^ **Type**          ^ **Comments**                                                                                             ^ 
-| 7  | **importqtext**                | varchar(250)      | Stores the import data question text.                                                                  | +| 1           | **id**                         | Primary           | ID of the record (auto-incremented).                                                                   | 
-| 8  | **reportqtext**                | text              | This column is used to show the question text on drill down by replacing `^answerQ^` formats with preferred text. | +| 2           | **qdetailid**                  | Index             | Unique identifier for the question.                                                                    
-| 9  | **appqtext**                   | varchar(200)      | Value in this column is used as the label in the mobile app case details screen.                        | +| 3           | **language**                   | varchar(50)       | Stores the language code for the question text (e.g., English, NL).                                | 
-| 10 | **cscategory**                 | varchar(200)      | Saves the category name to differentiate sets of questions in the client sheet.                        | +| 4           | **question**                   | text              | Contains the actual question text in the survey.                                                       | 
-| 11 | **basistext**                  | text              | Saves the basis text used to show in the Voorbeeld Vragenlist (example questionnaire).                  | +| 5           | **clientsheetqtext**           | varchar(200)      | Stores the question text for the client sheet view.                                                     | 
-| 12 | **addedfrommodlangsettings**   | int               | Indicates if the text was added from module language settings.                                         +| 6           | **downloadqtext**              | varchar(200)      | Stores the question text for download/export formats.                                                   | 
-| 13 | **audiofile**                  | longblob          | Stores the audio file related to the question.                                                          | +| 7           | **importqtext**                | varchar(250)      | Stores the import data question text.                                                                  | 
-| 14 | **videofile**                  | longblob          | Stores the video file related to the question.                                                          |+| 8           | **reportqtext**                | text              | This column is used to show the question text on drill down by replacing `//^answerQ^//` formats with preferred text. | 
 +| 9           | **appqtext**                   | varchar(200)      | Value in this column is used as the label in the mobile app case details screen.                        | 
 +| 10          | **cscategory**                 | varchar(200)      | Saves the category name to differentiate sets of questions in the client sheet.                        | 
 +| 11          | **basistext**                  | text              | Saves the basis text used to show in the Voorbeeld Vragenlist (example questionnaire).                  | 
 +| 12          | **addedfrommodlangsettings**   | int               | Indicates whether the text is added from module language settings (1=Yes, 0=No)                       
 +| 13          | **audiofile**                  | longblob          | Stores the audio file related to the question.                                                          | 
 +| 14          | **videofile**                  | longblob          | Stores the video file related to the question.                                                          | 
  
questionnairedetailslang.1738326710.txt.gz · Last modified: 2025/01/31 12:31 by gloria