Student change answer at anytime
-
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!!
- The topic ‘Student change answer at anytime’ is closed to new replies.