Greetings!
I'm trying to create a course for my college which should simulate a gamified route following the next sections: Introduction module, activities module (which is a map that allows students to travel around the world (activities per continent) that must be solved to get experience from every continent) and sections like profile, rewards and these things. The thing is I'm trying to create the introduction module and publishing it in the Homepage section, so everybody MUST be read it all before starting with the activities, well that's the context. Right now I have some issues with the homepage, because I'm trying to show the introduction module there but in the homepage seems I can only use components like widgets and that stuff, so I'd like to know if there's any way to show the introduction module in the homepage, and once people reads it all, it should be marked as read (which means it won't appear again) and the map of the gamified route should start. Also, since I'm trying to create the course with full HTML, JavaScript and css. Is there any way to use the Brightspace API to know if a student already read a module and these things? If yes, I'd like to know how.
Sorry for my bad writing and I hope everythings is understandable. Thank you.