Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Online Data Base of Dynamic Question
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Raniere Gaia Silva  
View profile  
 More options May 20 2012, 5:39 pm
From: Raniere Gaia Silva <r.gaia...@gmail.com>
Date: Sun, 20 May 2012 18:39:01 -0300
Local: Sun, May 20 2012 5:39 pm
Subject: Online Data Base of Dynamic Question

Hi,

I was searching for a easily and quickly way to make math tests/exercises
(I don't want a course management system like moodle <http://moodle.org/> or
webwork <http://webwork.maa.org/>).
Since I didn't find any great solution I start to make one:
http://smart-teacher.alwaysdata.net/

would be interested in comments :)
and in which other groups I could discuss it?

Raniere


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
MišoLietavec  
View profile  
 More options May 21 2012, 1:23 am
From: MišoLietavec <frca...@gmail.com>
Date: Mon, 21 May 2012 07:23:58 +0200
Local: Mon, May 21 2012 1:23 am
Subject: Re: [sage-edu] Online Data Base of Dynamic Question
Hi, Raniere,

2012/5/20 Raniere Gaia Silva <r.gaia...@gmail.com>:

> Hi,

> I was searching for a easily and quickly way to make math tests/exercises (I
> don't want a course management system like moodle or webwork).
> Since I didn't find any great solution I start to make
> one: http://smart-teacher.alwaysdata.net/

I always liked the idea of having something like WebWork, but in clear
Python. And not burned in huge LMS.
My colleague is trying something similar in AcroTeX educational bundle
(we make it functioning in Linux).
But your approach has more potential for further development.

> would be interested in comments :)
> and in which other groups I could discuss it?

I think, You can post and discuss things also in python-edu SIG,
http://www.python.org/community/sigs/current/edu-sig/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike  
View profile  
 More options May 21 2012, 9:31 am
From: Mike <g...@math.rochester.edu>
Date: Mon, 21 May 2012 06:31:18 -0700 (PDT)
Local: Mon, May 21 2012 9:31 am
Subject: Re: Online Data Base of Dynamic Question
A few comments that might help with development of these ideas.

WeBWorK is divided into two (perhaps 3 ) parts. WeBWorK2 is an LMS.
The PG language
code provides problem rendering and answer evaluation.  PG has a
webservice and is pretty independent of the LMS. For example it
already serves has a handler of advanced mathematics problems for
Moodle.

A little work could completely decouple PG from WeBWorK2 -- and since
it communicates through a web service the new front end could be built
in any language you like.  It might be worth looking at some of the
design of the PG section -- in particular the pg/lib/WeBWorK/
Translator.pm  module and the use of macros and MathObjects.  The
power of the PG rendering and answer evaluation system developed over
the last 16 years would take some time to recreate. On the other hand
the full power may not be needed for every application.

The third part of WeBWorK is the NationalProblemLibrary, an enormous
collection of mathematics problems at all levels from pre-calculus to
ODE and complex variables, generously donated over the last decade by
mathematics instructors.  It has been only lightly curated (an ongoing
problem) so the quality varies.

While it would be relatively easy to replace the LMS with one written
in a different language it would be somewhat more difficult to rewrite
PG and I think nearly impossible to duplicate or translate the 20K
problems in the NPL. The best approach there would be to use a perl
interpreter embedded in another language such as Ruby or Python.

Mike Gage
https://webwork.maa.org/wiki

On May 21, 1:23 am, MišoLietavec <frca...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Raniere Gaia Silva  
View profile  
 More options May 21 2012, 4:45 pm
From: Raniere Gaia Silva <r.gaia...@gmail.com>
Date: Mon, 21 May 2012 17:45:58 -0300
Local: Mon, May 21 2012 4:45 pm
Subject: Re: [Edu-sig] Online Data Base of Dynamic Question

Thanks for all comments.

MišoLietavec,
there is some way to I take a look in what your colleague is trying?

Raniere


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pedro Cruz  
View profile   Translate to Translated (View Original)
 More options May 25 2012, 9:08 am
From: Pedro Cruz <pedrocruzave...@gmail.com>
Date: Fri, 25 May 2012 06:08:52 -0700 (PDT)
Local: Fri, May 25 2012 9:08 am
Subject: Re: Online Data Base of Dynamic Question

Hi Raniere

we are developing and using a package for that purpose for sage notebook
and for command-line. It's a different approach to the "online database of
dynamic questions". Templates are not yet translated to english (only
portuguese) and instalations tests must be done.  

Your web interface  seems to be very appealing and maybe we could integrate
or use your ideas if integration is not feasible.

Our project is at:
code: http://code.google.com/p/megua/
docs (english):  http://megua.readthedocs.org/en/latest/index.html
home (portuguese): cms.ua.pt/megua

all for now.

Pedro

Domingo, 20 de Maio de 2012 22:39:01 UTC+1, Raniere Gaia Silva escreveu:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Raniere Gaia Silva  
View profile  
 More options May 25 2012, 9:50 am
From: Raniere Gaia Silva <r.gaia...@gmail.com>
Date: Fri, 25 May 2012 10:50:40 -0300
Local: Fri, May 25 2012 9:50 am
Subject: Re: [sage-edu] Re: Online Data Base of Dynamic Question

Hi Pedro,

I'm very happy with your answer and agree that "maybe we could integrate or
use your ideas if integration is not feasible". (Maybe you like this
project: http://m3.ime.unicamp.br/)

This weekend I will that a deeper look in your project and soon give more
news. (I'm a undergraduate student of applied math at UNICAMP, Brazil - SP,
so portuguses is not a problem for me).

Raniere


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »