Internal Assessment: Difference between revisions

From Computer Science Wiki
 
(12 intermediate revisions by 2 users not shown)
Line 2: Line 2:


== Introduction ==
== Introduction ==
From the IB Subject guide:  
I use this excellent summary from compscihub.net<ref>https://ib.compscihub.net/internal-assessment/overview</ref>


Internal assessment is an integral part of the course and is compulsory for both SL and HL students. It enables students to demonstrate the application of their skills and knowledge, and to pursue their personal interests, without the time limitations and other constraints that are associated with written examinations. The internal assessment should, as far as possible, be woven into normal classroom teaching and not be a separate activity conducted after a course has been taught.
The Internal Assessment component (IA) accounts for 30% of the Standard Level grade and 20% of the Higher Level Grade. There are a maximum of 34 marks to be earned.


The internal assessment requirements at SL and at HL are the same. However, these requirements contribute to a different percentage of the overall mark. Students are required to produce a solution that consists of a cover page, the product and the documentation. The focus of the solution is on providing either an original product or additional functionality to an existing product for a client.
The IA consists out of 5 parts and can be no longer than 2000 words (excluding any appendixes & footnotes/bibliographies). The video can be no longer than 7 minutes.


The internal assessment component (solution), as well as being practical and productive, forms an important part of the assessment of the computer science course. It is imperative, therefore, that the teacher provides appropriate guidance to students.
 
* Criterion A – Planning – 6 marks
* Criterion B – Record of Tasks (RoT) and Design – 6 marks
* Criterion C – Development – 12 marks
* Criterion D – Functionality (Video) – 4 marks
* Criterion E – Evaluation – 6 marks


== Helpful links ==  
== Helpful links ==  


* Please [https://docs.google.com/document/d/1HaLijvMZX0gWJgEcJt4NlIUmPxF4raN-UdZAvHUI31M/edit click here for a checklist to help you stay organized].
* Please [https://docs.google.com/document/d/1HaLijvMZX0gWJgEcJt4NlIUmPxF4raN-UdZAvHUI31M/edit click here for a checklist to help you stay organized].
* Please [[:media:IA assessment criteria.pdf|Click here to see the IA assessment crtieria]]
* Please [[:media:IA assessment criteria.pdf|Click here to see the IA assessment criteria]]
* [[:File:Forms.zip| Your solution must be formatted precisely. Click this link for a compressed folder with the templates.]]
* [[:File:Forms.zip| Your solution must be formatted precisely. Click this link for a compressed folder with the templates.]]
** Please watch this video for instructions to format your project:  
** Please make sure you include section b AND section b record of tasks - these should be two separate files.
* [[:File:Crit B Record of tasks.odt|The record of tasks is here]]
** Please make sure your code is in the '''Product''' folder in plaintext so examiners can copy/paste code as needed.
** Please watch this video for instructions to format your project: https://youtu.be/ezKDs4SWwWc


== Exemplars ==  
== Exemplars ==  
* [[:media:Example IA .pdf|Click here for a good example of criterion A and B]]
Exemplars are available from your teacher
 
 
This page will help you organize and understand the internal assessment for the IB. Although there are two different parts of internal assessment ('''the solution''' and the group 4 project), this page focuses on '''the solution'''. Almost all the content on this page is directly used from the IB computer science guide <ref>IB Diploma Programme Computer science guide (first examinations 2014). Cardiff, Wales, United Kingdom: International Baccalaureate Organization. January 2012.</ref>.
 
Internal assessment is an integral part of the course and is compulsory for both SL and HL students. It enables students to demonstrate the application of their skills and knowledge, and to pursue their personal interests, without the time limitations and other constraints that are associated with written examinations. The internal assessment should, as far as possible, be woven into normal classroom teaching and not be a separate activity conducted after a course has been taught.
 
The internal assessment requirements at SL and at HL are the same. However, these requirements contribute to a different percentage of the overall mark. Students are required to produce a solution that consists of a cover page, the product and the documentation. The focus of the solution is on providing either an original product or additional functionality to an existing product for a client.
 
The internal assessment component (solution), as well as being practical and productive, forms an important part of the assessment of the computer science course. It is imperative, therefore, that the teacher provides appropriate guidance to students.


== The Solution ==
== The Solution ==
Line 47: Line 44:
* A google chrome extension that tracks how much time is wasted by a user
* A google chrome extension that tracks how much time is wasted by a user
* A web-based program to help students understand what school they might be accepted to with their GPA
* A web-based program to help students understand what school they might be accepted to with their GPA
* A game to help users who are using assistive technologies event management system, time, type
* A game to help users who are using assistive technologies  
 
* An event management system
== How will I be marked? ==
* tool to allocate billable hours
 
* Application to analyze facial type
This component is internally assessed by the teacher and externally moderated by the IB at the end of the course.  You will be marked on each of the following criteria:
* Sorting program for shoes
 
* Application to help me with habits
# Planning
* A program for roomate best-fit algorithm
# Solution overview
* Application to help teachers remember students
# Development
* An inventory management system
# Functionality and extensibility of product
* Application to make a computer science search engine
# Evaluation
* Application to help people manage event
 
* Application to rationally play hearthstone
* Please [[Internal Assessment checklist | click here for a checklist to help you stay organized]].
* Application for facial recognition to make eye shadow
* Please [[:media:IA assessment criteria.pdf|Click here to see the IA assessment crtieria]]


== Key terms ==
== Key terms ==
* The term “solution” refers to all the work submitted by the student for the internal assessment; the term “product” refers to the completed software only. The product is a subset of the solution.
* The term “solution” refers to all the work submitted by the student for the internal assessment; the term “product” refers to the completed software only. The product is a subset of the solution.
* The terms “developer” and “student” are synonymous.
* The terms “developer” and “student” are synonymous.
* The term “client” refers to the person for whom the product is being developed. The student may also be the client.
* The term “client” refers to the person for whom the product is being developed.  
* The term “adviser” refers to a third party the student must identify to assist him or her in the development of the product.
* The term “adviser” refers to a third party the student must identify to assist him or her in the development of the product.



Latest revision as of 15:33, 12 February 2023

Internal Assessment[1]

Introduction[edit]

I use this excellent summary from compscihub.net[2]

The Internal Assessment component (IA) accounts for 30% of the Standard Level grade and 20% of the Higher Level Grade. There are a maximum of 34 marks to be earned.

The IA consists out of 5 parts and can be no longer than 2000 words (excluding any appendixes & footnotes/bibliographies). The video can be no longer than 7 minutes.


  • Criterion A – Planning – 6 marks
  • Criterion B – Record of Tasks (RoT) and Design – 6 marks
  • Criterion C – Development – 12 marks
  • Criterion D – Functionality (Video) – 4 marks
  • Criterion E – Evaluation – 6 marks

Helpful links[edit]

Exemplars[edit]

Exemplars are available from your teacher

The Solution[edit]

The requirement of the internal assessment is to develop a solution for a specified client to a specified problem or an unanswered question.

Example of previous IA topics[edit]

  • Interactive fiction creator
  • Personal budget tool
  • A web-based program that finds the best price for a food item in Warsaw. Limit food choices to 25 items.
  • A web-based program to manage exercise goals, exercise targets
  • a web based php text-based game
  • A locally-installed python script that perfroms network analysis tool that helps users clearly understand what might be wrong with a network connection application snooper (little snitch)
  • Arranging meeting time with counselors using google calendar API
  • A web-based program to automatically creates brackets for clubs and team events
  • A web-based program that makes scheduling free time with a teacher easier.
  • A google chrome extension that tracks how much time is wasted by a user
  • A web-based program to help students understand what school they might be accepted to with their GPA
  • A game to help users who are using assistive technologies
  • An event management system
  • tool to allocate billable hours
  • Application to analyze facial type
  • Sorting program for shoes
  • Application to help me with habits
  • A program for roomate best-fit algorithm
  • Application to help teachers remember students
  • An inventory management system
  • Application to make a computer science search engine
  • Application to help people manage event
  • Application to rationally play hearthstone
  • Application for facial recognition to make eye shadow

Key terms[edit]

  • The term “solution” refers to all the work submitted by the student for the internal assessment; the term “product” refers to the completed software only. The product is a subset of the solution.
  • The terms “developer” and “student” are synonymous.
  • The term “client” refers to the person for whom the product is being developed.
  • The term “adviser” refers to a third party the student must identify to assist him or her in the development of the product.

3 scenarios in developing a product[edit]

  1. The student is developing the product for a third party who is the client and also acts as the adviser.
  2. The student is developing the product for a third party who is the client. Another person acts as the adviser.
  3. The student is the client (developing the product for himself or herself). An appropriate adult must act as the adviser.

Requirements of the solution[edit]

Word count[edit]

Bullet list of success criteria is not included in overall word count. However, if bullet list contains an extended writing, then that text will be included in word count.
Word count.png

References[edit]