Hi - briefly - this is done as a practice when the org needs to one-up on a delivery point during a regular annual window.
The only thing that I can think of is to look at the creation date as well as course codes to help disambiguate anything that is the latest from past ones. You may want to tack on a year in the course code or in the naming convention of the course to help you further.
Lastly, DO NOT DELETE - archive the old by putting the older ones under maintenance and into a course catalog that no one has access to (so you can track them later).
Hi, as far as I know, assets do not have codes. I wish they did.
Hi there,
This appears when using the link asset out to a webpage.
You could utilise the following CSS to hide the top part you have boxed off if you wish
/** Hides Title of Asset and description when using Link Asset START **/
.link-player-wrapper .title.text-main, .link-player-wrapper .description{
display: none!important
}
/** Hides Title of Asset and description when using Link Asset END **/
@DPatel , That worked perfectly! Thanks so much for your help!