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

add a flag to mark automatically answered questions #8

Open
Gebbi8 opened this issue Apr 26, 2023 · 5 comments
Open

add a flag to mark automatically answered questions #8

Gebbi8 opened this issue Apr 26, 2023 · 5 comments

Comments

@Gebbi8
Copy link
Collaborator

Gebbi8 commented Apr 26, 2023

No description provided.

@Fancien
Copy link
Collaborator

Fancien commented Apr 26, 2023

We need to discuss this, at the moment there is a flag for disabled assessments (either because of the pre-session form or because of dependencies), and I added a flag for automated assessments.

But we need to decide when this automated flag should be set to True, and if we need other ones

@Gebbi8
Copy link
Collaborator Author

Gebbi8 commented May 4, 2023

Well, everything that can not be changed by direct user interaction should be flagged as automated.

  • questions that are answered based on the preleminary assessment
  • questions which answers are derived from their dependencies

@Gebbi8
Copy link
Collaborator Author

Gebbi8 commented May 4, 2023

Is the automated flag is currently always set to false?

@Fancien
Copy link
Collaborator

Fancien commented May 8, 2023

Is the automated flag is currently always set to false?

Yes, I added the attribute but it is not modified yet in the code.

@Fancien
Copy link
Collaborator

Fancien commented May 8, 2023

Well, everything that can not be changed by direct user interaction should be flagged as automated.

* questions that are answered based on the preleminary assessment

* questions which answers are derived from their dependencies

I just added the change in the develop branch. When the task is created, I set the automated attribute to True if the default status is not queued. This covers both cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants