-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 #4635 Make the Advanced feature settings(in creator mode) more intuitive #4695
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #4695 +/- ##
===========================================
- Coverage 44.84% 44.71% -0.13%
===========================================
Files 384 384
Lines 23339 23406 +67
Branches 3769 3791 +22
===========================================
Hits 10467 10467
- Misses 12872 12939 +67
Continue to review full report at Codecov.
|
@@ -208,8 +214,11 @@ <h3>Advanced Features</h3> | |||
</span> | |||
</button> | |||
</span> | |||
<span class="col-lg-8 col-md-8 col-sm-8 help-block" style="font-size: smaller;"> | |||
This allows the user to categorise answer groups as correct or incorrect. | |||
<span ng-if="!isCorrectnessFeedbackEnabled()" class="col-lg-8 col-md-8 col-sm-8 help-block" style="font-size: smaller;"> |
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.
@ishucr7 Can you send two screenshots of this (showing the two states) to Joe and get feedback?
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.
Sure!
Automatic text-to-speech feature is disabled. It generates audio from your content for learners to listen to. | ||
</span> | ||
<span ng-if="isAutomaticTextToSpeechEnabled()" class="col-lg-8 col-md-8 col-sm-8 help-block" style="font-size: smaller;"> | ||
Automatic text-to-speech feature is enabled. It generates audio from your content for learners to listen to. It is recommended that you disable this feature if creating an exploration whose content consists of multiple languages. |
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.
Automatic text-to-speech is enabled. It generates ...
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.
Done!
<span class="col-lg-8 col-md-8 col-sm-8 help-block" style="font-size: smaller;"> | ||
Automatic text-to-speech generates audio from your content for learners to listen to. This feature is enabled by default. It is recommended that you disable this feature if creating an exploration whose content consists of multiple languages. | ||
<span ng-if="!isAutomaticTextToSpeechEnabled()" class="col-lg-8 col-md-8 col-sm-8 help-block" style="font-size: smaller;"> | ||
Automatic text-to-speech feature is disabled. It generates audio from your content for learners to listen to. |
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.
Automatic text-to-speech is disabled. It ...
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.
Done!
<span class="col-lg-8 col-md-8 col-sm-8 help-block" style="font-size: smaller;"> | ||
Values that change as the learner moves between cards (<a href="http://oppia.github.io/#/Parameters" target="_blank">more info</a>). | ||
<span ng-if="!areParametersEnabled()" class="col-lg-8 col-md-8 col-sm-8 help-block" style="font-size: smaller;"> | ||
Usage of parameters is disabled. Values that change as the learner moves between cards (<a href="http://oppia.github.io/#/Parameters" target="_blank">more info</a>). |
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.
Usage of parameters is disabled. --> Parameters are disabled.
Values that --> Parameters are values that
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.
Done!
Usage of parameters is disabled. Values that change as the learner moves between cards (<a href="http://oppia.github.io/#/Parameters" target="_blank">more info</a>). | ||
</span> | ||
<span ng-if="areParametersEnabled()" class="col-lg-8 col-md-8 col-sm-8 help-block" style="font-size: smaller;"> | ||
Usage of parameters is enabled. Values that change as the learner moves between cards (<a href="http://oppia.github.io/#/Parameters" target="_blank">more info</a>). |
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.
Similar changes suggested to above.
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.
Done!
@@ -164,8 +164,11 @@ <h3>Advanced Features</h3> | |||
Enabled | |||
</span> | |||
</span> | |||
<span class="col-lg-8 col-md-8 col-sm-8 help-block" style="font-size: smaller;"> | |||
Values that change as the learner moves between cards (<a href="http://oppia.github.io/#/Parameters" target="_blank">more info</a>). | |||
<span ng-if="!areParametersEnabled()" class="col-lg-8 col-md-8 col-sm-8 help-block" style="font-size: smaller;"> |
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.
Can you move the ng-if one level in, so that you don't need to duplicate the styles?
Also, where possible, put the ng-if only around the "disabled/enabled" sentence. Try not to duplicate the same things across branches. Ditto elsewhere.
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.
Done!
@@ -209,6 +219,13 @@ <h3>Advanced Features</h3> | |||
</button> | |||
</span> | |||
<span class="col-lg-8 col-md-8 col-sm-8 help-block" style="font-size: smaller;"> | |||
The feature is |
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 --> This
Otherwise, PR looks good. I'll wait for you to get confirmation of the screenshots from Joe (as discussed before) before giving LGTM.
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.
Okay! I sent the screenshots to Joe, will inform you as soon as I get the feedback.
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.
Done!
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
Oh wait, there's still a small wording change (The --> This). But after that feel free to merge. Thanks! |
Yep! Will correct that in a while.
|
All good. Thanks! |
…re intuitive (oppia#4695) * Fix Added Make the Advanced feature settings more intuitive fix oppia#4635 * Done * Updated according to the comments * changed The -> This
…re intuitive (oppia#4695) * Fix Added Make the Advanced feature settings more intuitive fix oppia#4635 * Done * Updated according to the comments * changed The -> This
No description provided.