Class PlAssessmentQuestion

java.lang.Object
edu.ucsb.cs.scaffold.entity.PlAssessmentQuestion

@Entity public class PlAssessmentQuestion extends Object
Join table: which PlQuestions appear in a PlAssessment, in the order they appear in the assessment's zones (infoAssessment.json). Populated by the SyncPlRepoJob; a question can appear in many assessments, and an assessment has many questions. Both sides are scoped to the same PlRepo — questionIds can repeat across repos but refer to different PlQuestion rows — and the denormalized pl_repo_id column makes repo-wide cascade deletes simple.
  • Constructor Details

    • PlAssessmentQuestion

      public PlAssessmentQuestion()