additional curriculum icons?

Home Forums Legacy Support Support queries Styling issues additional curriculum icons?

Tagged: , ,

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #195060
    MeesterGijs
    Spectator
    I know that the icon for a quiz in a course curriculum overview is the paper+pen. Is it possible to add more? I have quizes made with H5P where they have to speak, or listen. It would be very cool if I could choose from more icons when adding a quiz to a course. screenshot
    #195082
    logan
    Member
    Hey, It is decided here : http://prntscr.com/mg9xr2 Refer: http://prntscr.com/mg9xj3 If you want to change icons. i can try that by using custom css or jquery. please let me know your thoughts.
    #195115
    MeesterGijs
    Spectator
    I know it's decided here: https://prnt.sc/mg9xr2 But I'm not talking about icons for UNITS, I want different possible icons for QUIZZES. So I like the paper+ pen, but would also like an audio icon and a speech icon. Get it?
    #195274
    logan
    Member
    HEy, No this is not available because these codes are dynamic. the only alternative is to replace the classes by using jquery and it will do the trick. <script> $(document).ready(function(){     $(".course_lesson .curriculum-icon i.icon-task").removeClass("icon-task");     $(".course_lesson .curriculum-icon i.icon-task").addClass("fa-sticky-note-o"); }); </script> Refer: http://prntscr.com/mgrq7q
    #195309
    MeesterGijs
    Spectator
    Thanks. Does this script change the icon for all quizzes? Or can I use different scripts for different quizzes? And where do I pick my icons?
    #195441
    logan
    Member
    Hello, As you can see i have selected a specific class that is i.icon-task, if it finds icon task somewhere in course curriculum, it will replace it with fa-sticky-note-o. for other icons  i will have to right same code with different class selector. let me know if you want to change other icons then dont forget to share page url and screenshot.
    #195483
    MeesterGijs
    Spectator
    Dear Logan, In simple English: Does this mean the code for the icon of any quiz in any course needs to be created one by one?
    #195662
    logan
    Member
    Hello, Please refer this: https://prnt.sc/mgrq7q i meant to say: i have to write codes for each of them. general: new general audio : new audio video: new video pen: new pen Paper: new paper Hope this makes sense this time. *i can replace the icon of quiz  with new one only.
    #195808
    MeesterGijs
    Spectator
    Please don't replace. Could you add the ones I've put at the end of this psot? Please give them the names underneath. The icon is in the url. Got them from fontawesome. You could also do one and explain how I can add the rest myself... Flashcards Schrijven Typen Quiz Spreken Luisteren Eindtoets uitlegleraar uitleg
    #195965
    logan
    Member
    Hello, I did not understand where do you want to show these icons. can you elaborate once again. i am a bit confused about do not replace. Please share screenshot and also page url with proper documentation.

    This should take just another day, thanks for your patience so far.

    #196029
    MeesterGijs
    Spectator
    I mean here. With units you have a choice when creating a unit. You can pick from here. Could something like that also be possible for quizes? I know someone else at the WPLMS forum created code in the past, so that I have these icons. Now all quizes have the same paper+pen icon and every last quiz automatically has a finish flag. I would like to pick icons for a quiz based on the type of quiz I have created. That's why I asked for so many new icons to add... Get it?
    #196108
    logan
    Member
    Hello, Actually this comes under custom feature request. this is something beyond the css and jquery.  i will have to look into the theme's code for this. Can you please share the codes you have used in the past so that i can make a necessary changes in that. *For Now, i can replace the icons with suggested one above by you here: https://imgur.com/a/y2AovFL Let me know your thought
    #196136
    MeesterGijs
    Spectator
    I don't want them changed. I would love if you could add options. Because if you change these icons atht his course, don't they change everywhere? To summarize: I want to keep the code/icons I have now... And I want to add more. Is that possible?
    #196197
    logan
    Member
    Hello, I am sorry this is not available in wplms because it is related to the h5p and many users do not want it. so if you want to make changes you could hire freelancer for this. Best regards !!
    #196200
    MeesterGijs
    Spectator
    I understand.
Viewing 15 posts - 1 through 15 (of 16 total)
  • The topic ‘additional curriculum icons?’ is closed to new replies.