Submit a ticket My Tickets
Welcome
Login  Sign up
Open navigation

How to Fill up the Best Resources Library

Availability
Starter
Pro Trainer
Learning Center
High Volume & Corporate
Our Knowledge Base Center articles are being updated for our new platform design. Need assistance? Reach out to support@learnworlds.com


The Best Resources section is an organized library of links/resources that you wish to share with your users. It uses a catalog structure and a quick navigation component so that your users can easily sort through the library and find the resources they are looking for. Users can always mark a resource as "Favorite" or start a discussion on it. 


To start organizing your Best Resources library, navigate to Settings → Learning apps → Best resources

You'll need to begin populating your Best Resources section with links to valuable resources. Start building up your repository by following these steps:


1. Add a top-level category (optional)

To add a new top-level category within which you will add your first link (you can use one of the pre-made categories):

1. Click on the + (plus) icon. You can also add a new category by clicking on Add Category

2. Write the title and the description of your top-level category and click on Add.


2. Add a subcategory 

To add a new subcategory:

1. Click on the category you created and click the plus icon to add a subcategory.

2. Provide a title and description for your subcategory and click on Add.


3. Add resources links

1. Browse to the subcategory you have created and click on the plus icon to insert the desired link.

2. Add the title, URL, and a short description of your resource. 

If you wish to see the fetched images and get a Preview of the resources you have added, click on the top Preview button. Those images are automatically fetched from the respective external link's metadata information. 

If you want to edit any existing content, click on Edit (pencil icon).


How can Users Access the Best Resources Library?

To allow your logged-in users to access the Best Resources, you can add the respective Best Resources topbar link in your After login topbar. This article provides more information. 


Customize your Best Resources page

Hide the default metadata images

There can be a case when you wish to completely hide the metadata images fetched from the links/resources you added. All you need to do is add in your school's Custom Code <style> (CSS) for built-in pages (i.e social, profile, workpad, my account) the following snippet:

.slug-workpad .basic-card-image {
display: none;
}

All the fetched images will then be hidden.


Hide the Twitter icon

Additionally, you may want to hide the Twitter icons.

In that case, add in your school's Custom Code <style> (CSS) for built-in pages (i.e social, profile, workpad, my account) the following snippet:

.slug-workpad .basic-card-caption-but-wrapper .tweet-action {
display: none;
}

Hide the Red ribbons

You may want to hide the default red ribbons on the corners:

Add in your school's Custom Code <style> (CSS) for built-in pages (i.e social, profile, workpad, my account) the following snippet:

.slug-workpad .ribbon-corner-right{ 
display: none;
}
.slug-workpad .ribbon-corner-left{
display: none;
}

Hide the whole cards

To hide the whole cards add in your school's Custom Code <style> (CSS) for built-in pages (i.e social, profile, workpad, my account) this snippet:

#wpWrapper {display: none;}

Users will see no cards but will still be able to choose the resources on the left catalog menu.


Hide the My Notebook cards

To entirely hide the My Notebook Best Resources option add in your school's Custom Code <style> (CSS) for built-in pages (i.e social, profile, workpad, my account) the following snippet:

#workpadWrapper .ilistviewcontents> .ilistitem.first-level-card:first-child{
opacity: 0;
}
#workpadWrapper .ilistviewcontents> .ilistitem.first-level-card:nth-child(2){
margin-top: -85px;
}

Offer Downloadable Material

If you wish to offer downloadable material in your Best Resources, you can upload the respective file/document to an external cloud service like Google Drive.


Ensure your file's visibility in Google Drive is set to "Anyone with the link." If it's set to "Restricted", then only people who are logged in to Google and have been granted access to the file will be able to open the direct link. Once you upload it, make sure it is public to everyone and copy the shareable Google Drive URL (e.g https://drive.google.com/15ImdqIsY55LAJ1FcU_I3T/view?usp=sharing) and paste it into your Best Resources. Users can open the file in Google Drive and download it to their devices.

If you wish the users to click on the file via the Best Resources and download it directly, then you can transform your Google Drive links to direct download links here.

  • When you perform a search via the search bar, it returns results from the Best Resources and the Daily News app.
  • To change the order of the resources, you can edit them and add numbers [ i.e., 1), or 1.), or 1. ] at the beginning of the title of each category.
  • Best Resources is not available on Mobile Apps.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.