Giter VIP home page Giter VIP logo

assessr's People

Contributors

dalejbarr avatar debruine avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

assessr's Issues

browser behavior with large datasets

loading everything into memory can be a problem with large classes, perhaps give user a warning? also, should save as you go rather than only after clicking Done

fetch broken following curl update

from emily nordmann:
fetch() is now giving:

Error in curl::curl_fetch_memory(url, handle = handle) : Failure when receiving data from the peer

"Browse" alternative options

Would be handy sometimes if the assignments were ordered by code similarity in the browse stage - or have the option to change the sorting if other alternatives come up?

Better idea for security: overwrite dangerous functions

Instead of searching for and commenting out dangerous functions (install.packages()), replace them, e.g.:

install.packages <- function(formals("install.packages")) {
   assessr::add_feedback("* use of this function is forbidden")
}

colons in title for feedback reports

If you put a colon in the title of the feedback report you will get this (frustrating) error

 Error in yaml::yaml.load(string, ...) :
   Scanner error: mapping values are not allowed in this context at line 1, column 24

tbl_same_dims() giving different results for tibbles and data.frames?

from Phil:
on lab 5, task 2, the same dimensions call as the solution dat2, doesnt quite work. There is something different about dat2 <- select(dat, Intellect_Rating, Impression_Rating, Hire_Rating, ï..CONDITION) and dat2 <- select(dat, Intellect_Rating, Impression_Rating, Hire_Rating, CONDITION)`

assessment + feedback workflow

Need to re-think the workflow. Currently it is tricky to do a mass assessment and then re-do specific assignments (e.g., late submissions, or specific problems)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.