-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add reviews for CSSE1001 and STAT2203 #24
Open
mcoot
wants to merge
4
commits into
UQComputingSociety:master
Choose a base branch
from
mcoot:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,26 @@ | |
\courseTemplate[ | ||
code = {CSSE1001}, | ||
title = {Introduction to Software Engineering}, | ||
score = {4}, | ||
score = 3, | ||
prereq = {None}, | ||
contact = {2L, 2P, 1T}, | ||
coordinator = {Dr Peter O\'Shea ([email protected])}, | ||
assessment = { | ||
example & example\% & example \\ | ||
MyPyTutor Exercises & 10\% & Online exercises which can be completed any time \\ | ||
Assignment 1 & 5\% & Python assignment \\ | ||
Assignment 2 & 10\% & Python assignment \\ | ||
Assignment 3 & 25\% & Python assignment \\ | ||
Final Exam & 50\% & Multiple choice exam; often re-uses questions from past years \\ | ||
}, | ||
review = { | ||
review here | ||
This course is UQ's introductory programming course; it does not assume any prior programming experience and is often taken by students outside of ITEE, as well as being compulsory for most ITEE degrees.\\ | ||
|
||
The course teaches students Python 3 programming, covering imperative programming, introducing object orientation, as well as GUI programming with the TKinter library. After each assignment, students are `interviewed' by a tutor, with marking occurring at that time. Your ability to explain your assignment forms a component of your mark.\\ | ||
|
||
The final exam is entirely multiple choice, and questions are often taken directly from past years, so studying past papers is highly advised. Time is usually not a huge pressure in the final exam, as many multiple choice questions can be answered very quickly.\\ | ||
|
||
For students with prior programming experience (hobbyist or formal), the course's content will likely be retreading familiar topics and will overall be quite easy. The course will require more effort for those with no programming experience, but a high grade is still quite achievable.\\ | ||
}, | ||
preparation = { | ||
\item thingo | ||
\item Install Python 3 and perhaps run through a tutorial online | ||
}]{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,27 @@ | |
\courseTemplate[ | ||
code = {STAT2203}, | ||
title = {Probability Models and Data Analysis for Engineering}, | ||
score = {4}, | ||
score = {3}, | ||
prereq = {MATH1051}, | ||
contact = {3L, 1T, 1P}, | ||
coordinator = {Dr Thomas Taimre ([email protected])}, | ||
assessment = { | ||
example & example\% & example \\ | ||
Assignment Problems & 48\% & 6 problem-based assignments \\ | ||
Mid-sem exam & 13\% & Problem-based exam \\ | ||
Final exam & 39\% & Problem-based exam \\ | ||
}, | ||
review = { | ||
review here | ||
This course teaches the basics of statistics and statistical analysis. Its content is very heavy on the maths and less so on practical application, which may be a positive or negative depending on the student. \\ | ||
|
||
Throughout the course, you will learn about basic probability theory, probability distributions and hypothesis testing. The assignments usually have some questions which are answered by hand, and others that require coding (the course primarily uses MATLAB; in some years it has allowed students to use whichever language suits them) to develop and run statistical simulations.\\ | ||
The problems on the final examination have in the past been similar to the assignments, but often of higher difficulty, requiring synthesis of multiple concepts.\\ | ||
|
||
Overall, the course content is very useful, as a working knowledge of basic statistics is required for many higher level courses (for example, AI and Machine Learning). However, students may find the content of this course quite `dry', and the assessment difficult. | ||
}, | ||
preparation = { | ||
\item thingo | ||
\item Read up on basic probability and statistics | ||
|
||
\item Begin the assignments early; problems often take several days to fully `get' | ||
|
||
\item The lectures are fully recorded with complete slides uploaded, and are vital for revision material | ||
}]{} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks a bit weird when built.