-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Fix #5039: Added continue button in preview mode #5962
Conversation
Hi! @ankita240796. Welcome to Oppia! Please could you follow the instructions here to get started ? You'll need to do this before we can accept your PR. Thanks! |
I get the response that I have already filled the CLA when I try to do so. Can you please help me with this, Thanks! |
Codecov Report
@@ Coverage Diff @@
## develop #5962 +/- ##
===========================================
- Coverage 45.47% 45.47% -0.01%
===========================================
Files 517 518 +1
Lines 30378 30496 +118
Branches 4571 4576 +5
===========================================
+ Hits 13814 13867 +53
- Misses 16564 16629 +65
Continue to review full report at Codecov.
|
Hi @apb7 I think the bot incorrectly flagged this? Could you take a look? Thanks! |
A quick update here. Sandeep and I are looking into this. We have a record of the survey report, but not for the CLA. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functionality, LGTM!
I'll defer this to @nithusha21!
@nithusha21 could you take a pass over this ? (I think the CLA issue is resolved and we can merge after your pass) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The behavior LGTM.. Just one style comment.
$scope.buttonText = HtmlEscaperService.escapedJsonToObj( | ||
$attrs.buttonTextWithValue); | ||
|
||
var DEFAULT_BUTTON_TEXT = 'Continue'; | ||
var DEFAULT_HUMAN_READABLE_ANSWER = 'Please continue.'; | ||
|
||
$scope.isInEditorMode = ( | ||
ContextService.isInExplorationEditorMode()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fits on one line right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, my bad! Fixed this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thanks!
Explanation
Fixes #5039: Added continue button in preview mode.
Here is a screenshot for the same:
Checklist
python scripts/pre_commit_linter.py
andbash scripts/run_frontend_tests.sh
.