diff --git a/docs/en_us/course_authors/source/Images/ProteinBuilder.gif b/docs/en_us/course_authors/source/Images/ProteinBuilder.gif new file mode 100644 index 0000000000..fa8958bfa5 Binary files /dev/null and b/docs/en_us/course_authors/source/Images/ProteinBuilder.gif differ diff --git a/docs/en_us/course_authors/source/additional_tools.rst b/docs/en_us/course_authors/source/additional_tools.rst index 4c283717f3..1cd39538c3 100644 --- a/docs/en_us/course_authors/source/additional_tools.rst +++ b/docs/en_us/course_authors/source/additional_tools.rst @@ -14,6 +14,7 @@ Individual course teams frequently create tools and problem types that don't hav Below, you'll find the information you need to create the following tools. * :ref:`Multiple Choice and Numerical Input` +* :ref:`Protein Builder` .. _Multiple Choice and Numerical Input: @@ -61,3 +62,70 @@ Multiple Choice and Numerical Input Problem Code +.. _Protein Builder: + +************************ +Protein Builder +************************ + +The protein builder asks students to create specified protein shapes by stringing together amino acids. In the example below, the goal protein shape is a simple line. + + +.. image:: /Images/ProteinBuilder.gif + :alt: Image of the protein builder + +.. _Create the Protein Builder: + +========================== +Create the Protein Builder +========================== + +To create the protein builder: + +#. Upload all of the files listed above to the *Files & Uploads* page in your course. +#. Under the HTML component, click **Problem** under **Add New Component**, and then click **Blank Advanced Problem**. +#. In the component that appears, click **Edit**. +#. In the component editor, paste the Problem component code from below. +#. Make any changes that you want, and then click **Save**. + +.. _Protein Builder Code: + +===================== +Protein Builder Code +===================== + +:: + + +

The protein builder allows you string together the building blocks of proteins, amino acids, and see how that string will form into a structure. You are presented with a goal protein shape, and your task is to try to re-create it. In the example below, the shape that you are asked to form is a simple line.

+ + + + + + + +

Be sure to click "Fold" to fold your protein before you click "Check".

+ +

+ There are many protein sequences that will fold to the shape we asked you + about. Here is a sample sequence that will work. You can play around with + it if you are curious. +

+ +
+
diff --git a/docs/en_us/course_authors/source/change_log.rst b/docs/en_us/course_authors/source/change_log.rst index 12e6383a44..08e191f96a 100644 --- a/docs/en_us/course_authors/source/change_log.rst +++ b/docs/en_us/course_authors/source/change_log.rst @@ -13,6 +13,8 @@ Change Log * - Date - Change + * - 02/04/14 + - Added :ref:`Additional Tools` topic with :ref:`Multiple Choice and Numerical Input` and :ref:`Protein Builder` * - 01/29/2014 - Added the chapter :ref:`Using an Instant Hangout in Your Course`. * - 01/21/2014