Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-qtype_stack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-qtype_stack
Commits
b53f5102
Commit
b53f5102
authored
1 year ago
by
Chris Sangwin
Browse files
Options
Downloads
Patches
Plain Diff
Minor updates to the docs.
parent
ae0e3896
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/en/Topics/Matching.md
+5
-5
5 additions, 5 deletions
doc/en/Topics/Matching.md
with
5 additions
and
5 deletions
doc/en/Topics/Matching.md
+
5
−
5
View file @
b53f5102
...
@@ -127,8 +127,8 @@ steps : [
...
@@ -127,8 +127,8 @@ steps : [
["sq", "\\(f(x) = x^2\\)"],
["sq", "\\(f(x) = x^2\\)"],
["sin", "\\(f(x) = \\sin(x)\\)"],
["sin", "\\(f(x) = \\sin(x)\\)"],
["abs", "\\(f(x) = |x|\\)"],
["abs", "\\(f(x) = |x|\\)"],
["sqrt", "\\(f(x) = \\sqrt
(x)
\\)"],
["sqrt", "\\(f(x) = \\sqrt
{|x|}
\\)"],
["rec", "\\(f(x) =
1/x
\\)"],
["rec", "\\(f(x) =
\\left\{\\begin{array}{ll}1/x &, x\\neq 0 \\\\ 0&, x=0\\end{array}\\right.
\\)"],
["sgn", "\\(f(x) = \\text{sgn}(x)\\)"]
["sgn", "\\(f(x) = \\text{sgn}(x)\\)"]
];
];
...
@@ -158,8 +158,8 @@ Here we should:
...
@@ -158,8 +158,8 @@ Here we should:
```
```
<p>Recall that a function may be differentiable, continuous but
<p>Recall that a function may be differentiable, continuous but
not differentiable, or discontinuous.
Drag the functions
not differentiable, or discontinuous.
The following expressions define functions \(f:\mathbb{R}\rightarrow\mathbb{R}\).
to their appropriate category. </p>
Drag the functions
to their appropriate category. </p>
[[parsons input="ans1" columns="3"]]
[[parsons input="ans1" columns="3"]]
{
{
"steps" : {#stackjson_stringify(steps)#},
"steps" : {#stackjson_stringify(steps)#},
...
@@ -179,7 +179,7 @@ A question note is required due to the random permutation of `steps`. We use:
...
@@ -179,7 +179,7 @@ A question note is required due to the random permutation of `steps`. We use:
### Input: ans1
### Input: ans1
1.
The _Input type_ field should be
**String**
.
1.
The _Input type_ field should be
**String**
.
2.
The _Model answer_ field should construct a JSON object from the teacher's answer
`
t
a`
using
`match_correct(ans, steps)`
.
2.
The _Model answer_ field should construct a JSON object from the teacher's answer
`a
ns
`
using
`match_correct(ans, steps)`
.
3.
Set the option _Student must verify_ to "no".
3.
Set the option _Student must verify_ to "no".
4.
Set the option _Show the validation_ to "no".
4.
Set the option _Show the validation_ to "no".
5.
Add
`hideanswer`
to _Extra options_.
5.
Add
`hideanswer`
to _Extra options_.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment