Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
problem-builder
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
OpenEdx
problem-builder
Commits
89445d1e
Commit
89445d1e
authored
Mar 04, 2015
by
Braden MacDonald
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use <strong> instead of <b>
parent
9b5586c3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
mentoring/tests/integration/test_mcq.py
+2
-2
mentoring/tests/integration/xml/mcq_with_html_choices.xml
+2
-2
mentoring/tests/integration/xml/mrq_with_html_choices.xml
+2
-2
No files found.
mentoring/tests/integration/test_mcq.py
View file @
89445d1e
...
...
@@ -209,8 +209,8 @@ class MCQBlockTest(MentoringBaseTest):
messages
=
mentoring
.
find_element_by_css_selector
(
'.messages'
)
expected_options
=
[
"<
b>Its elegance</b
>"
,
"<
i>Its beauty</i
>"
,
"<
strong>Its elegance</strong
>"
,
"<
em>Its beauty</em
>"
,
"<strong>Its gracefulness</strong>"
,
'<span style="font-color:red">Its bugs</span>'
]
...
...
mentoring/tests/integration/xml/mcq_with_html_choices.xml
View file @
89445d1e
<vertical_demo>
<mentoring
url_name=
"mcq_with_comments"
display_name=
"MCQ With Resizable popups"
weight=
"1"
enforce_dependency=
"false"
>
<mcq
name=
"mrq_1_1_7"
question=
"What do you like in this MCQ?"
correct_choices=
"gracefulness,elegance,beauty"
>
<choice
value=
"elegance"
><
b>
Its elegance
</b
></choice>
<choice
value=
"beauty"
><
i>
Its beauty
</i
></choice>
<choice
value=
"elegance"
><
strong>
Its elegance
</strong
></choice>
<choice
value=
"beauty"
><
em>
Its beauty
</em
></choice>
<choice
value=
"gracefulness"
><strong>
Its gracefulness
</strong></choice>
<choice
value=
"bugs"
><span
style=
"font-color:red"
>
Its bugs
</span></choice>
...
...
mentoring/tests/integration/xml/mrq_with_html_choices.xml
View file @
89445d1e
<vertical_demo>
<mentoring
url_name=
"mcq_with_comments"
display_name=
"MRQ With Resizable popups"
weight=
"1"
enforce_dependency=
"false"
>
<mrq
name=
"mrq_1_1_7"
question=
"What do you like in this MRQ?"
required_choices=
"elegance,beauty,gracefulness"
>
<choice
value=
"elegance"
><
b>
Its elegance
</b
></choice>
<choice
value=
"beauty"
><
i>
Its beauty
</i
></choice>
<choice
value=
"elegance"
><
strong>
Its elegance
</strong
></choice>
<choice
value=
"beauty"
><
em>
Its beauty
</em
></choice>
<choice
value=
"gracefulness"
><strong>
Its gracefulness
</strong></choice>
<choice
value=
"bugs"
><span
style=
"font-color:red"
>
Its bugs
</span></choice>
...
...
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