Closed firasm closed 1 year ago
@firasm as far as I can tell, this is user error. If the HTML snippet you sent above is exactly what you have in your question, it's malformed: you need to close <pl-manual-grading-only>
with </pl-manual-grading-only>
, but you have two opening tags. I tested this with properly-structured HTML and it works as intended. Let me know if that's the case for you too.
HA! it was indeed user-error, but not the one you found (that was a copy/paste issue in GitHub).
I had a copy of the question in a different folder and wasn't updating the question I thought it was.
Indeed this works as expected...thank you and sorry! 🙏🏽
pl-manual-grading-only-element
is a super useful element (documented here) that was designed to work well with recent Manual Grading features.However, it currently doesn't show up in auto-graded questions, even when you're looking at the submission from within the Manual Grading interface (and even when "gradingMethod": "Manual" in
info.json
and when"manualPoints":1
in theinfoAssessment.json
file). .Here is the relevant bit that I think should be viewable on any question (if
<pl-manual-grading-only>
is specific inquestion.html
) when looking at it from the Manual Grading interface.