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
76a01709
Commit
76a01709
authored
1 year ago
by
smmercuri
Browse files
Options
Downloads
Patches
Plain Diff
Fix empty styling for fill in correct responses
parent
a50411f8
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
stack/cas/castext2/blocks/parsons.block.php
+2
-0
2 additions, 0 deletions
stack/cas/castext2/blocks/parsons.block.php
with
2 additions
and
0 deletions
stack/cas/castext2/blocks/parsons.block.php
+
2
−
0
View file @
76a01709
...
...
@@ -293,6 +293,8 @@ class stack_cas_castext2_parsons extends stack_cas_castext2_block {
$code
.
=
'stackSortable.add_headers(headers, available_header);'
.
"
\n
"
;
$code
.
=
'stackSortable.generate_used();'
.
"
\n
"
;
$code
.
=
'stackSortable.generate_available();'
.
"
\n
"
;
// Update the empty placeholders in grid mode, which is required for non-empty start or fill in correct responses.
$code
.
=
'stackSortable.update_grid_empty_css();'
.
"
\n
"
;
// Create the Sortable objects.
// First, instantiate with default options first in order to extract all possible options for validation.
...
...
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