Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wax-prosemirror
Manage
Activity
Members
Labels
Plan
Issues
34
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wax
wax-prosemirror
Merge requests
!348
Multiple single
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Multiple single
multiple-single
into
master
Overview
0
Commits
32
Pipelines
0
Changes
55
Merged
Christos
requested to merge
multiple-single
into
master
3 years ago
Overview
0
Commits
32
Pipelines
0
Changes
10
Expand
0
0
Merge request reports
Viewing commit
f7a3b5e3
Prev
Next
Show latest version
10 files
+
13
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
f7a3b5e3
move single correct
· f7a3b5e3
chris
authored
3 years ago
wax-prosemirror-services/src/MultipleChoiceSingleCorrectQuestionService/components/QuestionComponent.js
→
wax-prosemirror-services/src/
MultipleChoiceQuestionService/
MultipleChoiceSingleCorrectQuestionService/components/QuestionComponent.js
+
4
−
4
Options
@@ -6,10 +6,10 @@ import { WaxContext } from 'wax-prosemirror-core';
import
{
PlusSquareOutlined
,
DeleteOutlined
}
from
'
@ant-design/icons
'
;
import
{
Fragment
}
from
'
prosemirror-model
'
;
import
{
v4
as
uuidv4
}
from
'
uuid
'
;
import
helpers
from
'
../../
MultipleChoiceQuestionService/
helpers/helpers
'
;
import
EditorComponent
from
'
../../
MultipleChoiceQuestionService/
components/EditorComponent
'
;
import
FeedbackComponent
from
'
../../
MultipleChoiceQuestionService/
components/FeedbackComponent
'
;
import
Button
from
'
../../
MultipleChoiceQuestionService/
components/Button
'
;
import
helpers
from
'
../../helpers/helpers
'
;
import
EditorComponent
from
'
../../components/EditorComponent
'
;
import
FeedbackComponent
from
'
../../components/FeedbackComponent
'
;
import
Button
from
'
../../components/Button
'
;
import
SwitchComponent
from
'
./SwitchComponent
'
;
const
Wrapper
=
styled
.
div
`