On Monday, November 20, 2017 at 9:22:43 PM UTC-8, Dave S wrote:
>
>
>
> On Monday, November 20, 2017 at 8:15:55 PM UTC-8, Dave S wrote:
>>
>> [...]  But what is the blue bubble above the Send button?  It says "God 
>> is love" ... are you putting the result in the wrong place?
>>
>> I see the sololearn  example page puts my input into blue bubbles that 
> are right-justified, like the "God is love" bubble in your picture.
>
>
A mildly amusing example.  Somewhat off-topic, here's a clip of me 
interacting with it ... that is, a clip of the html obtained by the Inspect 
Element tool.  (Yeah, a screen shot probably would have been easier, but 
this is more in the proper spirit, or something.)

Enter code here...</div><div class="section right"><div class="message 
outgoing">Do you prefer questions?
</div>
</div><div class="section left"><div class="message incoming">I haven't 
been taught how to respond to that yet.
</div>
</div><div class="section right"><div class="message outgoing">I can't 
respond to "no response"
</div>
</div><div class="section left"><div class="message incoming">I haven't 
been taught how to respond to that yet.
</div>
</div>

[it -- the output --  seems to be missing my send of "commands" here]

<div class="section left"><div class="message incoming">{
    "random": "var rand = (Math.floor(Math.random() * 10)); 
incoming(rand);",
    "commands": "var objstr = JSON.stringify(commands); objstr = 
JSON.stringify(commands, null, 4); incoming(objstr)"
}
</div>
</div>
<div class="section right"><div class="message outgoing">random
</div>
</div>
<div class="section left"><div class="message incoming">6
</div>
</div>
<div class="section right"><div class="message outgoing">commands
</div>
</div>
<div class="section right"><div class="message outgoing">hi
</div>
</div>
<div class="section left"><div class="message incoming">Hello There!
</div>
</div>
<div class="section right"><div class="message outgoing">responses("Question 
authority", "I do not question myself")
</div>
</div>
<div class="section right"><div class="message outgoing">Question authority
</div>
</div>
<div class="section left"><div class="message incoming">i do not question 
myself
</div>
</div>
<div
 class="section right"><div class="message 
outgoing">responses("are you for real?", "I am as real as you can 
imagine"
</div>
</div>
<div class="section left"><div class="message incoming">SyntaxError: 
missing ) after argument list
</div>
</div>
<div
 class="section right"><div class="message 
outgoing">responses("are you for real?", "I am as real as you can 
imagine!")
</div>
</div>
<div class="section right"><div class="message outgoing">Are you for real?
</div>
</div>
<div class="section left"><div class="message incoming">i am as real as you 
can imagine!
</div>
</div>


/dps

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to