Forum Discussion
Move Start Course button?
The degree of customisation of the start page depends on how you deploy the course. If you're using Reach or Review, then you're pretty much out of luck, but if you publish to a file (scorm, cmi5, web, etc) then you get access to a zip file which contains the `index.html` file which draws everything.
I have a bit of javascript that I can edit in to the end of the index.html file (just before where it says '</body>') which, depending on the navigation theme you are using, can move the start button to below the menu when the course first loads.
That can be enough as it ensure that at least they scroll down past the information area looking for the start button, so there's an increased chance any of that information might get read.
It does seem like asking for any changes to Rise is shouting to the void - so we have to come up with creative solutions for them.
p.s. I made a course some time ago describing how to customise the outputs in a Rise published course. It's hosted on my personal Moodle site. https://moodle.frumbert.org/course/view.php?id=7 - When it asks you to log in, just press 'Log in as guest'.
The course also goes into modifying the course data if you're into that, and talks about how to replace embedded iframes with locally sourced content - after I made that course, I ended up building a tool for that too - https://www.frumbert.org/risefix/index.php. That's a bit beyond the original quesiton on this post yet could be tangentially handy to someone :)
- SandySnyder-5be2 years agoCommunity Member
Thanks Tim! I look forward to experimenting with your solution for this and to check out your other tricks for customizing published Rise courses.
- PhilFoss2 years agoCommunity Member
Hi Tim I had to make a couple mods to make your script work, the js was not formatted correctly in your example and it throws a js error in my browser. But after getting it work, it's not a perfect solution. If you click back onto the cover screen from a lesson, the start button has returned to it's default position again. But the good news is I have a css-only solution, will post here soon with the code.
- RobertBaker-dd09 months agoCommunity Member
Still waiting on that video and code, lol.