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
85047a89
Commit
85047a89
authored
Oct 29, 2014
by
Mark Hoeber
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5740 from edx/carol/docs/DOC-1140
Add doc for new Show Reset Button setting
parents
f61b968e
f3ae9e14
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 @
85047a89
...
...
@@ -13,6 +13,9 @@ October, 2014
* - Date
- 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
- Fixed the code sample in :ref:`Script Tag Format` in the :ref:`Write
Your Own Grader` chapter.
...
...
docs/en_us/course_authors/source/creating_content/create_problem.rst
View file @
85047a89
...
...
@@ -91,8 +91,13 @@ All problems on the edX platform have several component parts.
#. **Explanation.** The instructor may include an explanation that
appears when a student clicks **Show Answer**.
#. **Reset button.** This button clears the student input, so that the
problem looks the way it did originally.
#. **Reset button.** Students can click **Reset** to clear any input that has
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.**
...
...
@@ -260,6 +265,7 @@ Problem component have the following settings. These settings appear on the
* **Problem Weight**
* **Randomization**
* **Show Answer**
* **Show Reset Button**
.. image:: ../Images/ProbComponent_Attributes.png
:alt: Image of the Settings tab in a Problem component
...
...
@@ -460,6 +466,22 @@ This setting has the following options.
| | 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:
*********************************
...
...
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