• Resolved dmayer5

    (@dmayer5)


    Hello, I just downloaded the free plugin (will purchase Pro if all works out) and our goal with this plugin is to be used as an online workbook. Right now our ministry members fill out writable PDF’s when working on the lessons. This plugin would replace the PDF’s so that the members of our different ministries could go online and fill out the lesson for the week via their desktop, ipad/iphone ext. My question is how can I have it so that our members can work on a lesson (unit) and answer the questions/ save it at any time and come back to it and add/change their answers without the answer field being shown as completed?

    Also, with the plugin Sensei I was able to add this to my functions.php to inherit my page styling is that possible with this plugin?

    // Removes Woothemes Sensei default Wrappers
    
    global $woothemes_sensei;
    remove_action( 'sensei_before_main_content', array( $woothemes_sensei->frontend, 'sensei_output_content_wrapper' ), 10 );
    remove_action( 'sensei_after_main_content', array( $woothemes_sensei->frontend, 'sensei_output_content_wrapper_end' ), 10 );
    
    //Adds CBC Theme Wrappers
    
    add_action('sensei_before_main_content', 'my_theme_wrapper_start', 10);
    add_action('sensei_after_main_content', 'my_theme_wrapper_end', 10);
    
    function my_theme_wrapper_start() {

    Thank you!!

    https://www.ads-software.com/plugins/coursepress/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey there dmayer5,

    Hope you’re well today!

    You can allow students to change their answers by checking the field “Limit Attempts” and setting the number which will be the amount of attempts student can make https://screencast.com/t/w5Cqud9SEne.

    However, once the answer is correct they can’t submit another answer. This is how Multiple and Single choice fields are working.

    The only way of doing that without being displayed as completed is to use “Answer Field” which needs assessment by the instructor in Coursepress >> Assessment.

    As for the CSS if you’re not using Courspress theme most of the styles should be inherited from the theme and if there are any they’ll have to be changed with some custom CSS.

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter dmayer5

    (@dmayer5)

    The problem that I see with that solution is that I will need to manually go into each answer assessment for each student and put in an answer that they wouldn’t “submit” in order for them to to be able to change their answer. I want our members to be able to fill in the box and come back at anytime to add to the box without me needing to go to the Assessment section to check their answer. Basically this plugin would be used at a note taking plugin (replacement of the PDF’s that are on our website right now.) So is there a modification I can make to the PHP coding that would prevent the multiple line answer field from being greyed out?

    Link to my question in CoursePress Pro Support

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey again,

    Since you’re using premium version of the plugin, forum rules discourages support of commercial products (see: Commercial products are not supported here), so let’s resolve your question asked on our support WPMU DEV forum.

    Have a great day!

    Best regards,
    Bojan

    Hi –

    I am having the same issue as dmayer5. We want students to change or add to answers if they’d like, and the answers (aside from the final unit) will not be assessed. It’s like a living document that they can return to for information and update at anytime.

    Is this possible in the regular version? I tried the work-around in this strand and it wasn’t working effectively.

    thanks

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey there bigsurreal,

    Hope you’re well today!

    This is not possible with the current version of the plugin. According to the thread in our forum that is linked above this has been moved to features and feedback and it will be considered to be added as a feature in one of the future versions if enough interest is shown by other WPMU DEV members.

    Best regards,
    Bojan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Student change answer at anytime’ is closed to new replies.