Home › Forums › Legacy Support › Support queries › Setup issues › A lot of things not working with your theme
Tagged: assignments, quizzes, translation
- This topic has 2 replies, 2 voices, and was last updated 4 years, 7 months ago by Anshuman Sahu.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
April 27, 2020 at 4:20 am #254569spnkSpectatorSo I've been trying to stitch up a lot of issues I got configuring website with your theme. But I'm starting to understand, that either this theme is outdated or poorly supported, or maybe both. I expect your tech-support will get in touch ASAP, as due to your product we are forced to launch with half of features unavailable. I know this may be counter productive to post all the issues in single post, but you've managed to put together so many bugs, so I will follow.
- Answers from quizzes are stuck in comments section of website, but fail to reach the instructor.
- If student is assigned for the same course for the second time, he can't fill in the quizzes again as they are marked complete for him. This happens if the student has completed them when he was going through the course.
- Button Check Quiz doesn't work and leaves with infinitely locked screen.
- In functions section of LMS settings tab Sync buttons should fixing some issues right? - instead nearly none of them work - the progress bar beneath the just get stalled. Because of that students can't be automatically invited to their course corresponding forums.
- JavaScript error during loading of assignment section of course (in Student view). The error was due to trailing new line symbol that gets before Assigment id. This forces a line-break in inline javascript code, that gets compiled by /wp-content/plugins/wplms-assignments/includes/class.assignment-process.php file. Using trim() on $unit_id variable removes this excess symbol.
- Translation fetch errors. I've been usin LocoTranslate as it is suggested by the developers of this theme. Some places on website don't get adequate translation evevn if it was filled in in LocoTranslate plugin. This happens because in php files the translation domain of string is wrong. So 'vibe' strings and 'buddypress' strings get mixed up. For example <?php _e( 'Data Export', 'vibe' );?> should indeed be <?php _e( 'Data Export', 'buddypress' );?> if you want the translation be fetched.
April 27, 2020 at 4:21 am #254570spnkSpectatorThis reply has been marked as private.April 27, 2020 at 2:04 pm #254781Anshuman SahuKeymaster1 . Please follow this tip for this : https://wplms.io/support/knowledge-base/auto-evaluate-quiz-not-working/ 2 . Well for that user has to retake the quiz . Set retakes in your quiz settings . 3 . for this we need valid site url and admin credentials in private reply . 1 . Student will have access to course forums if one is selected in course settings There is no invite , user can directly access the forum from forum tab in course menu if a forum is connected . -
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘A lot of things not working with your theme’ is closed to new replies.