User Tools

Site Tools


questionoptionslang

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
questionoptionslang [2025/03/10 06:32] gloriaquestionoptionslang [2025/03/10 06:34] (current) gloria
Line 4: Line 4:
  
 It contains multiple versions of the option text, including: It contains multiple versions of the option text, including:
-  -  **Graph Option Name**: Text used in graphical reports. +  - **Graph Option Name**: Text used in graphical reports. 
-  -  **Report Option Name**: Text shown in the downloadable reports. +  - **Report Option Name**: Text shown in the downloadable reports. 
-  -  **Import Option Name**: Text displayed when importing the survey data. +  - **Import Option Name**: Text displayed when importing the survey data. 
-  -  **Open Answer Name**: Text for open-ended responses associated with the option.+  - **Open Answer Name**: Text for open-ended responses associated with the option.
  
 The table is linked to the **QuestionnaireDetailsOptions** table via the **optionid** column and supports multilingual data based on the **language** column. The table is linked to the **QuestionnaireDetailsOptions** table via the **optionid** column and supports multilingual data based on the **language** column.
Line 13: Line 13:
 Below is the detailed structure of the **QuestionOptionsLang** table along with descriptions. Below is the detailed structure of the **QuestionOptionsLang** table along with descriptions.
  
-^ **Sr. No.** ^ **Name**                         ^ **Type**       ^ **Description**                                                                                  ^ **Comments**                                                                                   +^ **Sr. No.** ^ **Name**                         ^ **Type**       ^ **Description**                                                                                      
-| 1           | **id**                            | int            | Unique identifier for each language record for the option.                                        AUTO_INCREMENT                                                                                   +| 1           | **id**                            | int            | Unique identifier for each language record for the option. This is AUTO_INCREMENT.                  
-| 2           | **optionid**                      | int            | Foreign key referring to the **id** of the **fw_questionnaireoptions** table.                     | Links the language text to a specific option.                                                     +| 2           | **optionid**                      | int            | Foreign key referring to the **id** of the **fw_questionnaireoptions** table. This links the text to a specific option.        
-| 3           | **language**                      | varchar(20)    | Stores the language code for the option text.                                                     | Example: 'EN', 'NL', 'FR', etc.                                                                  +| 3           | **language**                      | varchar(20)    | Stores the language code for the option text. Example: 'EN', 'NL', 'FR', etc.                       
-| 4           | **optionname**                    | varchar(250)   | Contains the option text shown to the respondent in the survey.                                   | This text varies based on language.                                                              +| 4           | **optionname**                    | varchar(250)   | Contains the option text shown to the respondent in the survey. This text varies based on language. | 
-| 5           | **graphoptionname**               | varchar(250)   | Text used in **graphical reports** for representing the option.                                   | This is often a shorter or summarized version of the option text                                +| 5           | **graphoptionname**               | varchar(250)   | Text used in **graphical reports** to represent the option. Often a shorter or summarized version.   
-| 6           | **reportoptionname**              | varchar(300)   | Text that appears in **downloadable reports** when this option is selected.                      | Can differ from the survey option text to make the report easier to understand                  +| 6           | **reportoptionname**              | varchar(300)   | Text that appears in **downloadable reports** when this option is selected. It can differ from the survey text to make the report more clear. | 
-| 7           | **importoptionname**              | varchar(300)   | Text shown during the **importing of survey data** for the option.                                | This text appears as the column header in import files.                                           +| 7           | **importoptionname**              | varchar(300)   | Text used during **data import** as the column header for the option in import files.               
-| 8           | **importopenansname**             | varchar(300)   | Text shown in the **import file** when capturing open text answers for this option.               | Appears as a separate column header for open text responses                                     +| 8           | **importopenansname**             | varchar(300)   | Text used in **data import files** for open text responses associated with the option. This appears as a separate column header. | 
-| 9           | **reportopenansname**             | varchar(300)   | Text used in **downloadable reports** when displaying open-ended responses.                      | Ensures clarity in the report for open answers.                                                   +| 9           | **reportopenansname**             | varchar(300)   | Text shown in the **downloadable report** for open-ended responses. This ensures clear labeling of open text answers.         
-| 10          | **addedfrommodlangsettings**      | int            | Indicates if the option text was added automatically from **Module Language Settings**.            **0** = Manually added, **1** = Automatically added.                                              | +| 10          | **addedfrommodlangsettings**      | int            | Indicates if the option text was added automatically from **Module Language Settings**. **0** = Manually added, **1** = Automatically added. |
  
questionoptionslang.1741588377.txt.gz · Last modified: 2025/03/10 06:32 by gloria