New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ExamSimple

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ExamSimple

  • 1.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

Build Status Coverage Status

Integrantes

Grupo: LPP_T_02
Simón Fuertes Sánchez **(Coordinador)**
Nuria Gonzalo Soto

LPPT02::Exam

Prct5(2ªvesrión) -> En esta práctica procedemos a crear nuestra primera gema, esta gema contiene una clase que genera preguntas de tipo test con respuesta simple. Para ello le pasamos tres argumentos (primero, la pregunta, segundo, la respuesta correcta, y tercera, otras opciones de respuesta como distractores).

Prct6-> A partir de la gema creada en la anterior práctica, deberemos representar preguntas simples de exámenes con pruebas RSpec para seguir el modelo TDD. Para ello tenemos que representar y gestionar listas enlazadas (Linked List), ya que en Ruby no existe un objeto 'List' se deberá hacer mediante 'Arrays'.

Pract7 -> para esta práctica, partiendo de la anterior, se deberá crear una jerarquía de clases sobre la pregunta simple. Se deberá representar y gestionar listas enlazadas de forma que se puede recorrer en ambos sentidos.

Instalación

Añade la siguiente línea a tu archivo Gemfile:

gem 'LPP_T_02-Question'

Luego ejecuta:

$ bundle

O instalala por tí mismo con:

$ gem install LPP_T_02-Question

Uso

Puedes usar esta gema para crear tus examenes de tipo test de una forma mas rápida y cómoda.

Contributing

  1. Fork it ( https://github.com/[my-github-username]/LPP_T_02-Question/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

FAQs

Package last updated on 18 Dec 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc