Package edu.ucsb.cs.scaffold.entity
Class PlAssessmentQuestionConcept
java.lang.Object
edu.ucsb.cs.scaffold.entity.PlAssessmentQuestionConcept
Tags a Concept onto a specific PlAssessmentQuestion (a question's occurrence within one
assessment), so instructors can associate concepts with the questions students practice. The
plAssessmentQuestionId is a raw FK (matching the pl_* family's convention, since it points at a
SyncPlRepoJob-populated row) while concept is a real JPA relation, matching Concept/ConceptEdge.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PlAssessmentQuestionConcept
public PlAssessmentQuestionConcept()
-