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

FC-0068 docs: how-to cleaning by edunext #14 #758

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

BryanttV
Copy link
Contributor

@BryanttV BryanttV commented Jan 8, 2025

This PR modifies a series of how-to documents migrated from the legacy repositories to the educators' documentation.

The updated files were:

  • create_image_mapped_input.rst
  • adding_math_expresion_problems.rst
  • add_multiselect_partial_credit.rst
  • enable_notes.rst
  • edit_numerical_input_advanced.rst
  • add_checkbox.rst
  • enable_lti_component.rst. This file was divided and the following files were created:
    • setting_up_lti_1_1_component.rst
    • setting_up_lti_1_3_component.rst
    • using_lti_advantage_features.rst
  • adding_multi_select.rst. This file was divided and the following file was created:
    • editing_multi_select_using_advanced_editor.rst
  • award_partial_credit_numerical_input.rst. This file was divided and the following file was created:
    • adding_text_in_numeric_response_field.rst

@openedx-webhooks openedx-webhooks added the open-source-contribution PR author is not from Axim or 2U label Jan 8, 2025
@openedx-webhooks
Copy link

Thanks for the pull request, @BryanttV!

What's next?

Please work through the following steps to get your changes ready for engineering review:

🔘 Get product approval

If you haven't already, check this list to see if your contribution needs to go through the product review process.

  • If it does, you'll need to submit a product proposal for your contribution, and have it reviewed by the Product Working Group.
    • This process (including the steps you'll need to take) is documented here.
  • If it doesn't, simply proceed with the next step.

🔘 Provide context

To help your reviewers and other members of the community understand the purpose and larger context of your changes, feel free to add as much of the following information to the PR description as you can:

  • Dependencies

    This PR must be merged before / after / at the same time as ...

  • Blockers

    This PR is waiting for OEP-1234 to be accepted.

  • Timeline information

    This PR must be merged by XX date because ...

  • Partner information

    This is for a course on edx.org.

  • Supporting documentation
  • Relevant Open edX discussion forum threads

🔘 Get a green build

If one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green.

🔘 Let us know that your PR is ready for review:

Who will review my changes?

This repository is currently maintained by @openedx/docs-openedx-org-maintainers. Tag them in a comment and let them know that your changes are ready for review.

Where can I find more information?

If you'd like to get more details on all aspects of the review process for open source pull requests (OSPRs), check out the following resources:

When can I expect my changes to be merged?

Our goal is to get community contributions seen and reviewed as efficiently as possible.

However, the amount of time that it takes to review and merge a PR can vary significantly based on factors such as:

  • The size and impact of the changes that it introduces
  • The need for product review
  • Maintenance status of the parent repository

💡 As a result it may take up to several weeks or months to complete a review and merge your PR.

@@ -1,8 +1,7 @@
.. _Awarding Partial Credit in a Multi select Problem:

=============================
Awarding Partial Credit
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Awarding Partial Credit
Award Partial Credit

You should be able to put "How To" in front of these titles and it should make sense ("How To Award Partial Credit", not "How To Awarding Partial Credit"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the explanation! I will make sure to keep it in mind for future changes.
I updated the files: 83df8b2

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sarina, Should we also update the tags? This would also mean updating the :ref: commands.


**************************************
Adding a Math Expression Input Problem
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Adding a Math Expression Input Problem
Add a Math Expression Input Problem


******************************
Adding a Multi-select Problem
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Adding a Multi-select Problem
Add a Multi-select Problem

@@ -0,0 +1,66 @@
.. _Adding Text After the Numeric Response Field:

Adding Text after the Numeric Response Field
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Adding Text after the Numeric Response Field
Add Text after the Numeric Response Field

@@ -1,8 +1,7 @@
.. _Awarding Partial Credit in a Numerical Input Problem:

=========================================
Awarding Partial
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Awarding Partial
Award Partial Credit in a Numerical Input Problem

@@ -0,0 +1,162 @@
.. _Editing Multi select Problems using the Advanced Editor:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. _Editing Multi select Problems using the Advanced Editor:
.. _Edit Multi select Problems using the Advanced Editor:

@@ -1,8 +1,7 @@
.. _enable_lti_components:

******************************************
Enabling LTI Components for a Course
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Enabling LTI Components for a Course
Enable LTI Components for a Course

@@ -1,8 +1,7 @@
.. _Notes Tool:

##############################
Notes Tool
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Notes Tool
Enable the Notes Tool

@@ -0,0 +1,145 @@
.. _Setting up a LTI 1.1 component:

Setting up an LTI 1.1 component
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Setting up an LTI 1.1 component
Set up an LTI 1.1 component

@@ -0,0 +1,130 @@
.. _Enabling and using LTI Advantage features:

Enabling and using LTI Advantage features
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Enabling and using LTI Advantage features
Enable and Use LTI Advantage features

@BryanttV BryanttV force-pushed the bav/educators_documentation_review_edunext_15 branch from b232803 to fbb67b4 Compare January 9, 2025 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
open-source-contribution PR author is not from Axim or 2U
Projects
Status: Needs Triage
Development

Successfully merging this pull request may close these issues.

3 participants