diff --git a/core/templates/components/question-directives/question-editor/question-editor.component.html b/core/templates/components/question-directives/question-editor/question-editor.component.html index db7adf01536e..231a62e51494 100644 --- a/core/templates/components/question-directives/question-editor/question-editor.component.html +++ b/core/templates/components/question-directives/question-editor/question-editor.component.html @@ -9,8 +9,7 @@ (onSaveInapplicableSkillMisconceptionIds)="saveInapplicableSkillMisconceptionIds($event)" [interactionIsShown]="interactionIsShown" [stateContentPlaceholder]="getStateContentPlaceholder()" - [stateContentSaveButtonPlaceholder]="getStateContentSaveButtonPlaceholder()" - [stateContentShouldStayVisibleOnScroll]="stateContentShouldStayVisibleOnScroll"> + [stateContentSaveButtonPlaceholder]="getStateContentSaveButtonPlaceholder()"> diff --git a/core/templates/components/question-directives/question-editor/question-editor.component.ts b/core/templates/components/question-directives/question-editor/question-editor.component.ts index e27732bdd5df..7f17fae276cf 100644 --- a/core/templates/components/question-directives/question-editor/question-editor.component.ts +++ b/core/templates/components/question-directives/question-editor/question-editor.component.ts @@ -60,7 +60,6 @@ export class QuestionEditorComponent implements OnInit, OnDestroy { @Input() question!: Question; @Input() questionId!: string; @Input() questionStateData!: State; - @Input() stateContentShouldStayVisibleOnScroll!: boolean; interactionIsShown!: boolean; oppiaBlackImgUrl!: string; stateEditorIsInitialized!: boolean; diff --git a/core/templates/components/question-directives/questions-list/questions-list.component.html b/core/templates/components/question-directives/questions-list/questions-list.component.html index 930a27b8d991..e6ab31fb5cc9 100644 --- a/core/templates/components/question-directives/questions-list/questions-list.component.html +++ b/core/templates/components/question-directives/questions-list/questions-list.component.html @@ -43,8 +43,7 @@

Linked Skills

[misconceptionsBySkill]="misconceptionsBySkill" [questionStateData]="questionStateData" [question]="question" - [userCanEditQuestion]="canEditQuestion" - [stateContentShouldStayVisibleOnScroll]="false"> + [userCanEditQuestion]="canEditQuestion">
{{questionValidationService.getValidationErrorMessage(question)}} diff --git a/core/templates/components/state-editor/state-editor.component.html b/core/templates/components/state-editor/state-editor.component.html index 9fbe2fa5f225..2622ce6b9754 100644 --- a/core/templates/components/state-editor/state-editor.component.html +++ b/core/templates/components/state-editor/state-editor.component.html @@ -23,7 +23,7 @@

Responses

- +

Content

@@ -92,12 +92,6 @@

Content