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
86408ea9
Commit
86408ea9
authored
1 year ago
by
smmercuri
Browse files
Options
Downloads
Patches
Plain Diff
Tidy guide
parent
5b6c81a2
Branches
Branches containing commit
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
+3
-3
3 additions, 3 deletions
doc/en/Topics/Matching.md
with
3 additions
and
3 deletions
doc/en/Topics/Matching.md
+
3
−
3
View file @
86408ea9
...
...
@@ -139,7 +139,7 @@ ans: [
Here we should:
-
Write the question text itself.
-
Open the
`parsons`
block with
`input`
and
`columns`
header parameters.
-
Transfer the variables from
`
Question variables
`
into a JSON inside the
`parsons`
block as appropriate.
-
Transfer the variables from
_
Question variables
_
into a JSON inside the
`parsons`
block as appropriate.
-
Close the
`parsons`
block.
-
Set
`style="display:none"`
in the input div to hide the messy state from the student.
...
...
@@ -214,7 +214,7 @@ You will use the `"<ID>"` string to write solutions and assess student inputs; t
-
The headers that will appear on top of the answer columns.
-
The correct answer as a two-dimensional array. This should always be column grouped.
For our example, the
`
Question variables
`
field looks as follows.
For our example, the
_
Question variables
_
field looks as follows.
```
stack_include("contribl://matchlib.mac");
...
...
@@ -247,7 +247,7 @@ ans: [
Here we should:
-
Write the question text itself.
-
Open the
`parsons`
block with
`input`
,
`columns`
and
`rows`
header parameters.
-
Transfer the variables from
`
Question variables
`
into a JSON inside the
`parsons`
block as appropriate.
-
Transfer the variables from
_
Question variables
_
into a JSON inside the
`parsons`
block as appropriate.
-
Close the
`parsons`
block.
-
Set
`style="display:none"`
in the input div to hide the messy state from the student.
...
...
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