Something went wrong on our end
-
srosse authored
To retrieve the min. score, max. score and the cut value, double check if the resource is really based on QtiWorks otherwise fallback to the old configuration. Fix an issue in statistics where the max. score and cut value are retrieve from the wrong place. Cache the min. score and max. score in the results list of the course assessed identities to prevent reloading the values for every user.
srosse authoredTo retrieve the min. score, max. score and the cut value, double check if the resource is really based on QtiWorks otherwise fallback to the old configuration. Fix an issue in statistics where the max. score and cut value are retrieve from the wrong place. Cache the min. score and max. score in the results list of the course assessed identities to prevent reloading the values for every user.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitignore 425 B
/bin/
/target/
/cargo/
/.settings/
# deprecated scripting files
*.pl
*.php
# editor backup files
*~
*.bak
*.swp
# sundry useless files
*.out
mvn*.log
# Mac idiosyncrasies
.DS_Store
#ignore project/.classpath file at this gets created by maven
.classpath
.project
src/main/java/olat.local.properties
src/test/java/org/olat/selenium/SeleniumTest.java
.classpath
/.project
/.settings
*/target
*.sw?
*/.classpath
*/.project