Gem recommendation

4 views
Skip to first unread message

Scott Hofmann

unread,
Jul 23, 2013, 2:54:20 PM7/23/13
to cincin...@googlegroups.com

Hi All,

Any suggestions for a rubygem or tool for Rails that would help with tracking a student’s progress through web material?

 

For example, a student needs to read several webpages of information, then answer a set of questions, get score, then move them on to the next lesson if passed and repeat process for next lesson. Along giving the user a sense of where they are in the lessons being provided. I search Rubygems.org for words like teach, learn, test but I did not see anything that seem to match what I’m looking for in the results.

 

– Scott

 

Doug Alcorn

unread,
Jul 23, 2013, 4:19:29 PM7/23/13
to cincin...@googlegroups.com
I think I've done stuff like this before. It seems like you'd need to save
the state on the user or create another model like UserProgress.

I don't think there are any gems that will do this for you. Sounds like
it's time to write custom software.


--
 
---
You received this message because you are subscribed to the Google Groups "Cincinnati.rb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cincinnatirb...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
Doug Alcorn
(513) 295-2844

Scott Hofmann

unread,
Jul 23, 2013, 4:28:55 PM7/23/13
to cincin...@googlegroups.com

Thanks Doug for the insight.  – Scott

Jim Weirich

unread,
Jul 23, 2013, 6:34:11 PM7/23/13
to cincin...@googlegroups.com
Like Doug, I don't know of any gems to do this, but I think you could just track the last question (assuming linear progress), or keep a list of answered questions (assuming random jumping around when answering questions).

For what its worth, the RubyKoans software tracks your progress through the koans set. We assume a linear progress and just persist the progress on the local file system.

--
-- Jim Weirich
-- jim.w...@gmail.com





Scott Hofmann

unread,
Jul 24, 2013, 12:56:28 PM7/24/13
to cincin...@googlegroups.com
Thanks Jim. That reminds me that I need to go back and finish those koans that I never fully completed! But kudos for building them, they have been valuable in my learning process. - Scott

-----Original Message-----
From: cincin...@googlegroups.com [mailto:cincin...@googlegroups.com] On Behalf Of Jim Weirich
Sent: Tuesday, July 23, 2013 6:34 PM
To: cincin...@googlegroups.com
Subject: Re: Gem recommendation


Reply all
Reply to author
Forward
0 new messages