Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Server side grading and Loading multiple exercises into the DOM #31618

Open
jbau opened this issue Oct 10, 2012 · 2 comments
Open

Server side grading and Loading multiple exercises into the DOM #31618

jbau opened this issue Oct 10, 2012 · 2 comments

Comments

@jbau
Copy link

jbau commented Oct 10, 2012

Hi guys,

I figured this might be the best (least intrusive) place to ask -- we at Class2Go are looking into a couple of medium range projects and would like some of your advice:

  1. Server side grading--do you have a framework in place for this that you can describe a bit?
  2. Loading multiple exercise files into the DOM, in a set order. We have the concept of "problem sets" composed of several exercises that we would like to maintain ordering on, and we'd also like to get these into the DOM ASAP (with the initial page load). Any advice on how best to do this?

Thanks for your help!

@xymostech
Copy link
Contributor

  1. We don't have any server side grading set up at the moment. It's up to the client to correctly report whether they got questions correct. So far, this hasn't been a problem for us.
  2. We have a system set up that dynamically loads multiple exercises in order, but not statically, and that code isn't in this repository.

Sorry this isn't all that helpful.

@jbau
Copy link
Author

jbau commented Oct 10, 2012

No worries -- I know you guys are busy.

On 2, are you using deferred objects (or something similar?)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants