Forum Discussion
EricRosenzweig
6 years agoCommunity Member
Using custom characters for Scenarios in Rise
I've been playing around with the new scenarios lesson in Rise. They are awesome for scenario based learning with dynamic feedback. However the characters currently offered are kind of limited, spec...
MiguelBarreto
Community Member
Karl, Thanks for your response! but I was wondering about replacing it the same way with the characters for a NON Blurry image.
SimonSmith-db99
3 years agoCommunity Member
You can do that by adding some custom CSS to the exported course. Start by unzipping the exported course.
Find index.html (For SCORM it's in scormcontent, for XAPI it's in in the parent directory) and open it in a text editor. Then paste the following CSS right under the <style> tag.
.scenario-block__background{
filter: blur(0rem) !important;
}
It should look something like the image below. This will remove the blur from ALL scenario blocks in your course, so you can just upload a background image of your choice.
Once you've done that, zip everything up again and you're good to go.