-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Prepare evaluation in advance #4940
Comments
I think allowing to create an evaluation in advance is the desired solution here. |
@bmesuere I can't remember if we came up with a good solution for this issue in the setting free solution. We can discus this further in the future |
@jorg-vr Did you also consider importing the csv-file with the score items for an exercise from the repository?
Edit: Only allow importing csv-files starting with |
I did not consider it yet, so thanks for bringing it up. We'll be discussing the feature, and my current implementation, tomorrow. So we can take this into account. My first thought is that if we do this, it would probably be better for a second iteration. I'll also have to discuss with teachers how likely they are to reuse scoring rubrics. ie. are these generic enough for the usecase you described in scenario2. But I'll keep you posted about the results of the discussion with the team. |
I would like to prepare the rubrics for evaluating in advance, so that I can immediately start evaluating after the deadline. This is now only possible if everyone has submitted or the deadline has passed. For now, you can't make an evaluation with a deadline in the future. Now I have a txt file and copy&paste everything (description and grades) one by one when all students have submitted.
Perhaps a
rubrics.csv
file can be added to an assignment that you can then import, for example? Perhaps that way, we can also make it clear during an evaluation how many points a student can earn for an exercise?What is your opinion on this or do you have another suggestion? What do you think about making the evaluating in advance and adding students later?
The text was updated successfully, but these errors were encountered: