21 lines
602 B
Python
21 lines
602 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'Survey Scoring Extended',
|
|
'version': '1.0',
|
|
'category': 'Marketing/Surveys',
|
|
'summary': 'Extended scoring for scale questions and average scoring formula',
|
|
'description': """
|
|
Extended scoring for scale questions and average scoring formula in surveys.
|
|
""",
|
|
'author': 'Suherdy Yacob',
|
|
'depends': ['survey'],
|
|
'data': [
|
|
'views/survey_survey_views.xml',
|
|
'views/survey_question_views.xml',
|
|
'views/survey_user_input_views.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
}
|