shevandrin / rqti

Create QTI Exercises and Exams from R
https://shevandrin.github.io/rqti/
GNU General Public License v3.0
4 stars 2 forks source link

rproject template has calculator "scientific-calculator" #226

Open johannes-titz opened 3 weeks ago

johannes-titz commented 3 weeks ago

Does not throw an error although the value is not allowed.

shevandrin commented 3 weeks ago

Now Rmd works with couples of values: ("scientific", "scientific-calculator"), c("simple", "simple-calculator"). Should I leave both? I prone to leave

johannes-titz commented 3 weeks ago

scientific-calculator does not show calculator on opal...also i can put any string without error.

johannes-titz commented 3 weeks ago

This is the version on cran though.

shevandrin commented 3 weeks ago

i added validity function for class AssessmentItem to check calculator value, it is actually can be good to have this validation for all slots with a predefined set of values