Forum Replies Created

Viewing 14 replies - 151 through 164 (of 164 total)
  • The next version update tomorrow will fix this problem.

    Thank you for letting us know this issue.
    Hoang

    p.s: We are sorry because we cannot provide an update immediately.

    Hi sauko,

    I think X theme has another plugin which registered the same menu position with LearnPress (3). There are two ways to solve this problem: First, you can change the menu position of LearnPress inside learnpress.php.

    Look for this:

    public function admin_menu() {
    			add_menu_page(
    				__( 'Learning Management System', 'learn_press' ),
    				__( 'LearnPress', 'learn_press' ),
    				'edit_lpr_courses',
    				'learn_press',
    				'',
    				'dashicons-welcome-learn-more',
    				3
    			);

    Change the number ‘3’ to other number. But this method is temporary, when you update LearnPress, it will turn back to default (3).

    The second solution, you can find the plugin which conflict position with LearnPress and deactivate it.

    We will find a way to prevent this kind of problem soon.

    Thank you so much,
    Hoang

    Yeah, I got your idea and I will put it in the list of LearnPress development features. Our developer team will do our best to provide it as soon as we can.

    Thank you so much,
    Hoang

    Thank you very much for your questions.
    About the first question, we already have plan to create quiz with random questions from questions bank. However, it would be great if you can explain for us more detail about that idea.

    And question 2, if I didn’t misunderstand your question, then you want to manually reset a student answers for him to retake quiz instead of allowing him to retake quiz himself as LearnPress supports right now? So, I think it a great idea, we will provide this option for teacher to reset answer of a student in LearnPress future versions.

    Thank,
    Hoang

    Oh, actually we already have a menu item name “orders” in the LearnPress menu, and you can manually change orders status in there. I don’t know if you take a look at that.

    Thank you for your question. If I misunderstood you question, please explain for me more details.

    Hoang

    At the mean time, we have not created a option to turn off this option yet. So, in order to just disable this feature, you can add the follow remove action to your theme function file:
    remove_action( 'admin_bar_menu', 'learn_press_edit_admin_bar' );

    In a couple of days, we will provide a shortcode for “become an instructor form” in the next update version of LearnPress. You can directly remove action as I said above, or wait for the version update.

    Thank you,

    Did you try to change the permalinks settings to default and set it again to “Post name”. I think it will solve your problem.

    p.s: If problem still appear, you can share your screen with me, I will take a look for you.

    If you clicked “View Page” after creating course, you need to check your permalink settings and change it to use “Post name”.

    Sincerely,

    Thank you very much for you question. In our plugin development roadmap(we will announce it soon), we have plan to support myCRED WordPress plugin. However, if your prefer achievement plugin, we will put it on the list of integration plugin and release it very soon.

    Thank you again for your suggestion :D.

    Hoang Ha

    p.s: If you can’t wait for us to support it, you can take a look to our github wiki. We provide a documentation for developers to create add-on for LearnPress themselves.

    Right now, we just define a quiz is a part of a course which used to test the knowledge a student have learnt through the course. So, we haven’t provide a shortcode to create a quiz page alone. We are really sorry for this inconvenience. We will provide a complete list of shortcodes as soon as possible in the next versions.

    Thank you for your question. If you have any further questions, please don’t hesitate to ask.

    Hoang Ha

    In order to resolved this problem, please completely delete your old folder plugin LearnPress and re-install because we have changed some directory structure when update the new version. We have separated core-add-on into separate plugin so there no longer folder core-addon inside of plugin.

    We are really sorry for this inconvenience. Thank you for you report, please let us know if there were any others bugs.

    We have already updated version beta 0.9.2 of LearnPress – WordPress LMS plugin and fixed some issues of previous version. Please check it out and let us know if you face any bugs. You can also report us here or in LearnPress github repository.

    Thanks,
    Ha

    I’m sorry for your inconvenience. We created the LearnPress WordPress LMS plugin with add-ons structure in mind as well as keeping it as lightweight as possible, so we decided to separate Course Review as an add-on rather than integrated right inside the LearnPress itself. The Course Review add-on for LearnPress WordPress LMS Plugin will be available in a couple of days.

    Thank you for your feedback,
    Ha

    Thank you very much for your words.
    Can you give us an example of a GRADEBOOK which you want to have and we will provide it in the next version. We also working on “short answer” question type which require instructor to manual scoring it and it will be available in the next version ??

    Thank you again !

Viewing 14 replies - 151 through 164 (of 164 total)