Uncanny LearnDash Groups plugin provides an easy way for Group Leaders to manage essay question answers from LearnDash quizzes in the front end. This helps to eliminate the need for Group Leaders to require access to /wp-admin/.
To add front end essay question management to a page on your site, use this shortcode:
[uo_groups_essays]
The essay management table is very wide, so we highly recommend that you don’t include a sidebar on the page.
To set which columns are visible by default, use the columns attribute:
columns="Title, Student, Status, Points, Question, Content, Course, Lesson, Quiz, Comments, Date"
Include all of the columns you want shown. The columns not included in the attribute will be hidden by default, but users will still be able to show them by checking the associated checkbox.
To set the status of essay answers on initial load, use the status attribute:
status="all|graded|ungraded"
Choose one of the options only, either loading all answers, only ungraded answers, or only graded answers. Ungraded answers are loaded by default to keep load down.
With this shortcode, Group Leaders can:
- Review all essay questions submitted by users in their group and quickly access the associated lesson, course, quiz or comments
- Grade and assign points to essay questions submitted by users in their group
- Filter essay submissions by group, course, lesson, quiz and status (graded/ungraded)
- Filter rows by data in any column using the Search field
- Sort submissions by any column
- View the columns that are relevant to them and hide the rest
- Drag and drop to reorder columns
- Drag to resize columns
Using Front-End Essay Management
- Click the essay question title to open a modal dialog that shows the essay details and allows you to assign points (if points are enabled for the essay) and/or mark the essay graded. You may also assign points and grade the essay directly in the table.
- Hover over the essay question title to delete the essay submission.
Export options
CSV and Excel export options are available for this report but both are optional. The following shortcode for the Essay Management report includes the attributes to show export options:
[uo_groups_essays excel_export_button="show" csv_export_button="show"]
Comments/Questions
Please note that this is not a support forum. If you are experiencing issues on your site, please open a support ticket instead. Site-specific support questions submitted as comments will be unanswered.