Archive for the ‘features’ Category

New: Send messages to other people on Curious Reef

Wednesday, January 5th, 2011

One feature that has been requested for a while has been messaging between people on Curious Reef. Now you’ve got it!

You can view all messages (and homework comments and topic replies) on your Inbox page: http://curiousreef.com/messages/.

To send a message, just enter the person’s username in the “to” field on the send page. That will put your message in their inbox and send them an email notifying them that they received a message.

Hopefully this will help instructors keep in touch with their students and increase collaboration.

If you have any other suggestions for the site, use the contact page and let me know about them.

New Forums!

Monday, November 8th, 2010

Curious Reef now has brand new forums!  These forums are more general, and are a place to discuss learning without being attached to a specific class.

Also, there is a Feaure & Bugs forum along with a forum specifically for class creators.

Go ahead and check them out now.  They’re pretty empty at the moment, but if you help by posting, we can get the ball rolling.

Now at 400 submitted homeworks!

Saturday, October 23rd, 2010

The 400th homework assignment on Curious Reef was submitted by chrcoe 2 days ago, which was his first assignment for the MIT OCW Introduction to Computer Science class.

Here’s the link to the 400th submitted assignment.  It’s a short but important introduction to the Python programming language.  There are now 50 people who have completed the first assignment, which is outstanding.

Nice job, chrcoe!  Keep up the good work everyone.

Over 300 homework assignments posted!

Thursday, June 17th, 2010

Yesterday, Curious Reef hit a big milestone.  Over 300 homework assignments have been submitted.  That’s incredible!

Keep up the good work everyone!

Support for Creative Commons Licenses

Monday, June 14th, 2010

New to the site today is the ability for class creators to explicitly define a license for their class.  Licenses were sort of ad-hoc previously and it was up to the creator to define that in the class description.  Now, each class has a separate license attribute that the creator can modify.

The default license is Creative Commons “Attribution Non-Commercial Share Alike,” and that can be changed to any of the six Creative Commons licenses.  Support for additional licenses will be added soon.

You can see an example on the Structure and Interpretation of Computer Programs class.

If you have a specific license that you would like to see added, leave a comment or shoot me an email.

YouTube Everywhere and Nofollow Links

Saturday, June 12th, 2010

Two updates to the site today.

First, now you can embed YouTube videos practically anywhere.  Just paste the YouTube URL (http://www.youtube.com/watch?v=2Op3QLzMgSY) and it will automatically turn into the proper embed code in your post.  This works in homework assignments, homework comments, forum topics and replies.  This applies to class creators also, and videos can be embedded anywhere in the class lesson and assignment content.  For example, I’m working now to embed the video lectures for SICP into the class itself:

http://curiousreef.com/class/structure-and-interpretation-of-comp/lesson/1/

It should make the classes more convenient to use since it will all be on the page for you.

Lastly, all links now have the nofollow attribute attached to them.  This tells search engines not to follow those links, which means they get no SEO value from them.  The reason for this is to try to deter spammers.  There have been repeated attempts by spammers to post links in the forum, and I hope this measure will help get rid of that problem a bit.

HW Permalinks and Better Activity Page

Saturday, June 5th, 2010

A couple site improvements went live today.  The homework assignments now each have their own permalink that uses an href anchor on the assignment page.  Previously there was no way to reference an individual homework submission, and finding a homework required scrolling through the whole assignment page.  Now that isn’t necessary and links on the activity page to homework assignments use the new permalinks.

Speaking of the activity page, it’s been slightly improved.  It’s now a little faster than before and it includes homework comments and topic replies.  Previously those weren’t included on that page.  Now you can better see the action on the site.

Improved Profile and Activity Pages

Sunday, May 16th, 2010

There’s now improved activity and profile pages.

The activity page now shows a snippet of the latest assignment or forum post:

And the user profile page shows a list of all the work you’ve completed along with a snippet of the assignment.  Here are some examples:

kday (me)
- shaggorama
pbr
dtmetz

I find that these updated profiles are a great way to quickly see the work that a user has done, and to keep track of the work I’ve completed so far.

I also was a little surprised that it’s been 3 weeks since I last did a homework assignment, so it’s encouraging me to get back at my Bash Scripting class.

Feel free to share any feedback you have on the new changes.

New: Class status

Sunday, April 18th, 2010

Each class now has a status property, which can be either “Under Construction” or “Established.”  This indicates whether or not all of the lessons and assignments have been added to the entire class.

The class status can only be set by the creator, or another class administrator.  It’s a way to indicate that the class has finally been fully built-out, and if a user is to complete all of the assignments, they should get credit for completing the entire class.

An established class can still be edited in any way, even to add more content.  However, students need to have some kind of target to shoot for, and it wouldn’t make sense to take away credit for a completed class just because an instructor comes along later and adds something new.