7 lines
274 B
Go
7 lines
274 B
Go
package ports
|
|
|
|
// InitialAssessmentStore is now a marker interface.
|
|
// The initial assessment functionality uses the unified questions system.
|
|
// Use QuestionStore.GetInitialAssessmentSet() to get the initial assessment question set.
|
|
type InitialAssessmentStore interface{}
|