If you would like to donate your IB coursework and contribute to Marxify, please email us at pirateib.qfz17@aleeas.com
Subject | Level | DP Language | Raw Mark | Grade Achieved | Session | Comments | |
---|---|---|---|---|---|---|---|
Subject | Level | DP Language | Raw Mark | Grade Achieved | Session | Comments | |
Computer Science | Core | EN | 32 | A | May 2019 | Investigating The Effect of Customizeable Configurations of Computer Vision Algorithms on Performance | |
Computer Science | Core | EN | 21 | B | May 2019 | To what extent are the binary and jump search algorithms efficient for data sets of increasing sizes? | |
Computer Science | Core | EN | 29 | A | May 2018 | Assessing the use of machine learning algorithms for predicting the outcome of random number generators. | |
Computer Science | Core | EN | 30 | A | May 2018 | Investigating the time complexities of the AVL Tree and Red-Black Tree insertion algorithms. | |
Computer Science | Core | EN | 26 | B | May 2018 | Comparing the Performance of Different Classifier Data Mining Algorithms in Relation to the Size of the Training Set | |
Computer Science | Core | EN | 20 | C | May 2018 | To what extent does varying the speeds of system RAM affect the speeds of a hard disk drive in a computer system in a computerized workplace? | |
Computer Science | Core | EN | 26 | B | May 2021 | What is the difference between the runtime efficiency of Dijkstra's and the A* pathfinding algorithms in finding the shortest path in mazes with varying size? | |
Computer Science | Core | EN | 27 | A | May 2019 | To what extent can Genetic Algorithms optimize the English Keyboard Layout for Speed? | |
Computer Science | Core | EN | 23 | B | May 2019 | The use of Neural Networks in Verifying Handwritten Signatures | |
Computer Science | Core | EN | 30 | A | November 2018 | Investigation Into 256-bit Hashing and Its Vulnerability to Increasing Computing Speeds | |
Computer Science | Core | EN | 17 | C | May 2018 | To what extent would Depth first search or Breadth first search be suitable for search in graph data structures used by social networks, taking time and memory as determining factors, in the java virtual machine? | |
Computer Science | Core | EN | 29 | A | May 2018 | To what extent does Kernel Page Table Isolation affect performance in systems powered by Intel CPUs? | |
Computer Science | Core | EN | 17 | C | November 2019 | To what extent the variation in search pattern will affect the efficiency of Rabin Karp algorithm and Boyer Moore algorithm in the terms of time complexity? | |
Computer Science | Core | EN | 27 | A | May 2020 | To what extent is the TF-IDF score a reliable means of classifying text and predicting job titles? | |
Computer Science | Core | EN | 31 | A | May 2020 | To what extent are character-level convolutional neural networks viable for classifying texts by their century of creation? | |
Computer Science | Core | EN | 17 | C | May 2020 | How effective are graph path searching and traversing algorithms compared to tree ones? | |
Computer Science | Core | EN | 28 | A | May 2021 | To what extent is the GNU C library heap implementation on glibc version 2.31 more secure than version 2.15 and how has this affected its performance? | |
Computer Science | Core | EN | 24 | B | May 2020 | Investigating the efficiency of AES and RSA Encryption algorithms in terms of the memory used and time taken to encrypt/decrypt alphanumeric data | |
Computer Science | Core | EN | 24 | B | May 2021 | Which type of random number generator most consistently produces sufficiently random binary sequences? | |
Computer Science | Core | EN | 29 | A | May 2021 | To what extent is a divide-and-conquer algorithm applicable to solving the problem of ordinal classification with a binary classifier in terms of time complexity and performance? | |
Computer Science | Core | EN | 28 | A | May 2021 | How does the sorting efficiency of the Tree Sort compare to that of the Heap Sort in terms of time complexity for increasing sizes of randomized integer datasets? | |
Computer Science | Core | EN | 26 | A | May 2021 | To what extent register-based bytecode is more suitable for high-performance process virtual machines than stack-based bytecode? | |
Computer Science | Core | EN | 16 | C | May 2021 | To what extent is type inference possible for statically typed polymorphic object-oriented programming languages? | |
Computer Science | Core | EN | 22 | B | May 2021 | How far does Dijkstra's search algorithm compare to A* search algorithm for finding the shortest path in a graph as the size of the graph increases by number of vertices? | |
Computer Science | Core | EN | 14 | C | May 2021 | To what extent is the Chinese Pinyin IME different from Chinese Stroke IME in terms of speed and efficiency? | |
Computer Science | Core | EN | 27 | A | May 2021 | To what extent do contemporary quantum computing solutions affect the current and future security of RSA as a public key cryptography solution? | |
Computer Science | Core | EN | 26 | A | May 2022 | Investigating Relationship Between Covid-19 and Spectrograms of Coughing Acoustics Through the Use of Convolutional Neural Network | |
Computer Science | Core | EN | 23 | B | May 2022 | A Comparative Study of the Blowfish and RSA Encryption Algorithms' speed while encrypting data of different sizes. | |
Computer Science | Core | EN | 27 | A | May 2022 | To what extent is the performance of tournament selection strategy better than that of roulette wheel selection in solving the Knapsack Problem in terms of convergence rate and quality of the solution with different configurations? | |
Computer Science | Core | EN | 26 | A | May 2022 | Investigating the effect on performance using a data structure in graph algorithms | |
Computer Science | Core | EN | 26 | A | May 2022 | How accurate and efficient are different neural networks in solving the protein folding problem? | |
Computer Science | Core | EN | 29 | A | May 2022 | Which hashing algorithm out of MD5 and SHA -1 is the best in validating data transfer using SFTP (simple file transfer protocol) over a network that implements SSH protocol in terms of speed of data transfer and collision resistance? | |
Computer Science | Core | EN | 23 | B | May 2022 | To what extent Branch and Bound algorithm, Greedy algorithm and the Christofides' algorithm are efficient ways of solving the Travelling Salesman Problem (TSP)? | |
Computer Science | Core | EN | 29 | A | May 2022 | To what extent is the speed of a Levenshtein's distance-based approximate string-matching algorithm different when being processed on a CPU vs. on a GPU? | |
Computer Science | Core | EN | 27 | A | November 2022 | In Solving the Travelling Salesman Problem Using a Genetic Algorithm, How Does Order Crossover Compare to Partially Mapped Crossover in Terms of Improving the Efficiency of Convergence and Optimality of the Solution? | |
Computer Science | Core | EN | 29 | A | November 2022 | How does the genetic algorithm compare to that of the particle swarm optimization algorithm in providing solutions to optimization problems in terms of speed and accuracy? | |
Computer Science | Core | EN | 22 | B | May 2023 | To what extent can the genetic algorithm be applied in constructing decision trees for data classification? | |
Computer Science | Core | EN | 29 | A | May 2023 | To what extent is the performance of the k-means clustering algorithm in unsupervised learning influenced by the initial placement algorithm, the number of features, and the number of clusters? | |
Computer Science | Core | EN | 30 | A | May 2023 | To what extent can a Feed Forward Neural Network successfully mitigate an HTTP-flood distributed denial-of-service attack? | |
Computer Science | Core | EN | 25 | B | May 2023 | How does "k-nearest neighbour algorithm" compare to "Naïve Bayes algorithm" in diagnosing Parkinson's Disease, when using striatum dimensional features as input data? | |
Computer Science | Core | EN | 30 | A | May 2023 | To what extent is the ability of an intelligent agent to operate in unfamiliar scenarios affected by the number of hidden-layer neurons in its neural network and the number of generations it is trained for? | |
Computer Science | Core | EN | 20 | C | May 2023 | How effectively do the hyperparameters of a GANs influence its ability to generate high-quality images and its time complexity? | |
Computer Science | Core | EN | 23 | B | May 2023 | To what extent does Smoothing Reduce False Edge Detection from Blurry Areas of Images on Various Edge Detection Algorithms? | |
Computer Science | Core | EN | 18 | C | May 2023 | How does Netflix's Recommendation Algorithm use a collaborative filtering-based recommender system to provide efficient recommendations to users? | |
Computer Science | Core | EN | 32 | A | May 2023 | To what extent is the accuracy of LSTM neural Networks for the prediction of bitcoin pricing influenced by time frequencies? | |
Computer Science | Core | EN | 27 | A | May 2021 | How do convolutional neural networks compare to recurrent neural networks in terms of speed and accuracy when performing speech recognition? | |
Computer Science | Core | EN | 28 | A | May 2022 | To what extent is the performance of a neural network dependent on the batch size and number of epochs at varying rates of training data mislabelling? | |
Computer Science | Core | EN | 28 | A | May 2024 | To what extent do increasing processor speeds impact the efficiency of brute-force attacks against Merkle-Damg ̊ard-based cryptographic hashing functions? | |
Computer Science | Core | EN | 28 | A | May 2024 | To what extent does increasing the number of children impact the Surface Area Heuristic ratio and Build Time in Bounding Volume Hierarchies in Ray Tracing Applications? | |
Computer Science | Core | EN | 30 | A | May 2024 | To what extent do branch mispredictions affect the performance of well-known comparison sorts? | |
Computer Science | Core | EN | 27 | A | May 2024 | How does the Spectre vulnerability patch affect the performance of systems operated by AMD CPUs? | |
Computer Science | Core | EN | 30 | A | May 2024 | Which model, ARIMA or LSTM, demonstrates superior accuracy in predicting stock prices based on empirical evidence? | |
Computer Science | Core | EN | 15 | C | May 2024 | Which Lossless algorithm between Huffman Coding and Shannon-Fano Coding is more efficient in terms of their Compression Ratio? | |
Computer Science | Core | EN | 29 | A | May 2024 | How Does the Use of a Priority Queue and the Implementation of Bellman-Ford and Dijkstra's Algorithm Affect the Time Complexity of Solving the Shortest Path Problem in Weighted Graphs? | |
Computer Science | Core | EN | 24 | B | May 2024 | Evaluating and comparing the effectiveness of large language models to static code analysis tools for vulnerability detection in software source code. | |
Computer Science | Core | EN | 24 | B | May 2024 | How does Kruskal's algorithm compare to Prim's algorithm in finding a minimum spanning tree in a graph in terms of running time across graphs with varying densities? | |
Computer Science | Core | EN | 30 | A | May 2024 | How does the Elitist Genetic Algorithm compare to Ant Colony System in terms of time complexity and accuracy when attempting to solve the Travelling Salesman Problem? | |
Computer Science | Core | EN | 28 | A | May 2024 | What is the relative forecasting accuracy of SARIMA and PROPHET models for daily COVID-19 cases in South Korea? | |
Computer Science | Core | EN | 30 | B | November 2024 | Investigating the Performance of Real-time Object Detection Frameworks [...] in adverse weather conditions | |
Computer Science | Core | EN | 21 | B | May 2018 | Full source + extra content on GitHub: https://github.com/codeofdusk/ee | |
Chemistry | Core | EN | 24 | B | November 2024 | Evaluative study on the interactive ability of phenolic acids derived from Pomegranate peel with Cu2+ ions as examined using UV-Vis spectroscopy | |
Global politics | SL | EN | 96 | 6 | May 2020 | ||
Other Group 5 | Core | ES | 45 | A | May 2021 | Modelos de evaluaciones internas matemáticas nuevo currículo | |
Economics | HL | EN | 43 | 7 | November 2016 | ||
Economics | HL | EN | 38 | 7 | May 2020 | Micro: taxation/market failure, macro: expansionary fiscal policy, intl.: tariffs | |
Economics | HL | EN | 37 | 7 | May 2020 | Macroeconomics IA, that was a part of 37/45 IA portfolio, unfortunately not sure about the specific score on this exact IA | |
Economics | HL | EN | 37 | 7 | May 2020 | International economics IA, that was a part of 37/45 IA portfolio, unfortunately not sure about the specific score on this exact IA | |
Economics | HL | EN | 36 | 6 | May 2021 | Idk the raw marks for each IA, but the final of 3 was 36, and scored 6 in total. [UWC East Africa, '21] | |
Economics | HL | EN | 36 | 6 | May 2021 | Idk the raw marks for each IA, but the final of 3 was 36, and scored 6 in total. [UWC East Africa, '21] | |
Economics | HL | EN | 36 | 6 | May 2021 | Idk the raw marks for each IA, but the final of 3 was 36, and scored 6 in total. [UWC East Africa, '21] | |
Biology | SL | ES | 33 | A | May 2020 | ||
English A Language and Literature | Core | EN | 33 | A | May 2019 | Group 1, Category 3 EE on identity in the "Ms. Marvel" comics. | |
Economics | HL | EN | 33 | 6 | May 2021 | Macro: Expansionary demand-side policy, govt. spending. Internal: 7 Moderated: 6 | |
Economics | HL | EN | 33 | 6 | May 2021 | Micro: Sugar tax (market failure). Internal: 7 Moderated: 6 | |
Economics | HL | EN | 33 | 6 | May 2021 | International: Tariffs. Internal: 7 Moderated: 6 | |
Mathematics | Core | EN | 33 | A | May 2019 | https://github.com/ansh/Mathematics-Extended-Essay | |
Physics | Core | EN | 32 | A | May 2020 | ||
Spanish A Literature | HL | ES | 32 | A | May 2021 | ||
English A Language and Literature | Core | EN | 32 | A | May 2021 | Category 1. Postmodern-esque worldbuilding in The BFG by Roald Dahl. | |
ITGS | HL | EN | 32 | 5 | May 2021 | ||
History | Core | EN | 31 | A | May 2020 | "To what extent did the mass media structurally transform the public space of Carnatic music?" | |
Psychology | Core | EN | 31 | A | May 2021 | Not sure what my raw marks are actually because I didn't get access to my grade breakdown but I received an A on this essay | |
Theatre | Core | EN | 31 | A | May 2019 | This is my Theatre EE on the theatre company DV8 Physical Theatre that got an A. | |
Other Language A Language and Literature | Core | EN | 31 | A | May 2021 | Chinese A EE on Dayo Wong's shows in 1994, 1997 and 1999 | |
Biology | Core | ES | 30 | A | November 2021 | Perdí puntos en Crit C por la evaluación. No es necesario hacer un tema elaborado, el mio es muy simple. | |
Computer Science | HL | EN | 30 | 7 | May 2020 | CS IA (DATABASE PROJECT {PHP & MySQL}) | |
Geography | Core | EN | 30 | A | May 2021 | Likely lost the marks in critical thinking and reflections. Supervisor predicted high C, low B. Ended up with a mid A. | |
Computer Science | Core | EN | 30 | A | May 2018 | ||
Mathematics | HL | EN | 30 | A | May 2021 | Was quite happy with it | |
Mathematics | Core | ES | 30 | A | November 2020 | Los Números Surreales como Anillo Unitario Conmutativo | |
Biology | SL | ES | 30 | A | May 2020 | Efecto de la Sacarosa y Glucosa en Concentraciones Hipertónicas Durante la Deshidratación Osmótica del Pepino Dulce (Solanum Muricatum). | |
English A Language and Literature | Core | EN | 30 | A | May 2021 | Category 1 EE on agency in children's sexual abuse in Lolita and My Dark Vanessa | |
Mathematics | Core | EN | 30 | A | May 2019 | Exploring dynamic programming via recursion and the golden ratio | |
Mathematics | Core | EN | 29 | A | May 2020 | THIS IS NOT THE ORIGINAL VERSION. Original version's written and submitted in French. This is a translation | |
Global politics | HL | EN | 29 | A | May 2020 | It was an A, but not a very high A. | |
Mathematics | Core | FR | 29 | A | May 2020 | French version of the essay (English version of the essay in another submission) | |
Environmental Systems Societies | SL | EN | 29 | 7 | May 2019 | IA on CO2 uptake by aquatic plants | |
Mathematics | Core | EN | 29 | A | May 2021 | RSA, Discrete Math EE | |
Economics | Core | EN | 28 | A | May 2020 | No one expected this EE to be an A(including myself and my teacher), so be careful when looking at this as an example for A grade essay | |
English A Language and Literature | Core | EN | 28 | A | May 2021 | I wrote an EE on SHREK and got an A. Need I say more. | |
World Studies | Core | EN | 28 | A | May 2020 | Theme: Science, Technology and Society | |
Biology | HL | EN | 28 | A | May 2021 | This is a database EE, so it can help those that are struggling with how to write one. | |
History | Core | EN | 28 | A | November 2019 | ||
English A Literature | HL | EN | 28 | 7 | May 2021 | ||
English A Language and Literature | Core | EN | 28 | A | May 2021 | Cat 1 EE: How does the protagonist of No-No boy negotiate an identity as a second-generation Japanese-American in a divided America? | |
Psychology | Core | EN | 27 | A | May 2021 | Comorbidity of autism and depression. Incredibly difficult topic with barely any research out there, but it's possible. Don't lose hope. | |
Mathematics | Core | EN | 27 | A | May 2021 | This EE is honestly bad lol | |
Philosophy | Core | EN | 27 | A | May 2020 | I did this EE without having taken a single philosophy class in my academic career. I was still able to receive an A, don't lose hope. | |
Biology | Core | EN | 27 | A | May 2020 | After having read a couple examiner reports from previous years, the topic of antibiotics is not very original. Use SciHub for free articles | |
Chemistry | Core | EN | 26 | A | May 2021 | Already had extracurricular knowledge of organic chemistry, and was still a pain, would not recommend doing something similar | |
Psychology | Core | EN | 26 | B | May 2020 | Psychology Extended Essay | |
Business management | Core | EN | 25 | B | May 2021 | ||
Physics | Core | EN | 25 | B | May 2019 | EE Reflection at appended to the end. | |
Physics | HL | EN | 24 | 7 | May 2017 | Investigation of the moment of inertia of hollow cylinders; 24 out of 25 | |
Physics | HL | EN | 24 | B | May 2020 | ||
History | SL | EN | 24 | 7 | May 2021 | Section A: 4/4 Section B: 14/15 Section C: 6/6 | |
Physics | HL | EN | 24 | 7 | May 2021 | Projectile motion range on an incline | |
Chemistry | SL | ES | 23 | 7 | May 2020 | ||
History | HL | EN | 23 | 7 | May 2020 | I sent my IA for an EUR after receiving 22/25, and it came back with a grade increase so I can only assume it was increased to 23-24/25. | |
Environmental Systems Societies | SL | EN | 22 | 6 | May 2021 | US Clean Air Act Evaluation. [UWC East Africa, '21] | |
Philosophy | HL | EN | 22 | 7 | May 2022 | My internal assessment on Artificial Intelligence, predicted 7 from our philosophy teacher | |
Geography | HL | EN | 22 | 7 | May 2021 | I did all the unnecessary maths to spite my geo teacher who said "just multiply each component with some arbitrary number" | |
English B | HL | EN | 22 | B | May 2020 | English EE on Ishiguro's The Remains of the Day | |
Physics | HL | EN | 22 | 7 | May 2021 | Chapter notes and EE: https://drive.google.com/drive/u/5/folders/16I5nI_TL4v_Lu9mP4pAZa8JDpHy83pD9 | |
Physics | HL | EN | 22 | 7 | May 2020 | ||
History | HL | EN | 22 | 7 | May 2021 | 'To what extent did the Kronstadt Rebellion of 1921 influence the development of Soviet Russia as a totalitarian state?' | |
Business management | SL | EN | 22 | 7 | May 2021 | ||
Chemistry | HL | EN | 22 | 7 | May 2020 | ||
Computer Science | HL | EN | 22 | 5 | May 2021 | this example has a low grade :)) | |
English A Literature | SL | EN | 22 | 7 | November 2016 | Written Assignment | |
History | HL | EN | 22 | 7 | May 2020 | ||
Biology | HL | EN | 22 | 7 | May 2021 | ||
Physics | HL | EN | 22 | 7 | May 2020 | Q: The effect of wing surface area on the horizontal displacement of a paper aeroplane | |
Physics | SL | EN | 22 | 7 | May 2020 | How does varying the area of a copper oscillator affect the rate of change of amplitude due to magnetic damping? | |
Geography | SL | EN | 22 | 7 | May 2020 | The Unequal Effect of Commercial Gentrification on Micro-Businesses in the London Borough of Tower Hamlets | |
Biology | HL | EN | 22 | 7 | May 2021 | How does the soaking time & temperature of Kombu affect the iodine remaining using colorimetric determination? Internal: 6 Moderated: 7 | |
Geography | SL | EN | 21 | 7 | May 2020 | Option A - To what extent does the Glenderaterra Beck follow the predictions of the Bradshaw Model? | |
Geography | HL | EN | 21 | 7 | May 2021 | Option G | |
Chemistry | SL | EN | 21 | 7 | May 2021 | ||
Biology | Core | EN | 21 | B | May 2020 | ||
Geography | HL | EN | 21 | 7 | May 2019 | How does the quality of the physical environment vary as one move away from the centre of Tokyo, Ginza? | |
Psychology | SL | EN | 21 | 7 | May 2020 | ||
English A Language and Literature | SL | EN | 20 | 7 | May 2020 | Would u like proof of the 20/20? | |
Physics | HL | EN | 20 | 7 | May 2021 | ||
Physics | HL | EN | 20 | 7 | May 2020 | Text in blue are teacher comments submitted to the IB, I think this could help others | |
Biology | HL | EN | 20 | 7 | May 2021 | Database IA. Investigating the correlation between percentage rate of deforestation and incidence of malaria | |
Other Language B | HL | EN | 20 | 7 | May 2019 | Chinese BHL Written Assignment for《一把青》 | |
Mathematics | Core | EN | 20 | B | May 2021 | EE on Quantum Mechanics. What NOT to do. | |
Chemistry | HL | EN | 20 | 7 | May 2021 | ||
Chemistry | SL | ES | 20 | 7 | May 2021 | ||
History | HL | EN | 20 | 7 | May 2017 | ||
Biology | HL | EN | 20 | 7 | May 2021 | What is the effect of Nickel (II) Chloride concentration on the germination rate (%) of Triticum aestivum seeds? | |
Physics | HL | EN | 20 | 7 | May 2021 | Viscosity of Glycerol w.r.t temperature | |
English A Language and Literature | HL | EN | 20 | 7 | May 2019 | This is Written Task 2 for the pre-M21 syllabus. | |
Chemistry | HL | EN | 20 | 7 | May 2020 | ||
Physics | HL | EN | 19 | 6 | May 2020 | ||
Business management | HL | EN | 19 | 7 | May 2021 | ||
Mathematics | HL | EN | 19 | 7 | May 2020 | Exploring Fourier Series by Drawing Figures with Circles | |
Business management | HL | EN | 19 | 7 | May 2020 | ||
Business management | SL | EN | 19 | 6 | May 2020 | This was written before covid-19, some data might not be relevant now | |
Business management | HL | EN | 19 | 7 | May 2021 | ||
Chemistry | HL | EN | 19 | 6 | May 2020 | ||
TOK | Core | EN | 19 | A | May 2021 | I got a 9/10 | |
English A Language and Literature | HL | EN | 19 | 6 | May 2020 | this is my Written Task 2 for HL on Part 1: Language and Cultural Context. | |
Mathematics | HL | EN | 19 | 7 | November 2016 | ||
Mathematics | HL | EN | 19 | 7 | May 2020 | 16->19 after EUR | |
English A Language and Literature | HL | EN | 19 | 7 | May 2019 | This is Written Task 1 for the pre-M21 syllabus. | |
English A Language and Literature | HL | EN | 18 | 7 | May 2021 | This is the new assessment component for the HL English Lang and Lit course - HL Essay | |
Geography | HL | EN | 18 | 6 | May 2021 | What can be accomplished in 72 hours and with no feedback from a teacher... thankfully the 7 came through for exams. | |
Mathematics | HL | EN | 18 | 7 | May 2020 | ||
Global politics | HL | EN | 18 | 7 | May 2020 | I censored the name of the person I interviewed for privacy reasons. | |
Mathematics | HL | EN | 18 | 7 | May 2021 | ||
Global politics | SL | EN | 18 | 7 | May 2021 | PEA | |
History | HL | EN | 18 | 6 | May 2021 | ||
Mathematics | SL | ES | 18 | 5 | November 2021 | Aplicaciones e interpretaciones NM/SL. Diagramas de Voronoi. paper 2, man, paper 2 just destroyed me | |
English A Literature | HL | EN | 18 | 7 | May 2021 | ||
Mathematics | HL | EN | 18 | 7 | May 2017 | Proposing a new probabilistic approach in modelling epidemics; 18 out of 20 | |
Mathematics | HL | EN | 18 | 7 | May 2018 | Math IA | |
Chemistry | SL | EN | 18 | 6 | May 2021 | ||
Mathematics | SL | ES | 18 | 7 | May 2021 | The subject was mathematics: analysis and approaches. I chose a pretty simple topic, good luck! | |
English A Literature | SL | EN | 7 | May 2020 | The raw marks are my total raw marks for the subject, because my school didn't give us access to component-wise breakdowns. | ||
Mathematics | SL | EN | 18 | 7 | May 2019 | IA on Volume of Revolution. Moderated score was also 18. | |
Mathematics | HL | EN | 18 | 7 | May 2021 | It contains extracurricular stuff, would not recommend this kind of topic | |
Mathematics | SL | ES | 18 | 7 | November 2015 | ||
Mathematics | SL | EN | 18 | 7 | May 2021 | MAA, was told it would get a 5 and i should drop the course, but haha, here I am with a 7. | |
Mathematics | SL | EN | 7 | May 2020 | Topic: Approximating sin(x) in algebraic terms | Don't know my raw marks for the IA, but my total raw marks were 83/100. | ||
Mathematics | HL | EN | 18 | 7 | May 2021 | A permutations exploration of the 15-puzzle | |
Chemistry | SL | EN | 18 | 6 | May 2021 | ||
TOK | Core | EN | 18 | B | May 2021 | ||
Mathematics | HL | EN | 18 | 7 | May 2021 | Maximising the Spinning Time of an Inception-Styled Top. Physics and calculus heavy paper typed up in 2 days so language isn't the best. | |
Other Group 5 | SL | EN | 18 | 7 | May 2021 | was told this would get a 5 if I was lucky, but a 7 it was... | |
Biology | HL | EN | 18 | 6 | May 2021 | exemplar used complicated statistical test requiring a program (don't do unless confident). analysis was shallow, couldve easily been a 7 | |
Chemistry | HL | EN | 18 | 6 | May 2021 | Temp + Cell potential/Eqm. Constant - internal 18/external 18, major flaw in theory of IA not picked up by examiner or teachers it seems.. | |
Mathematical studies | SL | EN | 18 | 7 | May 2019 | ||
Mathematics | HL | FR | 17 | 7 | May 2020 | So much about the irl plans that this ia established :( | |
TOK | Core | EN | 17 | B | May 2021 | I'm not completely sure about the grading, but I do know that my essay scored higher than the presentation and I got a B for it so... | |
Mathematics | SL | EN | 17 | 6 | May 2021 | Man, I've been there where you are at. Trust me, you will get through! [UWC East Africa, '21] | |
Chemistry | HL | EN | 17 | 5 | May 2021 | Database IA. Not sure what my exact marks are. This was submitted unfinished so the analysis is incomplete | |
Mathematics | Core | EN | 17 | C | May 2020 | ||
Physics | HL | EN | 17 | 6 | May 2021 | ||
Mathematics | HL | EN | 17 | 7 | May 2020 | ||
Mathematics | HL | EN | 17 | 7 | May 2021 | ||
Mathematics | HL | EN | 17 | 7 | May 2020 | Emulating Computer Calculations in Order to Manipulate a Cube’s On-Screen Appearance | |
Mathematics | HL | EN | 17 | 6 | May 2021 | ||
Mathematics | HL | EN | 16 | 6 | May 2021 | Math AA | |
TOK | Core | EN | 15 | C | May 2021 | I was one mark away from a B, however the marks are for my presentation and essay combined! | |
Mathematics | HL | EN | 15 | 6 | May 2020 | ||
TOK | Core | EN | 15 | C | May 2021 | This is my TOK presentation. Idk the individual marks but for the essay and presentation i got a C, i missed B by just a mark :( | |
Physics | SL | EN | 12 | 4 | May 2021 | hahaha unfinished work | |
Computer Science | Core | EN | 12 | D | May 2021 | Evaluation of Blockchain as a replacement for Client-Server Model for Online Game Asset Management (forgot to add primary research) | |
TOK | Core | EN | 10 | A | May 2019 | ||
TOK | Core | EN | 9 | A | May 2021 | ||
TOK | Core | EN | 9 | A | May 2020 | "Title 5: Multiplicity of Theories" | |
TOK | Core | EN | 9 | A | May 2021 | “Areas of knowledge are most useful in combination with each other.” Discuss this claim with reference to two areas of knowledge. | |
TOK | Core | EN | 9 | A | May 2020 | on PT 6 - Multiplicity of Theories to understand the world | |
TOK | Core | EN | 9 | 4 | November 2019 | ||
TOK | Core | EN | 9 | A | November 2020 | The essay is either a 10 or a 9 but I believe it would have been marked as a 9 | |
TOK | Core | EN | 9 | A | May 2021 | ||
TOK | Core | EN | 9 | A | May 2020 | ||
TOK | Core | EN | 9 | A | May 2019 | Title 3: Do good explanations have to be true? | |
TOK | Core | EN | 9 | A | May 2020 | TOK Essay Title 4 | |
TOK | Core | ES | 9 | A | November 2021 | “El conocimiento adquirido mediante la experiencia directa es potente pero problemático” 9 o 10, pero creo que 9 | |
TOK | Core | EN | 9 | A | November 2016 | ||
TOK | Core | EN | 9 | A | May 2022 | TOK Exhibition exemplar | |
TOK | Core | EN | 8 | A | May 2021 | Q6 “Avoiding bias seems a commendable goal, but this fails to recognise the positive role that bias can play in the pursuit of knowledge.” | |
TOK | Core | EN | 8 | A | May 2021 | Q6: “Avoiding bias seems a commendable goal, but this fails to recognize the positive role that bias can play in the pursuit of knowledge.” | |
TOK | Core | EN | 7 | B | May 2016 | Essay Title 6 - accuracy vs simplicity | |
TOK | Core | EN | 7 | A | May 2021 | Q1 M21: “Accepting knowledge claims always involves an element of trust,” Discuss this claim with reference to two areas of knowledge. |