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
ff2c7a07
Commit
ff2c7a07
authored
Apr 07, 2014
by
Alan Boudreault
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a a section about the feedback child in README.md
parent
1a76c1b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
README.md
+17
-0
No files found.
README.md
View file @
ff2c7a07
...
...
@@ -96,6 +96,7 @@ Second XBlock instance:
<html><p>
Congratulations!
</p></html>
</message>
</mentoring>
```
### Tables
...
...
@@ -121,6 +122,22 @@ Second XBlock instance:
</vertical>
```
### Custom feedback popup window
You can use the
`feedback`
child to have a custom popup window. Currently, only the
*width*
and
*height*
can be modified. The value of those attribute should be valid CSS.
```
xml
<mentoring
url_name=
"mcq_1"
enforce_dependency=
"false"
>
<mrq
name=
"mrq_1_1"
type=
"choices"
max_attempts=
"3"
>
<question>
What do you like in this MRQ?
</question>
<choice
value=
"elegance"
>
Its elegance
</choice>
...
<feedback
width=
"100px"
height=
"50px"
/>
</mrq>
</mentoring>
```
Installing dependencies
-----------------------
...
...
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