Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Evaluation] enhance resources evaluations #1975

Open
Elorfin opened this issue Dec 10, 2021 · 0 comments
Open

[Evaluation] enhance resources evaluations #1975

Elorfin opened this issue Dec 10, 2021 · 0 comments

Comments

@Elorfin
Copy link
Member

Elorfin commented Dec 10, 2021

We want to expose evaluation information on the ResourceNode.
For now, evaluated resources use props defined on the AbstractResource, which make it unavailable outside the plugin itself.

ResourceNode should expose :

  • evaluated flag. This will be used in Path to replace the step option.
  • required flag. This is used by workspace evaluation to know which resource participate to the WS evaluation. For now this is stored on the ResourceUserEvaluation. It would be interesting to move it on the node to avoid generating empty ResourceUserEvaluation for all the users of the workspace (TODO : check the impact of this).
  • score type. We will need to grab some logic from the quiz plugin which already implement this.

Current resources with evaluation :

  • Quiz
  • Dropzone
  • Scorm
@Elorfin Elorfin added this to To do in Evaluations Dec 13, 2021
@Elorfin Elorfin changed the title [Evaluation] enhances resources evaluations [Evaluation] enhance resources evaluations Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant