Difference between revisions of "Module:SurveyQuestionOptions"

From MintHCM Wiki

Line 15: Line 15:
  
 
In MintHCM, the user can use several question options when he creates a surveys, such as:
 
In MintHCM, the user can use several question options when he creates a surveys, such as:
'''Text''': a text field with one line
+
* '''Text''': a text field with one line
'''Textbox''': multi-line text field
+
* '''Textbox''': multi-line text field
'''Checkbox''': field with the possibility of checking and unchecking
+
* '''Checkbox''': field with the possibility of checking and unchecking
'''Radio''': options field in which possible answers are given, from which the user can choose one
+
* '''Radio''': options field in which possible answers are given, from which the user can choose one
'''Dropdown''': drop-down selection list in which we can choose one option
+
* '''Dropdown''': drop-down selection list in which we can choose one option
'''Multiselect''': drop-down selection list where we can choose many options
+
* '''Multiselect''': drop-down selection list where we can choose many options
'''Matrix''': a field in which specific values ​​set by the user are assigned to individual options
+
* '''Matrix''': a field in which specific values ​​set by the user are assigned to individual options
'''Date time''': a field where the date and time are entered or selected from the calendar
+
* '''Date time''': a field where the date and time are entered or selected from the calendar
'''Date''': a field where a field where the date is entered or selected from the calendar
+
* '''Date''': a field where a field where the date is entered or selected from the calendar
'''Scale''': a field where the question is answered with a scale from 1 to 10
+
* '''Scale''': a field where the question is answered with a scale from 1 to 10
'''Rating''': a checkbox in which the user selects the number of stars from 0 to 5
+
* '''Rating''': a checkbox in which the user selects the number of stars from 0 to 5
  
 
Other fields that are used to edit question options are:
 
Other fields that are used to edit question options are:
'''[[Field:submit text@Surveys|Submit Text]]''':  
+
'''[[Field:submit text@Surveys|Submit Text]]''':
 
{{Module-links}}
 
{{Module-links}}
 
{{technical-description}}
 
{{technical-description}}
 
{{DevNotes}}
 
{{DevNotes}}

Revision as of 08:51, 17 March 2021

Survey Question Options
Name: Survey Question Options
Tech Name: SurveyQuestionOptions
Class Name: SurveyQuestionOptions
Type: Standard
Template: Security_groups, Assignable, Basic
Custom Module: No
Auditable: Yes
Importable: No
Reportable: Yes
Hide module on Main Page: No

Short Description

In this module, the user can select the type of question and add some additional fields.


Screens


Business Description

In MintHCM, the user can use several question options when he creates a surveys, such as:

  • Text: a text field with one line
  • Textbox: multi-line text field
  • Checkbox: field with the possibility of checking and unchecking
  • Radio: options field in which possible answers are given, from which the user can choose one
  • Dropdown: drop-down selection list in which we can choose one option
  • Multiselect: drop-down selection list where we can choose many options
  • Matrix: a field in which specific values ​​set by the user are assigned to individual options
  • Date time: a field where the date and time are entered or selected from the calendar
  • Date: a field where a field where the date is entered or selected from the calendar
  • Scale: a field where the question is answered with a scale from 1 to 10
  • Rating: a checkbox in which the user selects the number of stars from 0 to 5

Other fields that are used to edit question options are: Submit Text:

Custom Actions

Processes

Related Processes

ProcessShort Description
Create New SurveyProcess of creating a new survey.

Related Process Steps

Related Features

Affected by

Initiating

Related Integrations


Structure

Relationships

LaftTypeRightShort DescriptionRelationship
Survey Questionsone-to-manySurvey Question OptionsOne Survey Questions record can have many related Survey Question Options records, but a specific Survey Question Options record can be related to only one Survey Questions record.Relationship: SurveyQuestions - SurveyQuestionOptions
Usersone-to-manySurvey Question OptionsSpecific Sugar user can modify many account records, but specific account record last modification was performed by specific user.Relationship: Users - SurveyQuestionOptions
Usersone-to-manySurvey Question OptionsSpecific Sugar user can create many account records, but specific account record can be created by only one user.Relationship: Users - SurveyQuestionOptions
Usersone-to-manySurvey Question OptionsSpecific Sugar user can be assigned to many account records, but specific account record can only have one user assigned.Relationship: Users - SurveyQuestionOptions

Mentioned in other articles


Technical Description

Dev Notes