Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QuestionHtmlModel and QuestionExpressionModel classes contain value-related properties #9171

Open
RomanTsukanov opened this issue Dec 16, 2024 · 2 comments
Assignees

Comments

@RomanTsukanov
Copy link
Contributor

The inheritance chain for these classes is as follows:

QuestionNonValue <- Question <- SurveyElement <- SurveyElementCore <- Base

As you can see, the QuestionNonValue class looks as though it was made specially for the HTML and Expression classes. We need to refactor our code to implement the following inheritance chain:

QuestionNonValue <- SurveyElement <- SurveyElementCore <- Base

@JaneSjs
Copy link
Contributor

JaneSjs commented Dec 17, 2024

Related: #9152

@JaneSjs
Copy link
Contributor

JaneSjs commented Dec 24, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants