santaslayer
Active Member
Was wondering if we're going to be getting anymore information about task 1??
My Partner and I are trying to make a start on the presentation... But after reading through Task 1's information, we're feeling a bit lost...
Some of the information given seems a bit vague... At least to us confused people
Some problems we've been having:
Ok... So we're trying to create a module, that reads The electtronic book... Containing
solve :: RoomID -> [ChoiceID]
How do you input the RoomID (it's an integer right?) into the module your writing in the first place?
Also with the code for that spooky house book
module BookData (PageID, ChoiceID,
bookTitle, pageText, next, choiceCount, choiceText,
success, pageImage, choiceImage) where
What does the stuff in the brackets represent?
Functions you've imported? Functions you created that are defined later down the code?
If they are, Why Do you need to put them inside the brackets?
And in the bit on the wiki that explains what we're supposed to do in the presentation, what is this line
"how the BookData module defines the book"
actually asking you to do. Like what is ment by "defines"
BTW: How much information are we supposed to be presenting to our tutorials? (I mean detailed enough so as to tell them exactly how to go about the assignment or something??)
Are we panicking too much and trying to understand the task too deeply? Are we supposed to basically be able to do the task already? Or are we going to get some more pointers on it later?
I know... a lotta questions...
My Partner and I are trying to make a start on the presentation... But after reading through Task 1's information, we're feeling a bit lost...
Some of the information given seems a bit vague... At least to us confused people
Some problems we've been having:
Ok... So we're trying to create a module, that reads The electtronic book... Containing
solve :: RoomID -> [ChoiceID]
How do you input the RoomID (it's an integer right?) into the module your writing in the first place?
Also with the code for that spooky house book
module BookData (PageID, ChoiceID,
bookTitle, pageText, next, choiceCount, choiceText,
success, pageImage, choiceImage) where
What does the stuff in the brackets represent?
Functions you've imported? Functions you created that are defined later down the code?
If they are, Why Do you need to put them inside the brackets?
And in the bit on the wiki that explains what we're supposed to do in the presentation, what is this line
"how the BookData module defines the book"
actually asking you to do. Like what is ment by "defines"
BTW: How much information are we supposed to be presenting to our tutorials? (I mean detailed enough so as to tell them exactly how to go about the assignment or something??)
Are we panicking too much and trying to understand the task too deeply? Are we supposed to basically be able to do the task already? Or are we going to get some more pointers on it later?
I know... a lotta questions...