Ruby on Rails
Thursday, August 2, 2018
ok great. I've started a little project. Very easy took me about 1/2 hr so far.
On Thursday, August 2, 2018 at 2:09:01 PM UTC-4, John Sanderbeck wrote:
-- It's an online quiz app, great for schools (or testing one's knowledge).
https://github.com/merlin2049er/onlinequiz
basically, it's a multiple choice database, add questions, and it retrieves the questions in random order.
It's still a work in progress.
On Thursday, August 2, 2018 at 2:09:01 PM UTC-4, John Sanderbeck wrote:
It's part of a larger project so let me see if I can split the attendance portion out... We use BitBucket because we are cheap... :-)John
On Thursday, August 2, 2018 at 10:06:23 AM UTC-4, Joe Guerra wrote:Have you put your code up on github?I can give you a hand, I'm also learning rails, and run out of ideas / projects to work on.
On Thursday, August 2, 2018 at 6:38:39 AM UTC-4, John Sanderbeck wrote:Sorry... Only been doing RoR code for about a year... Still learning...John
On Wednesday, August 1, 2018 at 1:23:45 PM UTC-4, Hassan Schroeder wrote:On Wed, Aug 1, 2018 at 9:06 AM, John Sanderbeck <band...@gmail.com> wrote:
> How do I define a set of radio buttons unique to each student
You'll need to include an identifier with each set of button names
(student id or something).
> with a set of options from an AttendanceStatus table?
If they're unlikely to change frequently or ever I'd just hardcode
them into the app. (You could always change that later.)
> I would also like to show them as actual buttons with bootstrap if possible...
Dunno -- bootstrap is just CSS right? I mean, we're talking about
"actual buttons" to start with...
--
Hassan Schroeder ------------------------ hassan.s...@gmail.com
twitter: @hassan
Consulting Availability : Silicon Valley or remote
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/bbb6e3c2-9a2c-42c9-9f0f-5f15a2725154%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment