Giter VIP home page Giter VIP logo

Comments (2)

imeikle avatar imeikle commented on June 1, 2024

Doesn't skip() do what you want for point 2?

On 20 February 2015 at 07:16, naveenkirane [email protected] wrote:

Hi,
Often I observed that during swirl classes, the module expects you to
write the code in exactly the same way the module was built to accept.
Example

  1. filter(cran,size>100500 & r_os=="linux-gnu")
  2. filter(cran,size>100500 , r_os=="linux-gnu")
    both the above codes yield same result, but only 2 is accepted as
    corrected and allows to proceed further. It would be great if module
    accepts any code that yield correct results rather than expecting exact
    code it needed.

Secondly, when we try ntimes and cant get the answer, there should be an
option to proceed further by showing the solution to problem where we
struck. This way we can give n attempts and continue further when we no
more solve the problem.


Reply to this email directly or view it on GitHub
#66
.

from datasciencespecialization.github.io.

seankross avatar seankross commented on June 1, 2024

Hi @naveenkirane,

  • The authors of Swirl courses can accept as many different answers as they wish to, but that decision is made by the individual Swirl course authors.
  • In order to move past a question you should use the skip() function.

from datasciencespecialization.github.io.

Related Issues (11)

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.