Code Monkey home page Code Monkey logo

openresponses's Introduction

Prototyping around supporting open-ended responses through peer learning

How can technology go beyond multiple choice and numerical input to support and leverage open-ended work? Taking cues from effective classroom practices, we explore activities which invite students to engage with each other’s work in the digital realm. Great classroom environments use elements of social learning with peers such as reflection, feedback, elaboration and synthesis.

We hope to provide access to these elements for students who don’t have access to a great classroom, and enhance these elements for the teachers and students who do. We’ve designed students’ interactions to help surface patterns in their ideas to teachers, authors, and researchers.

This is a Khan Academy Long-term Research project. For more, here are some posts on this topic from our blog:

This repository

Warning: these are early scratches, very unlikely useful outside our group.

To get a local server going, first copy env.production.sample to env.production and fill in the keys (if you're a Khan Academy employee, you can get our info from Phabricator). Then:

yarn install
npm run dev

To deploy, just run this command, and you'll get a unique accessible URL:

npm run deploy

Adding content

See lib/flows/humanitiesA.js for an example of a flow using this system. To add a new flow, add a new file to that folder, add an entry for it in index.js (copy the pattern that's already there), and navigate to /?flowID=NAME_GIVEN_IN_INDEX.

Identity

You'll be automatically assigned a user ID when you visit a page. When developing flows, it might be helpful to pose as multiple users to enter various responses.

You can get a new ID by visiting /signOut then refreshing the flow page.

You can isolate one group of students from another group of students by passing an classCode argument in the URL, like this:

http://YOUR-SERVER.com/?flowID=myFlow&classCode=OaklandHigh

Managing students

You can control the range of pages students are permitted to reach (and see their work live) by visiting this URL:

http://YOUR-SERVER.com/manage?flowID=myFlow&classCode=OaklandHigh

Changing the value on this page will push an update to students currently on the site, so they'll immediately be able to advance.

openresponses's People

Watchers

 avatar  avatar

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.