You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update sectiontext questions to display on mobile #482 (#517)
* Update sectiontext questions to display on mobile.
Also refactored the code a bit for clarity: The question class now has
an is_numbered() method (default true) that can be overridden for
question types that should not have numbers. Replaced some checks for
specific question types with checks for is_numbered().
* test: Fix PHPDoc for mobile_question_display
0 commit comments