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
764988ad
Commit
764988ad
authored
Sep 29, 2016
by
Chris Rodriguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PR feedback
parent
85101828
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
common/lib/xmodule/xmodule/templates/problem/jsinput_response.yaml
+4
-4
No files found.
common/lib/xmodule/xmodule/templates/problem/jsinput_response.yaml
View file @
764988ad
...
@@ -27,10 +27,10 @@ data: |
...
@@ -27,10 +27,10 @@ data: |
brackets = [1, 0.5, 0.25, 0] # Scores for various range brackets
brackets = [1, 0.5, 0.25, 0] # Scores for various range brackets
# Only for interval-guessing:
# Only for interval-guessing:
correct_interval = [416,660]
# Please put the lower value on the left.
correct_interval = [416,660] # Please put the lower value on the left.
interval_type = ['closed', 'closed']
# Are endpoints 'open' or 'closed'?
interval_type = ['closed', 'closed'] # Are endpoints 'open' or 'closed'?
interval_tolerance = 'linear' # Options: 'linear', 'strict', or 'generous'
interval_tolerance = 'linear' # Options: 'linear', 'strict', or 'generous'
type_penalty = 0.1
# Points off if open/closed incorrect
type_penalty = 0.1 # Points off if open/closed incorrect
# Only for estimation
# Only for estimation
max_time = 1000 # Large number of people beyond actual high
max_time = 1000 # Large number of people beyond actual high
...
@@ -161,7 +161,7 @@ data: |
...
@@ -161,7 +161,7 @@ data: |
}
}
</script>
</script>
<p>What is the range of passengers that can fit on a 747 aircraft? Set the low and high bounds. (416 and 660 persons)</p>
<p>What is the range of passengers that can fit on a 747 aircraft? Set the low and high bounds. (416 and 660 persons)</p>
<p class="
sr
" aria-hidden="true">
<p class="
is-hidden
" aria-hidden="true">
<span id="lowerlimit">$lowerlimit</span>
<span id="lowerlimit">$lowerlimit</span>
<span id="upperlimit">$upperlimit</span>
<span id="upperlimit">$upperlimit</span>
<span id="openclose">$show_open_close</span>
<span id="openclose">$show_open_close</span>
...
...
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