Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
f3ae9e14
Commit
f3ae9e14
authored
Oct 27, 2014
by
Carol Tong
Committed by
Mark Hoeber
Oct 29, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add doc for new Show Reset Button setting
parent
37949e07
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
2 deletions
+27
-2
docs/en_us/course_authors/source/change_log.rst
+3
-0
docs/en_us/course_authors/source/creating_content/create_problem.rst
+24
-2
No files found.
docs/en_us/course_authors/source/change_log.rst
View file @
f3ae9e14
...
@@ -13,6 +13,9 @@ October, 2014
...
@@ -13,6 +13,9 @@ October, 2014
* - Date
* - Date
- Change
- Change
* - 10/28/14
- Added section for :ref:`Show Reset Button` in :ref:`Problem Settings`
and clarified Reset button behavior in :ref:`Problem Student View`.
* - 10/27/14
* - 10/27/14
- Fixed the code sample in :ref:`Script Tag Format` in the :ref:`Write
- Fixed the code sample in :ref:`Script Tag Format` in the :ref:`Write
Your Own Grader` chapter.
Your Own Grader` chapter.
...
...
docs/en_us/course_authors/source/creating_content/create_problem.rst
View file @
f3ae9e14
...
@@ -91,8 +91,13 @@ All problems on the edX platform have several component parts.
...
@@ -91,8 +91,13 @@ All problems on the edX platform have several component parts.
#. **Explanation.** The instructor may include an explanation that
#. **Explanation.** The instructor may include an explanation that
appears when a student clicks **Show Answer**.
appears when a student clicks **Show Answer**.
#. **Reset button.** This button clears the student input, so that the
#. **Reset button.** Students can click **Reset** to clear any input that has
problem looks the way it did originally.
not yet been submitted, and try again to answer the question. If the student
has already submitted an answer, clicking **Reset** clears the submission
and, if the problem contains randomized variables and randomization is set
to **On Reset**, changes the values the student sees in the problem. If the
number of Maximum Attempts that was set for this problem has been reached,
the **Reset** button is not visible.
#. **Hide Answer button.**
#. **Hide Answer button.**
...
@@ -260,6 +265,7 @@ Problem component have the following settings. These settings appear on the
...
@@ -260,6 +265,7 @@ Problem component have the following settings. These settings appear on the
* **Problem Weight**
* **Problem Weight**
* **Randomization**
* **Randomization**
* **Show Answer**
* **Show Answer**
* **Show Reset Button**
.. image:: ../Images/ProbComponent_Attributes.png
.. image:: ../Images/ProbComponent_Attributes.png
:alt: Image of the Settings tab in a Problem component
:alt: Image of the Settings tab in a Problem component
...
@@ -456,6 +462,22 @@ This setting has the following options.
...
@@ -456,6 +462,22 @@ This setting has the following options.
| | or in the LMS. |
| | or in the LMS. |
+-------------------+--------------------------------------+
+-------------------+--------------------------------------+
.. _Show Reset Button:
=================
Show Reset Button
=================
This setting defines whether a **Reset** button is visible on the problem.
Students can click **Reset** to clear any input that has not yet been submitted,
and try again to answer the problem. If the student has already submitted an
answer, clicking **Reset** clears the submission and, if the problem contains
randomized variables and randomization is set to **On Reset**, changes the
values the student sees in the problem. If the number of Maximum Attempts that
was set for this problem has been reached, the **Reset** button is not visible.
This problem-level settimg overrides the course-level **Show Reset Button for Problems** setting.
.. _Modifying a Released Problem:
.. _Modifying a Released Problem:
*********************************
*********************************
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment