Yes, please with sugar and honey on top.
On Jun 24, 2010, at 9:56 AM, Jonathan wrote:
> +++I like it and would use it.
>
> Jonathan
>
> On Jun 23, 11:21 am, kcrisman wrote:
>> Dear notebook group,
>>
>> In our office hours for the PREP workshop, one participant had a very
>> interesting idea.
I've been exploring the permutations and combinations functions for use in
class. After seeing this:
sage: permutations(list('abc'))
[['a', 'b', 'c'], ['a', 'c', 'b'], ['b', 'a', 'c'], ['b', 'c', 'a'], ['c',
'a', 'b'], ['c', 'b', 'a']]
sage: permutations(var('a b c'))
[[a, b, c], [a, c, b], [b,
> What is desired is that the instructor can enter something like:
>
>
>
>
>
>
>
> Currently, the last two things can be:
>
> Explain the red blob in the picture
>
>
>
> or
>
> Explain the red blob in the picture
>
> Double-click to enter your answer
>
> but then when the student double-clicks